Hello - Your support has been fantastic and I truly appreciate it!
I would like to change the "Sign In" text to say "Register" and just be a link to the jomsocial registration .../index.php/jomsocial
<?php if((GK_REGISTER) && ($userID == 0)) : ?>
<a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&view=registration" id="btnRegister"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>
<?php endif; ?>
index.php?option=com_users&view=registration<?php if((GK_REGISTER || GK_LOGIN) && !GK_COM_USERS) : ?>
<div id="gkButtons">
<?php if((GK_REGISTER) && ($userID == 0)) : ?>
<a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&view=registration" id="btnRegister"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>
<?php endif; ?>id="btnRegister"