Log in

View Full Version : Code not working


APhoenix
05-27-2004, 12:44 AM
We're trying to allow Mods/Admins, as well as specific subscriber groups the ability to change styles, but restrict everyone else. I put the following code into the global.php file.

If I use just the first conditional (and remove the second) it works fine. The second conditional seems to be the one causing the problem.


if (
(!in_array($bbuserinfo['usergroupid'], array(5, 6, 7, 8, 13, 16)))
or
(!in_array($user['membergroupids'], array(7, 10)))
)
{
$vboptions['allowchangestyles'] = 0;
}


I am missing something stupid here, but I can't for the life of me see what it is. Any ideas?

- Tony

Xenon
05-27-2004, 12:19 PM
membergroupids is a textlist of id's and cannot be used with in_array.

you may want to search through the hint's and tips forum, iirc someone released a little function, that will do exactly as you tried here.

APhoenix
05-27-2004, 01:24 PM
membergroupids is a textlist of id's and cannot be used with in_array.

you may want to search through the hint's and tips forum, iirc someone released a little function, that will do exactly as you tried here.
No joy on a function in the hints & tips forum.

The weird thing is that according to Zachary on vb.com, the membergroupids is in an array. http://www.vbulletin.com/forum/showthread.php?t=105361. Which is why I assumed that this would work.

Boofo
05-27-2004, 01:28 PM
membergroupids is a textlist of id's and cannot be used with in_array.

you may want to search through the hint's and tips forum, iirc someone released a little function, that will do exactly as you tried here.
merk released that. ;)

Xenon
05-27-2004, 06:12 PM
hmm, i cannt remember names that good Bones, erm Bowie erm ^^