Search found 1 match
- Wed Jan 30, 2008 7:12 pm
- Forum: Joombie Coding Q/A
- Topic: can a system plugin display error message?
- Replies: 0
- Views: 509
can a system plugin display error message?
I've written a simple access control system plugin that blocks access to certain areas of the site based on privileges i've stored in the db. I block the access by changing the task in "onAfterInitialise()" from edit or save or new to nothing, but I want to also display a message on the p...