J
J.Black
Guest
Thanks To SpeedFreak
To avoid another post like saying " [REQ] I need this Affiliate system!" i posted the mini tutorial by SpeedFreak
_______________________________________
Go to ADD MODULE
Select TEMPLATE
Module title - Affiliates (or w/e you want to name it)
Column - up to you
Display order - up to you
Active and update - both yes
Template to include - affiliates (or w/e you want to name it)
Style - up to you
Template content:
Use Module Shell Template - NO
CLICK SAVE
---------
DONE
To avoid another post like saying " [REQ] I need this Affiliate system!" i posted the mini tutorial by SpeedFreak
_______________________________________
Go to ADD MODULE
Select TEMPLATE
Module title - Affiliates (or w/e you want to name it)
Column - up to you
Display order - up to you
Active and update - both yes
Template to include - affiliates (or w/e you want to name it)
Style - up to you
Template content:
PHP:
<!-- 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 -->
Use Module Shell Template - NO
CLICK SAVE
---------
DONE