The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
What have I missed here?
I probably can't see for looking, what have I missed?
Code:
<td bordercolor="#33FF99"><if condition="<marquee height="18" direction="up" ScrollDelay="75" ScrollAmount="1">$post[arcadeawards]</marquee></td> |
#2
|
|||
|
|||
You've cut off an <if> statement.
I'd find out what it belongs too, though from the looks of it just removing it will work. Code:
<td bordercolor="#33FF99"><marquee height="18" direction="up" ScrollDelay="75" ScrollAmount="1">$post[arcadeawards]</marquee></td> Modin |
#3
|
|||
|
|||
I had put the </if> on must have posted if before I added it, I need the IF statment in, this is what I have now
Code:
<td bordercolor="#33FF99"><if condition="<marquee height="18" direction="up" ScrollDelay="75" ScrollAmount="1">$post[arcadeawards]</marquee></if></td> |
#4
|
|||
|
|||
ok, so now you need some sort of condition in the if statement, like this...
Code:
<td bordercolor="#33FF99"><if condition="$variable == 5"><marquee height="18" direction="up" ScrollDelay="75" ScrollAmount="1">$post[arcadeawards]</marquee></if></td> |
#5
|
|||
|
|||
Thanks Mobin, I was looking so hard at other things I missed the obvious
Works perfect now |
#6
|
|||
|
|||
great to hear
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|