How is this idea? A wordpress account that gets read-only permission and can not make any changes? Is useful when many people work on one page
How is this idea? A wordpress account that gets read-only permission and can not make any changes? Is useful when many people work on one page
Read all from the front end? Subscribers.
no, for the back end. only reading. is this possible?
Reading what specifically?
It's about showing the complete backend to a user without making any changes.
If the admin wants to show a friend in the backend something. And nothing can be changed.
That's going to be a VERY custom bit of code, and not something most people would want. Considering WP is built around user permissions so that only people with access to change things can see things, it would require a lot of custom work.
Out of curiosity, does anyone know if there's a plugin which does this? It seems primarily useful for technical support and the ilk.
No, there is not.
There is some code here: http://wordpress.stackexchange.com/questions/88015/create-read-only-admin
You must log in to post.