joomla - Is it possible to hide content for one specific user group? -


I know that we can show content based on the level of usage of users using Joomla ACL, but what Is it possible to show content to all users except a specific group? if so, how?

I have tried to create an access level called news , which included all groups except no_news group, then my module's Use level News .

Unfortunately the user related to the no_news group was able to see the content. Any suggestions?

no_news class inherited from registered.

Has your Noise Group inherited from the public? If so, exclude the public group from the news access level; in fact, the idea is that if there is a use of parent group, then all children will be group also.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -