• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Topslide- jquery sliding advert in header

You have to follow the install details and place the code in the proper place and upload the pictures and add them into the code. There is no 'switch' per say
 
Updated to use template hook so no edits
smile.png


thanks to Kier as I stole borrowed his listener code from the happy place as I know diddly about php, seems to work great though.

Any problems let me know.
 
hi

show adsense, once refreshed page, it will show your local image ads,
then back again...

can this be used in adsense and your local banner ads?
 
ok i installed this one...

if i want to put the display of the banner somewhere else (not in header)
what will i edit?
 
Has anybody had any issues with this using firefox? It will only show the alt text for me. Chrome and IE work but firefox will not.
 
Interesting, just uploaded all the files, imported the add-on and it appears to have completely killed my board.

For whatever reason, this totally kills everything on my board. Even AdminCP styling, and all the files are in the right place...

odd.
 
How do I make this visible to guests only?

I tried this in my topslide template but still visible to all; maybe I am doing something wrong.

Code:
<xen:if is="!{$visitor.user_id}">
<div class="c1"><ul id="slider1">
                <li><a href="http://www.teachlearncommunicate.com/tlc3/index.php?forums/neverending-threads-they-wont-die.96/"><img src="http://www.teachlearncommunicate.com/tlc3/styles/skinden/blackend/xenforo/slide1.png" alt="Never Ending Threads" /></a></li>
                <li><a href="http://www.teachlearncommunicate.com/tlc3/index.php?forums/java-joes-cafe-for-the-writers.21/"><img src="http://www.teachlearncommunicate.com/tlc3/styles/skinden/blackend/xenforo/slide2.png" alt="Java Joe's Cafe" /></a></li>
                <li><a href="http://www.teachlearncommunicate.com/tlc3/index.php?forums/everyday-chat.40/"><img src="http://www.teachlearncommunicate.com/tlc3/styles/skinden/blackend/xenforo/slide3.png" alt="Everyday Chat forum" /></a></li>
                                <li><a href="http://www.teachlearncommunicate.com/tlc3/index.php"><img src="http://www.teachlearncommunicate.com/tlc3/styles/skinden/blackend/xenforo/slide4.png" alt="Register Today" /></a></li>
            </ul></div>
                <xen:require css="topslide.css" />
<xen:require js="js/jquery/jquery.topslide.js" />
<xen:require js="js/jquery/jquery.topslidecontrol.js" />
<xen:require js="js/jquery/jquery.easing.1.2.js" />
</xen:if>
 
Top Bottom