Hi Greg Thorsell,
Please go to "your_site/templates/sj_news25/html/mod_login/default.php", finding:
<a
class="register-switch"
href="<?php echo JRoute::_("index.php?option=com_users&view=registration");?>"
<?php if($config->getValue('captcha')=='0' ){?>
onclick="showBox('yt-user-reg','jform_name',this, window.event || event);return false;"
<?php } ?>
>
<span class="title"><span><?php echo JText::_('JREGISTER');?></span></span>
</a>
change to
<a class="register-switch" href="<?php echo JRoute::_("your_joomsocial_register_link");?>">
<span class="title"><span><?php echo JText::_('JREGISTER');?></span></span>
</a>
Note: your_joomsocial_register_link is the link to jomsocial register page
Thanks