I am quiet new to VB, but now i have downloaded your vb shout, and i want to make it like that there is an image ifront of the name, when they shout. i already have the code, it working in postbit_legacy. but for some reason it isnt working in vbshout.
is it even possible? and am i asking this at the right place?
PHP Code:
<vb:if condition="$post['field10']&&$post['field7']">
<img src="http://envygaming.x10.mx/images/misc/{vb:raw post.field7}.gif" title="{vb:raw post.field10}"/></vb:if>
<vb:if condition="$post['field9']&&$post['field6']">
<img src="http://envygaming.x10.mx/images/misc/{vb:raw post.field6}.gif" title="{vb:raw post.field9}"/></vb:if>