Affiliate Module in vBa CMS

  • Thread starter Thread starter J.Black
  • Start date Start date
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:

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
 
Hi, sorry for the second post, but I waited 3 days at the most. so I'm gonna try again so this topic can get bumped to the top.

anyway can someone please code this mod so that the banners go from right to left in a single line? like a train.

rather then the banners stacked and going left.

so basically, stacked banners no. and single line banners yes please (like a train)
thanks for the help whoever helps me out...
 
<a href="http://www.vbteam.info/" target="_http://www.vbteam.info/" ><img class="http://www.vbteam.gif" onmouseover="this.className='imgfull'" onmouseout="this.className='http://www.vbteam.gif" alt="" src="http://www.vbteam.info" ></a><br /><br />




plz help this code ......?
 
guyzz sorry for being such noob

but could anyone tell me where is add module option ?

i cant seem to find it

please tell me where is it located !
 
Back
Top