joomla ACL :: two groups permissions conflict
Posted
by
semyon
on Pro Webmasters
See other posts from Pro Webmasters
or by semyon
Published on 2012-04-15T14:09:02Z
Indexed on
2012/04/15
17:49 UTC
Read the original article
Hit count: 266
joomla
I have several user groups on my website, like:
- Site Staff
- Departments
- -- History department
- -- Physics department
- -- Foreign languages department
- -- IT department etc
I also have several categories, like:
- News
- About
- ...
- Departments
- -- History department
- -- Physics department
- -- Foreign languages department
- -- IT department etc
Users in Site Staff group can edit entire site, except for Departments categories (I've set Deny permission for it). Each Department user group can edit only its corresponding category.
I have successfully implemented all this.
The question is: If a user belongs to two groups (Site Staff and Physics department - for instance) - he should be able to edit the whole site, except for Departments category. And also he should be able to edit Physics department category - this is what I cannot implement.
Can you suggest any ideas?
© Pro Webmasters or respective owner