The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Converting one line of code from vb3.7 to vb4
Can someone help me rewrite the following code from vb3.7 to vb4?
VB3.7: <if condition="$post[fieldX]"><img src="images/misc/$post[fieldX].gif"></if> VB4: ? |
#2
|
||||
|
||||
HTML Code:
<vb:if condition="$post[fieldX]"><img src="images/misc/{vb:var post.fieldX}.gif"></vb:if> |
#3
|
|||
|
|||
Lynne, can't thank you enough for all you do here. Code works great.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|