PDA


View Full Version : How do I make the Modules scoll automatically


LEAD_WEIGHT
03-14-2005, 05:05 PM
How do I make the Modules scroll automatically in "Latest Forum Topics" & "ShoutBox" without beening a mouseover or click on button.
Would like "Latest Forum Topics" to do this in vbulletin 3.0.7 default style cause my Bluepearl seems to work fine except for some other glitches. :)

LEAD_WEIGHT
03-14-2005, 06:36 PM
How do I make the Modules scroll automatically in "Latest Forum Topics" & "ShoutBox" without beening a mouseover or click on button.
Would like "Latest Forum Topics" to do this in vbulletin 3.0.7 default style cause my Bluepearl seems to work fine except for some other glitches. :)

I think I have found it
1. goto Admin C/panel==>Style Manager==>All Styles Options==>Edit Templates==>look for Controls, then a little under that "All Template Groups" click this [<< >>] to expand all==>Finnd vBadvance CMPS Templates under that look for "adv_portal_latesttopics" Double click to open
2. goto pc desktop create New Rich Text Document, copy all in adv_portal_latesttopics and paste it in New Rich Text Document.
3. Copy all Code that u see here and paste over adv_portal_latesttopics Code.
4. save it and check out your site. :D




<!-- Latest Threads -->

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<thead>
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] <span class="smallfont"><strong>$vbphrase[latest_forum_topics]</strong></span></strong></span></td>
</tr>
</thead>
<tr>
<td class="$getbgrow" width="100%">
<A name="scrollingCode"></A><MARQUEE behavior="scroll" align="center" direction="up" height="220" scrollamount="2" scrolldelay="20" onmouseover="this.stop()" onmouseout="this.start()">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<if condition="$mods['modcol'] == 0">
<tr> <if condition="$vba_options['portal_threads_showicon']">
<td class="thead" width="5">&nbsp;</td>
</if>
<td class="thead" width="100%"><span class="smallfont">$vbphrase[title_username_date]</span></td>
<if condition="$show['lastpost']">
<td align="center" class="thead" nowrap="nowrap" width="25%"><span class="smallfont">$vbphrase[last_post]</span></td>
</if>
<td class="thead" width="15"><span class="smallfont">$vbphrase[replies]</span></td>
<td class="thead" width="15"><span class="smallfont">$vbphrase[views]</span></td>
<if condition="$vba_options['portal_threads_showforum']">
<td align="center" class="thead" width="10%"><span class="smallfont">$vbphrase[forum]</span></td>
</if> </tr>
</if>$threadbits
</table>
</MARQUEE>
</td>
</tr>
</table>
<br />

<!-- End Latest Threads -->

Credits to Griff at Bluepearl & BoNfiRe for this as I check out the working of his style.

Tom M
03-14-2005, 07:07 PM
Are you aware that the MARQUEE tag only works in IE?

LEAD_WEIGHT
03-15-2005, 12:03 AM
Are you aware that the MARQUEE tag only works in IE?
yep and do not care for firefox since ppl do not make hacks all the time for the other browsers and this does not work in Firefox cause I just Test it on my forum :p

I think I miss that part so I bold it for u and others so they do not get confuse;)

Tom M
03-15-2005, 01:39 AM
yep and do not care for firefox since ppl do not make hacks all the time for the other browsers and this does work in Firefox cause I just Test it on my forum :pOK then :rolleyes:
What's your url?

Browser Compatibility Note:

Marquees were invented as an » Internet Explorer-only tag. For some reason, » Firefox and » Opera support them too. They will not scroll in Netscape 4, and will just be static text.

The <marquee> tag is non-standard HTML, and will make your markup invalid. This is to be avoided. Do not use them.

LEAD_WEIGHT
03-15-2005, 01:58 AM
Browser Compatibility Note:

Marquees were invented as an » Internet Explorer-only tag. For some reason, » Firefox and » Opera support them too. They will not scroll in Netscape 4, and will just be static text.

The <marquee> tag is non-standard HTML, and will make your markup invalid. This is to be avoided. Do not use them.

until some one makes one then I will use it and CMP kinda looks screwie on firefox anyways.