The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Simple ARCADE problem, need code help
Hi there ive installed the arcade and the rest and now i have added a small script which is:
<div> <if condition="$post[arcadeawards]"> <fieldset> <legend>Arcade Awards</legend> <MARQUEE loop="-1" scrollamount="15" with="100%"> <span class="smallfont">Arcade Awards: $post[arcadeawards]</span> </MARQUEE> </fieldset> </if> </div> but the thing is i want it all to scroll down in one line rather than 4..., in the users post bit..., see my iamge attachment below, can somebody tell me how i can get it to scroll all in one line?? Thanks! |
#2
|
|||
|
|||
You have to edit the function that generates the <br> in the arcade awars variable.
this way it'll just spit out one line instead of multiple lines. |
#3
|
||||
|
||||
I don't know anything about the Arcade, but assuming that $post['arcadeawards'] contains <br />-Tags and that this is the Problem:
Put PHP Code:
PHP Code:
|
#4
|
||||
|
||||
Don't you have to put direction="down" in the MARQUEE code, to get it to scroll down?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|