PDA

View Full Version : Add Marquee to portal


m6747
01-10-2008, 04:55 PM
I want to add the atakan marquee to the portal is that possible?

TFTHIA

mikel
01-10-2008, 05:04 PM
Yup, it does work, see it in action at my site :

www.southbaydanceclub.org

Mike

Our Sponsors
 

TrevsRevenge
01-10-2008, 05:39 PM
That looks great mikel what templates did you have to edit for it to work

m6747
01-10-2008, 06:29 PM
which hack do u use?

Our Sponsors
 

mikel
01-11-2008, 06:02 PM
which hack do u use?
The one mentioned in the 1st message. It's located here :

Atakan Marquee :

http://www.vbulletin.org/forum/showthread.php?t=117942

It's simple and works for my needs. Do edit the supplied template Marquee_Text and change to this to fix a minor bug :

<if condition="$vboptions[mtext_active]">
<br />
<table <if condition="$vboptions[mtext_border]">class="tborder"</if> border="0" width="100%">
<tr>
<td>
<marquee direction="$yer" scrolldelay="$vboptions[mtext_speed]">
<if condition="$vboptions[mtext_bold]"><b></if><if condition="$vboptions[mtext_italic]"><i></if><font color="$renk" size= $vboptions[mtext_size]>$vboptions[mtext_text]</color><if condition="$vboptions[mtext_bold]"></i></if><if condition="$vboptions[mtext_italic]"></b></if>
</marquee>
</td>
</tr>
</table>
</if>

Mike

m6747
01-11-2008, 08:08 PM
thanks for the help

TrevsRevenge
01-12-2008, 10:11 AM
Thank you very much that is what I was looking for.

rwoscott
02-12-2008, 03:47 AM
Has anyone got this to work only on the front page?
I've managed to get it working in a module at the top of the page, but The color/size etc, aren't being picked up properly.

It works fine as per the standard install, but in the module it does not have the color.

Has any one done this?

http://redandwhiteonline.com/cmps_index.php

Scrolling msg should be red.

Chief Thunder
06-04-2008, 01:15 PM
The one mentioned in the 1st message. It's located here :

Atakan Marquee :

http://www.vbulletin.org/forum/showthread.php?t=117942

It's simple and works for my needs. Do edit the supplied template Marquee_Text and change to this to fix a minor bug :

<if condition="$vboptions[mtext_active]">
<br />
<table <if condition="$vboptions[mtext_border]">class="tborder"</if> border="0" width="100%">
<tr>
<td>
<marquee direction="$yer" scrolldelay="$vboptions[mtext_speed]">
<if condition="$vboptions[mtext_bold]"><b></if><if condition="$vboptions[mtext_italic]"><i></if><font color="$renk" size= $vboptions[mtext_size]>$vboptions[mtext_text]</color><if condition="$vboptions[mtext_bold]"></i></if><if condition="$vboptions[mtext_italic]"></b></if>
</marquee>
</td>
</tr>
</table>
</if>

Mike

Hi all;
I have this module installed, though I am stuck on where your scroll text is supposed to go.

Ok I aren't that smart.....

Anyone? :o

mikel
06-10-2008, 05:41 PM
Hi all;
I have this module installed, though I am stuck on where your scroll text is supposed to go.
Look in your VB admin page at

vBulletin Options -> Atakan Marquee Text Settings dropdown

Use the Marquee Text text box to set that text.

Mike