I'm crafting module that somewhat change CMS behavior, sometime redirecting people places after an event is triggered.
Let's say that I have two modules.
- One keeps tracks off the LoginPost event, and record it
- The other one redirect the user after a LoginPost event.
Is there a way to "force" a module to be at the bottom of the chain of event handler ?
Thanks in advance.
--
Redwarp