I used to have a lot of these - but cant for the life of me remember how I did it and whats the best way of doing this in vb4 ?
basically I want to add a little image icon along with the usual msn, ect icons in the postbit_legacy for users.
i got something like this at the moment -
Quote:
<!-- group 68 user-->
<vb:if condition="$post['post68']"><img src="http://www.mysite/forum/images/avatars/bunny.png alt="group 68 user" border=""></vb:if></p>
<!-- group 68 user -->
|
now Im guessing Im going wrong in the $post['post68'] bit - how do I do that for usergroup rather than profile field?
if that makes any sense ?
--------------- Added [DATE]1292950959[/DATE] at [TIME]1292950959[/TIME] ---------------
ahh - got it ...
Quote:
"is_member_of($post, 68)"
|