Quote:
Originally Posted by Carnage-
can't you just do this in the templates by using something like <if condition="whatever"> show marquee </if>
Would be a hell of a lot easier to do...
|
Agreed, something like this would be much easier:
Setup your profile field and just add something like this to your postbit somewhere.
Code:
<if condition="$post['field15']">
<FONT SIZE="4" FACE="courier" COLOR=white><MARQUEE BEHAVIOR=
SCROLL HEIGHT=25 WIDTH=80 BGColor=black>$post[field15]</MARQUEE></FONT>
</if>