PDA

View Full Version : Convert 3.X to 4.0


stuky4ever
11-21-2009, 08:36 AM
Can someone help me convert this Code to VB 4.0 compatible?

<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>

ForumsMods
11-21-2009, 10:53 AM
<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>