Using posbit as I like that one and getting this.
The following error occurred when attempting to evaluate this template:
The conditional on line 135 appears to be missing its beginning tag (<if>). This may cause unexpected behavior.
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
This is the trailing </if> that is causing this.
Code used:
Code:
<!-- Flags Start -->
<if condition="$post['field11']">
Country: <img src="http://www.Your ForumAddress.com/images/buttons/Flags/$post[field11].GIF"/></if>
<!--// Flags End -->
]
It just says users flag under the username when I remove the trailing </if>
If I use this
Code:
<br><!-- yahoomobil(yaghoub) -->
<img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field11}.GIF" alt="Users Flag!" border="" />
<!-- yahoomobil(yaghoub) --></br>
same thing.