vBulletin 3.0.3 - Additional Usergroups Help? vBulletin 3.0.3 - Additional Usergroups Help?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

vBulletin 3.0.3 - Additional Usergroups Help?

Started by conner_bw, September 24, 2004, 09:49:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

conner_bw

Got Coppermine working well enough, thanks for making such a nice piece of software open source.

I am having problems with GROUPS.

It appears that only the "Primary Usergroup" is considered when assigning the user permissions in Coppermine. I would like for it to also consider the "Additional Usergroups" and have it concatenate all the "YES" permissions from all the user's assigned groups.

Anyone?

conner_bw

???

Can anyone at least suggest where to start looking? What function/php handles the permission checking for vBulletin 3.0.3? I can most likely code this myself given a starting point.

Thanks.

Joachim Müller

when bridged with a bbs, coppermine doesn't take secondary usergroups into account, only the primary group the user is in. This is by design and can only be changed with vast code changes in several places (hasn't been done yet afaik, so there's no link or hint I could give).
When posting questions, allow days before bumping, not hours - this board is run by unpaid volunteers, so a bit more patience is necessary.

Joachim

conner_bw

Ok, thanks for the answer and the etiquette lesson.