Quote:
Originally Posted by dartho
Sorry - saw you only want to do this for guests.
Change
{vb:raw post_ua}
to
<vb:if condition="$show['member']">{vb:raw post_ua}</vb:if>
in that same template and then there will be no tool tip for guests
|
thank you dartho for code. i'm setting for only administrator.
<vb:if condition="$bbuserinfo[usergroupid] == 6">{vb:raw post_ua}</vb:if>