The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Convert 3.X to 4.0
Can someone help me convert this Code to VB 4.0 compatible?
Code:
<if condition="$post['field5']"><iframe src="http://steam.appspot.com/beta/api/iframe?steamID=$post[field5]" width="250" height="60" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe></if> |
#2
|
|||
|
|||
HTML Code:
<vb:if condition="$post['field5']"><iframe src="http://steam.appspot.com/beta/api/iframe?steamID={vb:raw post.field5}" width="250" height="60" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe></vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|