PDA

View Full Version : Help with STEAM Profile/Status Display if condition


niake
12-03-2009, 08:46 PM
Help with STEAM Profile/Status Display if condition
Someone who can help me with this "<if condition=" on vb 4.

<if condition="$post['field9']"><iframe src="http://steamprofile.com/profile/default/sphtml.php?id=$post[field9]" align="right" width="254" height="48" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe></if>

thanks in advance

Lynne
12-03-2009, 08:55 PM
There are articles that will help you with this.

<vb:if condition="$post['field9']"><iframe src="http://steamprofile.com/profile/default/sphtml.php?id={vb:raw post.field9}" align="right" width="254" height="48" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe></vb:if>

niake
12-03-2009, 10:12 PM
Have look at some my problem was wrong field id :eek:
thanks for you time ..