Hi!!
I'm trying to make a plugin for login form. Looking at the code of comprofiler.html.php and at the code of the login module, there is one event trigered in module (onAfterLoginForm) and one trigered on comprofiler.html.php (onBeforeLoginFormDisplay). Looking both, onAfterLoginForm is what I need but the output is only printed in module position and not in login page (and I need it on login page more than in module position).
Since login page loads the content from login module....I'm really don't know why the output of the plugin is only up when the module is within a position and not in the login page.
I'm also try onBeforeLoginFormDisplay event and the output is always Array(0).
Any help???