I built a site years ago using all the great products from here. I am now tweaking a few things on the site to make things a little bit cleaner and less redundant. I currently have majority of the links in phpBB3 pointing to JomSocial as well as pulling the avatars from JomSocial to phpBB3.
What I am trying to do now is tie RokBridge Login to JomSocial. I have edited all the links for registration to point to the JomSocial links, but I also want to add the "Resend activation code?" to the module as well.
Would this be the correct way in adding this? <p> <?php echo JText::_('Resend Activation Code'); ?> <a href="<?php echo JRoute::_('index.php?option=com_community&view=register&task=activation'); ?>"> <?php echo JText::_('Resend Activation Code'); ?></a> </p>
Also since phpBB3 is pulling its avatars already from JomSocial, how can I have RokBridge Login pull the avatar from JomSocial instead?