Hi ,
I am trying to find out a way to turn 'sitewide categories' as mandatory so when a user posts a blog system would restrict the user if the category is not checked. Any information available on this?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Brett@brett.profitt
Brett - 0 likes
- pbhandari13@pbhandari13
pbhandari13 - 0 likes
You must log in to post replies.You could create a plugin that has a event handler for all `save, object` and `update, object` events. In the handler, check if the categories are set and redirect to the referrer with an error if not.
Oh. I thought there already existed a plug in that would take care of this need. I am a very beginner and will need some time to be able to do so. Thanks for the reply