![]() |
How to do an "if" on a usergroup
How do i get an image to show in the postbit of a user dependant on if they are associated with a usergroup?
Meaning If user is in usergroup 1 = dont show image if user is in usergroup 2 = do show image ? Cheers :) |
PHP Code:
|
perfic, thank you :)
Doesnt work :( I used <if condition = $bbuserinfo[usergroup] == 10>I Donated!</if> but it shows on everyone when used in the postbit :( I should point out that I am checking if they are a member of a SECONDARY usergroup Meaning, their primary usergroup is registered users and their secondary is 10. Any help please? :) |
Oops. :)
$bbuserinfo is for the VIEWER. You probably want to use $post instead of $bbuserinfo, in the example i gave. |
Didn't work either. Just prints the text on the postbit of every single user.
I just want it to print the text If they are in usergroup id 10 Any ideas? |
Code:
<if condition="$post['usergroupid'] == X">Display This</if> |
Thanks. Still doesn't work.
I put <if condition="$post['usergroupid'] == 10">I Donated</if> In my postbit_legacy and it does not show for anyone, not even the users that are in usergroup 2 and also associated with usergroup 10. :( |
Try this:
Code:
<if condition="is_member_of($post,10)">I Donated</if> |
Thank you so much. That one worked :)
|
All times are GMT. The time now is 09:55 AM. |
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:
|