![]() |
<if> statements, check secondary usergroups?
I need something displayed for all users in usergroup x, and everyone that has x as a secondary usergroup.
How would I check in an if statement if they have the usergroup as a secondary? ------ |
You use the function is_member_of. Like this:
Code:
if(is_member_of($bbuserinfo,x) { |
Awesome, Thanks for the quick response.
|
I need to use this in the context that I have a secondary group that will be allowed to edit data in part of my website...
My usergroup that I am using to give access is group 35. Following is the code I tried to use: Code:
if(is_member_of($bbuserinfo,35)) { My script was built outside of vBulletin and I am in the process of integrating it now.... Is it possible this has changed for vb3.5? |
It's changed, in 3.5 use ;
Code:
if(is_member_of($vbulletin->userinfo,35)) { |
All times are GMT. The time now is 07:20 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:
|