Could pls tell me someone where I can change the joomla registration form to the jomsocial?
I activated the hellome module in the login module position an deactivated the joomla one, but sign in is still joomla reg form.
Thx
<?php if($this->modules('login')) : ?>
<div id="loginForm"<?php echo $popup_class; ?>>
<h3><?php echo JText::_(($userID == 0) ? 'TPL_GK_LANG_LOGIN' : 'TPL_GK_LANG_LOGOUT'); ?></h3>
<jdoc:include type="modules" name="login" style="<?php echo $this->module_styles['login']; ?>" />
</div>
<?php endif; ?>
<?php if($this->modules('JOMSOCIALLOGINMODULENAME')) : ?>
<div id="loginForm"<?php echo $popup_class; ?>>
<jdoc:include type="modules" name="JOMSOCIALLOGINMODULENAME" style="<?php echo $this->module_styles['JOMSOCIALLOGINMODULENAME']; ?>" />
</div>
<?php endif; ?>
