when you add that to the postbit, it will show up in all areas that the postbit shows up. Annoucments, PM, post....
As for the profile you could do this in template MEMBERINFO:
PHP Code:
<if condition="$userinfo[usergroupid]==x"> IMG VAR HERE </if>
Of course change X to the Usergroup Id
Quote:
Will it work with secondary usergroups too?
|
And it will only show up as there primary usergroup. So if you have a member that is in the registered usergroup, and you add him as a mod in a secondary usergroup. The register usergroup will show in the post seeing as its his primary group id.
Hope this helps...