I have been building a small PHP module on the article pages. It would be useful if it could set so certain usergroups could view it and others not.
As an example scenario, say I wanted to write code that enabled admins only to see recent infractions and not the whole world see them. Or, I may want only admins & mods to see recently added comments that required attention. Perhaps I've got a certain bit of code that only guests need to see and not registered members.. etc.
Is it possible to use code to show only x-usergroups or will permission selection boxes be added in future releases?
As an example scenario, say I wanted to write code that enabled admins only to see recent infractions and not the whole world see them. Or, I may want only admins & mods to see recently added comments that required attention. Perhaps I've got a certain bit of code that only guests need to see and not registered members.. etc.
Is it possible to use code to show only x-usergroups or will permission selection boxes be added in future releases?
Comment