Because this view we overrirde with our template , you have to add link manually.
But don't worry it's easy. I will show you how...
templates/gk_musicstate/html/com_community/
frontpage.guests.phpFind this line
- Code: Select all
<a href="#"> <?php echo JText::_('COM_COMMUNITY_JOIN_US_NOW'); ?> </a>
Replace # with your registration link. For JomSocial registration use:
- Code: Select all
index.php?option=com_community&view=register&task=register
or SEF URL generated by your Joomla Menu system, as you wish.