Hello,
we are using the famous community component JomSocial.
The “Try Discover Free” should not link to Joomla standard login (mod_login) but to the JomSocial login called “Hello me”
(mod_hellome).
I tried to customize the off-canvas-login.php and replaced:
require_once JPATH_BASE.’/modules/mod_login/helper.php’;
by
require_once JPATH_BASE.’/modules/mod_hellome/helper.php’;
I am not sure this is the right approach to linking the different module, while in backend I have set the position
of the module “Hello Me” to off-canvas.
The issue is that my complete webdesign is destroyed and not longer working – so I have reverted back the changes.
Does anyone use JomSocial in combination with JA Appolio and was able to get this working ?