View Full Version : How to do an "if" on a usergroup
itrends
16 Feb 2007, 19:30
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 :)
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
That's your basic one.
itrends
16 Feb 2007, 19:44
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.
itrends
16 Feb 2007, 22:01
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?
Adrian Schneider
16 Feb 2007, 22:21
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
itrends
16 Feb 2007, 22:29
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:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
itrends
16 Feb 2007, 23:01
Thank you so much. That one worked :)
vBulletin® v3.6.12, Copyright ©2000-2013, Jelsoft Enterprises Ltd.