Reboot Approved

Member since: 2014-08-28

Recent posts by Reboot
Post When

How did you run a trace on all events being fired, did you use a specific logging tool or is this a ...

Posted in Extending RainLab.User

Yeah I feel the same, I'd rather not inject code into anything outside my plugin, app or theme files...

Posted in Extending RainLab.User

Running into an issue with this myself now, Kent2894 did you find the proper event to hook into?

It...

Posted in Extending RainLab.User

That did it! Thanks!

Posted in Getting the current user

Unfortunately no, I was referring to basic user handling that OctoberCMS provides out of the box. I ...

Posted in Getting the current user

I know it's possible to obtain the current user through a plugin's controller, but is there a way to...

Posted in Getting the current user

Yep that's what I'm trying to accomplish.

Posted in Form Behavior Config

Close, but instead of using the "update" method/action I would use a completely custom one called "s...

Posted in Form Behavior Config

The documentation says that you can create new backend pages for a plugin via controller methods (ac...

Posted in Form Behavior Config

Never mind, I see that you can use methods of a controller's class. For anyone else looking for this...

Posted in Routes that use controller actions