The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Affiliate Marquee Mod Details »» | |||||||||||||||||||||||||
This mod adds marquee affiliate buttons.
Demo: http://www.gfx-n-gaming.com/forums Installation Admin CP > Styles & Templates > Style Manager > Edit Templates > fotter > Right after the first code something like this Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center"> Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width=100%"> Add: Code:
<tr> <td class="tcat"><span class="smallfont"><strong><center>$vba_options[portal_blockbullet]Affiliates</center></strong></span> </td> </tr> <tr> <td class="$getbgrow" width="140"> <style> .imgfade{filter:alpha(opacity=30); -moz-opacity:1;margin-left:3px} .imgfull{filter:alpha(opacity=100); -moz-opacity:1;margin-left:3px} </style> <marquee width="700" valign="center" direction="right" scrolldelay="2" scrollamount="2" onmouseover="this.stop()" onmouseout="this.start()"> <a href="url here"><img src="image link here " alt="alt text here" border="0" /></a> <!-- End Links --> </Marquee> </td> </tr> </table> <br /> <br /> Show Your Support
|
Comments |
#12
|
||||
|
||||
Looks familiar to what I posted on vbadvanced but for a module....
http://www.vbadvanced.com/forum/showthread.php?t=16732 Like how you are taking the credit. This is what you put: Code:
<tr> <td class="tcat"><span class="smallfont"><strong><center>$vba_options[portal_blockbullet]Affiliates</center></strong></span> </td> </tr> <tr> <td class="$getbgrow" width="140"> <style> .imgfade{filter:alpha(opacity=30); -moz-opacity:1;margin-left:3px} .imgfull{filter:alpha(opacity=100); -moz-opacity:1;margin-left:3px} </style> <marquee width="700" valign="center" direction="right" scrolldelay="2" scrollamount="2" onmouseover="this.stop()" onmouseout="this.start()"> <a href="url here"><img src="image link here " alt="alt text here" border="0" /></a> <!-- End Links --> </Marquee> </td> </tr> </table> <br /> <br /> Code:
<!-- Scrolling/Fading Links --> <table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="175"> <tr> <td class="tcat"><span class="smallfont"><strong><center>$vba_options[portal_blockbullet]Affiliates</center></strong></span> </td> </tr> <tr> <td class="$getbgrow" width="100%"> <style> .imgfade{filter:alpha(opacity=30); -moz-opacity:0.5;margin-left:3px} .imgfull{filter:alpha(opacity=100); -moz-opacity:1;margin-left:3px} </style> <marquee width="100%" valign="center" direction="up" scrolldelay="2" scrollamount="1.5" onmouseover="this.stop()" onmouseout="this.start()"> <center> <!-- Begin Links --> <a href="http://www.yoursite.com/" target="_blank" ><img class="imgfade" onmouseover="this.className='imgfull'" onmouseout="this.className='imgfade'" alt="" src="http://www.yoursiteimage.com/" ></a><br /><br /> <a href="http://www.yoursite.com/" target="_blank" ><img class="imgfade" onmouseover="this.className='imgfull'" onmouseout="this.className='imgfade'" alt="" src="http://www.yoursiteimage.com/" ></a><br /><br /> <a href="http://www.yoursite.com/" target="_blank" ><img class="imgfade" onmouseover="this.className='imgfull'" onmouseout="this.className='imgfade'" alt="" src="http://www.yoursiteimage.com/" ></a><br /><br /> <a href="http://www.yoursite.com/" target="_blank" ><img class="imgfade" onmouseover="this.className='imgfull'" onmouseout="this.className='imgfade'" alt="" src="http://www.yoursiteimage.com/" ></a><br /><br /> <a href="http://www.yoursite.com/" target="_blank" ><img class="imgfade" onmouseover="this.className='imgfull'" onmouseout="this.className='imgfade'" alt="" src="http://www.yoursiteimage.com/" ></a><br /><br /> <!-- End Links --> </center> </Marquee> </td> </tr> </table> <br /> <!-- End Scrolling/Fading Links --> While editing parts out of my code...you seemed to have forgotten to edit other parts out (which are also bolded). I guess now I should make a post on how to get a better affiliate system going with image fade and marquee. If you look at my affiliate links on the bottom of my graphics forum (www.layeredgfx.com/forums/) you will see my affiliate system. With mine, it actually looks like it's apart of the What's going on section and is collapsible. Yes, it doesn't have a marquee, but that's what...2 short lines of code... |
#13
|
|||
|
|||
this is not workin in firefox !!
|
#14
|
||||
|
||||
I'll be releasing a mod that will work better shortly. While he was editing out parts of my code, he edited out too much. Be on the look out for a new affiliate mod within the next day or so...I'll be putting together a product for it and you'll only have to edit 1 template.
|
#15
|
|||
|
|||
thats gonna own azzid, and it seems i run into you everywhere lol
|
#16
|
||||
|
||||
Of course it works in FF... at least for me, it works.
|
#17
|
||||
|
||||
Yeah, the marquee will work in FF, but looking at the code, you won't have fading images. He didn't code this himself so he won't be able to help, nor see what he's done wrong.
You can use my affiliate mod that I've posted here: https://vborg.vbsupport.ru/showthread.php?t=152350 I believe it's compatible with all browsers, I know it works for IE and FF. It's scrolling (marquee), faded buttons, and it automatically gives you the affiliate template rather than you adding it yourself. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|