Hi,
I wanted to know that it has to be modified in the following code so that it works in vbulletin 5. What I want is to put an image depending on the group member that the user belongs to.
PHP Code:
<vb:if condition="is_member_of($post,94) and is_member_of($post,6)"><img src="images/sadmin.gif">
<vb:elseif condition="is_member_of($post,6)" /><img src="images/admin.gif"><br><vb:else /></vb:if>
<vb:if condition="is_member_of($post,5)"><img src="images/smod.gif"><br></vb:if>
<vb:if condition="is_member_of($post,7)"><img src="images/mod.gif"><br></vb:if>
Thanks,
Kumara