The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help with profile fields code.
This new code is weird, I think I got it perfect still it's saying "unclosed_tag" when I save the postbit.
Usually it's like this: Code:
<span align="left"> <if condition="$post['field5']"><img src="images/teamlogo/$post[field5].gif" alt="NBA Team" border="" /></if></span> Code:
<span align="left"> <vb:if condition="$post['field5']"><img src="images/teamlogo/{vb:raw post.field2}.gif" alt="NBA Team" border="" /><vb:/if> |
#2
|
||||
|
||||
You had it correct in the img partf of the code but not the if.
Code:
<vb:if condition="{vb:raw post.field5}"><span align="left"><img src="images/teamlogo/{vb:raw post.field2}.gif" alt="NBA Team" border="" /></span><vb:/if> |
#3
|
|||
|
|||
Yeah, I ended up fixing it :P.
Thanks buddy. |
#4
|
|||
|
|||
Post Neutralized.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|