Is there some frontend controller to create dynamic page with some custom created URL without add them from Manager Resource panel? I want to create some secret page (and perform some actions there) but it shouldn't be seen in Manager for anyone (even admin or myself). I'm pretty newbie in ModX so any direct solutions will be appreciated.
Or... I've custom controller in Manager and I can access it by /manager/?a=some/controller. Is there any way to display it without login user?
you not really want anonymous users have access to the manager?
I want to create some secret page (and perform some actions there
what kind of actions?
you might want to have a look, how bezumkin it does, for his mxManager
https://github.com/bezumkin/mxManager
You might also look at NewsPublisher. The latest version has a delete button in addition to creating and editing resources.