Hi Everyone,
I currently have the JA Social template but there I am not able to locate the answer to my questions.
This is what I am looking for:
I log the new JA Login on this template but I am using Community Builder and I am trying to change the default.php for JA login to point to CB.
These are the changes I want to do but are not working.
Change the Forgot Password / Forgot User name to point to: index.php?option=com_comprofiler&task=lostPassword
I have changes it in the deault.php in lines 337 through 40
[PHP] <a href=”<?php echo JRoute::_( ‘index.php?option=com_comprofiler&task=lostPassword’ ); ?>”>
<?php echo JText::_(‘FORGOT_YOUR_PASSWORD’); ?></a>
<a href=”<?php echo JRoute::_( ‘index.php?option=com_comprofiler&task=lostPassword’ ); ?>”>
<?php echo JText::_(‘FORGOT_YOUR_USERNAME’); ?></a>[/PHP]
But it does not work.
I also want to change the create an account not to dropdown, just to do to [PHP]index.php?option=com_comprofiler&task=registers[/PHP] but I cannot do this.
I have modified lined 44 to [PHP]<a href=”<?php echo JRoute::_( ‘index.php?option=com_comprofiler&task=registers’ ); ?>”>[/PHP]but it does not work.
Any help is appreciated.