Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我们可以使用 Joomla ACL 根据用户访问级别显示内容,但是是否可以向除一个特定组之外的所有用户显示内容?如果是这样,怎么做?
我尝试创建一个名为的访问级别news,其中包括除no_newsgroup 之外的所有组,然后将我的模块访问级别分配为news.
news
no_news
不幸的是,属于该no_news组的用户能够看到内容。有什么建议么?
该类no_news继承自已注册的。
你的 no_news 组是从 Public 继承的吗?如果是这样,请从 NEWS 访问级别排除公共组。基本上这个想法是,如果父组有权访问,那么所有子组也将拥有。