I am not clear if it is possible to login as a modx manager via the front end with WebLoginPE. What I would like is to provide a way to login as a manager but remaining in the front end.
Snippets don’t present much possibilities for managers on the front end beyond QuickEdit. If you want to get it, then use [[ManagerLogin]].
But as I see, many possibilites are open for web users to edit/post docs from the front end (NewsManager/NewsEditor) thru pages you can show to specific user roles.
You can even manage other web users via WebLoginPe.
-
☆ A M B ☆
- 24,524 Posts
QuickEdit isn’t a snippet, it’s a plugin. It interrupts the parser and catches the document before it gets shipped out to add the links and javascript necessary only if the user is a logged-in manager user.
Yes, I have since then used ManagerLogin on a few sites now, works great. Thanks for the tips.