Please Log in or Create an account to join the conversation.
Hey SoM,
Did you manage to get the notifier to work as a proper plugin, or with the hacked login module code (obviously we would all prefer it as a proper plugin).
Best,
NuMoon
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I tested a little bit with a proper plugin for the cbloginmodule.
I looked in the code of steveometer and the captcha_plugin.
I Think this code in the cb.profilebook.php should create a new link in the login module.
But it doesn't. Can anybody help me?
[code:1]$_PLUGINS->registerFunction( 'onAfterLoginForm', 'showpbstatus','getProfileBookTab' );
class getProfileBookTab extends cbTabHandler {
function showpbstatus( $name_lenght, $pass_lenght, $horizontal, $class_sfx, &$params ) {
$return = "<a href=\""
.sefRelToAbs('index.php?option=com_comprofiler')
."\">Profile</a>";
return $return;[/code:1]
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.