[REQ] Scrolling Link Shower

Spearz

New Member
I dont know the name of this hack but it shows picture links and scrolls them across, then when you hover your mouse over a link it stops scrolling.

Otaku-Studios have it, does any1 have this hack plzz?
 

xorton

New Member
Marquee Text

install

Go to your admin cp, then:
Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-atakanmarq1.xml' from your computer then press 'Import'


Marquee Text Setting

Go to your admin cp, then:
vBulletin Options -> Atakan Marquee Text Setting ->

1.0.0 Initial Version.
1.1.0 fix bug + Location Added + Cache Problem Fixed and vBulletin 3.7 relased.
 

Spearz

New Member
Id like ti like otaku-studios, on the forum home please.. Id rather have the image one thanks xorton
 

Hoxxy

New Member
In forumhome template find:
Code:
<!-- main -->

Above add:
HTML:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
	<tr>
		<td class="thead" colspan="2">
            Affiliates
           </td>
	</tr>
	<tr>
		<td class="alt2"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="" border="0" /></td>
		<td class="alt1" width="100%">
			<div class="smallfont">
				<!-- links -->
<style type="text/css">
.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="left" scrolldelay="2" scrollamount="1.5" onmouseover="this.stop()" onmouseout="this.start()">

<a href="http://www.YOURLINK.com/" target="_blank" >
<img class="imgfade" onmouseover="this.className='imgfull'" onmouseout="this.className='imgfade'" src="http://www.YOURLINK.com/path/to/image.png" alt="DESCRIPTION" border="0" /></a>

<a href="#" target="_blank" >
<img class="imgfade" onmouseover="this.className='imgfull'" onmouseout="this.className='imgfade'" src="http://www.YOURLINK.com/path/to/image.png" alt="DESCRIPTION" border="0" /></a>

<a href="http://www.YOURLINK.com/" target="_blank" >
<img class="imgfade" onmouseover="this.className='imgfull'" onmouseout="this.className='imgfade'" src="http://www.YOURLINK.com/path/to/image.png" alt="DESCRIPTION" border="0" /></a>

<a href="http://www.YOURLINK.com/" target="_blank" >
<img class="imgfade" onmouseover="this.className='imgfull'" onmouseout="this.className='imgfade'" src="http://www.YOURLINK.com/path/to/image.png" alt="DESCRIPTION" border="0" /></a>

<a href="http://www.YOURLINK.com/" target="_blank" >
<img class="imgfade" onmouseover="this.className='imgfull'" onmouseout="this.className='imgfade'" src="http://www.YOURLINK.com/path/to/image.png" alt="DESCRIPTION" border="0" /></a>
</marquee>
			</div>
		</td>
	</tr>
</tbody>
</table>

Edit as nessesary
 

snardley

New Member
Hoxxy your code solution is elegant. All the other Affiliation Hacks I found here were broken but your code worked flawlessly.

Thank You Sir for providing a very nice and useful mod!
 
Top