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)) {
echo " Database Team";
}
When I put my test account on primary = Registered and Secondary = 35 I am not getting the "Database Team" being output....
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?