Thank you, seems to work perfectly. I normally would use ranks for this kind of stuff, but seeing the user is moved to another usergroup by force (general update tool / task), the rank is not applied to the user. So I have to do a small by-pass by using a template condition instead..
Thanks again!
Quote:
The above will only show if you are a member of 6 or 7
|
That's the small problem

I want the text/image to display to every single usergroup if the user is part of a specific usergroup.
Code:
<vb:if condition="$post[usergroupid] == xx">xxx</vb:if>
Seems to do just that what I need

.