Brainstorming: How to setup a stream so changes need to be checked by an admin before going live?
Created 4 years ago by finnito

Hey all,

I'm setting up a stream which will power a wiki (of sorts) and I want to try and implement it so that all changes need to be verified by a moderator. People with regular user accounts would be able to create and edit entries (probably not delete though).

Has anyone done this? If not, any ideas on how I might best achieve this?

Thanks 😄

ryanthompson  —  4 years ago

This will require some extending based on the form builder / validation and such. Are you still working on this? It'll require in short, overriding / extending the builder and adding validation as well as potentially an observer on the model as backup safeguard. Maybe a custom status / approved flag as well.