Hi,
I am trying to check whether the following is not empty or not to print some HTML style
Can you please give me the syntax
Quote:
{vb:raw template_hook.postbit_userinfo_right_after_posts}
|
thanks
--------------- Added [DATE]1322620066[/DATE] at [TIME]1322620066[/TIME] ---------------
I tried the following but it give the error
Quote:
<vb:if condition="${vb:raw template_hook.postbit_userinfo_right_after_posts}" >
<div class="post_field">{vb:raw template_hook.postbit_userinfo_right_after_posts}</div>
</vb:if>
|