Right now you see "LOG IN" - but inside modal window there is "REGISTER" also ...
register.png
but how to change default link.... you'd ask me again.
there is few solutions, this is one of them....
1) Open this file templates/gk_musicstate/layouts/
default.php2) In line 105,
- Code: Select all
<a href="<?php echo $this->API->get('login_url', 'index.php?option=com_users&view=login'); ?>" id="gkLogin"><?php echo ($userID == 0) ? JText::_('TPL_GK_LANG_LOGIN') : JText::_('TPL_GK_LANG_LOGOUT'); ?></a>
change to
- Code: Select all
<a id="gkLogin" href="index.php?option=com_users&view=registration">REGISTRATION</a>
Save, and upload changed file
p.s.
1) Of course you can change URL to any other.
2) Or replace "REGISTRATION" word to "Sign up" - as you wish.
But if you planning to do multilingual website use TPL_GK_LANG_REGISTER