PDA

View Full Version : Marquee Update on forum display ?


Iezugod
04-12-2002, 07:06 AM
Would this be possible?

It would be kinda like:

Right under the quasi navigation (vBulletin.org Forum > Code Hacks > Reuquests) I text box, much like the ones here where you input your 'subject' and that kinda thing.

Anyways,

Inside the textbox, a News Item, or Update can scroll across the screen.

Maybe a place in the ACP to put in a new update.

If I could make a picture, I would.... Anyways, that is my idea. I just don't know how to do it....

Logician
04-12-2002, 08:25 PM
Basically put a variable like "$Iezugod" under the relavant part in your template..Then assign the HTML code (Marquee or anything) to this variable in showthread.php..

This scrolls a fixed text under navigation line. If you need to compile this text from your database you need to query it like:

$Iezugod=$DB_site->query_first("your query");