![]() |
Show a user's group membership
How do I display a user's group membership title (or name) in postbit? I coudn't figure it out how to do it. Is there someone who can help me up with this please?
|
*bumps*
Anyone? |
*bumps*
|
in the postbit (or postbit legacy depending which you use) template find:
Code:
<if condition="$show['avatar']"> Code:
<if condition="$post['usergroupid']==6"><div class="smallfont"><b>Administrator</b></div></if> :) |
Quote:
This works for primary group Code:
<if condition="$post['usergroupid']==10"><div class="smallfont"><b>Furry Friends</b></div></if> This works for all groups Code:
<if condition="is_member_of($post,10)"><div class="smallfont"><b>Furry Friends</b></div></if> |
*bumps*
|
photongbic:
Thank you! The "is_member_of" function is exactly what I have been looking for all night. I used it to display a badge for VIP members who have a paid subscription. |
This can be done without any code changes using the USER RANKS option.
Add user ranks that reflect your usergroups and set them on SHOW. This should also work without having the need to edit templates. :-) |
Nice - thanks jluerken. Didn't even think of that. No template changes is much better.
|
image please?
|
All times are GMT. The time now is 01:44 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|