try to enable the sign up button ..
is there anything else i need to do apart from enable this in template settings ?
thanks
<?php $usersConfig = JComponentHelper::getParams('com_users'); ?>
<?php if ($usersConfig->get('allowUserRegistration') && $userID == 0) : ?>
<a href="<?php echo JRoute::_('index.php?option=com_users&view=registration'); ?>" id="gkRegister" class="button"> <?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>
<?php endif; ?>