Log in

View Full Version : Scrolling Awards In Postbit


Magical1
02-18-2005, 02:36 AM
I need scrolling awards in the postbit legacy (for v3arcade)
without writing it in java im close......can anyone help? This is what i got so far!

In Postbit legacy FIND:
<!-- / sig -->
</if>

ADD BELOW

<MARQUEE>
<img height=0 WIDTH=0 src="$post[arcadeawards]">
</MARQUEE>
-----------------------------END OF CODE--------------------------------
Now this will scroll the first award.......any ideas on making this fully work?
Remember postbit legacy!!!!

sabret00the
02-18-2005, 08:41 PM
unless i go something wrong, you're just doing

<if condition="$post[arcadeawards]"><marquee>$post[arcadeawards]</marquee></if>

Magical1
02-18-2005, 11:54 PM
Thanks ill try that! right now all's i see if the IF condition .....i dont think it will work even before any if condition try just a marquee statement in the postbit legacy under the signature and you will see what were talking about.........i will however try this and let you know.....thanks for the input.....i really would like this solved without java coding?

Just like i thought......No Go for the postbit legacy.....if you want to add the IF clause now the code would be as stated below.......the first award will scroll and all other awards are at the left throwing off the table.........anyone else with any ideas?...help!

<if condition="$post[arcadeawards]"><marquee><img height=0 width=0 src="$post[arcadeawards]"></marquee></if>