PDA

View Full Version : v3arcade Scrolling Awards in Postbit


BillyFischbach
07-04-2005, 10:00 PM
This will put all the awards a user earns underneith there usertitle, and they will scroll

in postbit & postbit legacy find:

$post[arcadeawards]

Replace with:

<marquee width='200' scrollamount='1' direction='up' height='20'>$post[arcadeawards]</marquee>

Corriewf
07-05-2005, 05:32 PM
Will this work in IE and FF?

BillyFischbach
07-05-2005, 07:30 PM
Yes, it works with both IE and FireFox.

MorrisMcD
07-10-2005, 12:25 AM
Awesome hack.. I almost am able to put the postbit piece on enable..

However, its still annoying because when it first is loading a page up, it will display them the regular way and then switch to scrolling...

I have some members that have almost 50 awards.. I know this isnt because of your hack, but is it possible to make it only take one line when loading a page for the arcade postbit so that you dont see a huge list before it starts scrolling?

Either way, my templates are modded.. Thanks for the easy addon!

Ninth Dimension
07-11-2005, 03:01 PM
Suggested tweak:<if condition="$post[arcadeawards]"><marquee width='200' scrollamount='1' direction='up' height='20'>$post[arcadeawards]</marquee></if>This will prevent a blank space in the postbit for people that do not have any awards...

BillyFischbach
07-11-2005, 10:46 PM
Suggested tweak:<if condition="$post[arcadeawards]"><marquee width='200' scrollamount='1' direction='up' height='20'>$post[arcadeawards]</marquee></if>This will prevent a blank space in the postbit for people that do not have any awards...

Thank you for adding the IF tag, and for MorrisMcD I dont know what to do, It happens to me too :ninja: . I dont know how to fix the pre-load thing maybe get faster connection? lol :P

MorrisMcD
07-12-2005, 12:12 AM
Thank you for adding the IF tag, and for MorrisMcD I dont know what to do, It happens to me too :ninja: . I dont know how to fix the pre-load thing maybe get faster connection? lol :P

Its not that its slow.. Its just that its noticable.. :shrug: Call me picky :)

I figured maybe something could be manipulated to the postbit templates to only use a certain space or size..

Sincerely,
Needs to buy a php book :)

BillyFischbach
07-12-2005, 03:06 AM
hmm, maybe like a iframe? I dunno

MustangLisa
08-27-2005, 03:55 PM
Nice. Thank you very much!

tuanluu
09-13-2005, 02:48 AM
thanks

Pete C
10-19-2005, 08:43 PM
So simple - and so effective. Great little hack, really tidied the place up. *Installed* Thank you.