HI,
There is an incorrect registration path if user uses the Socialize tool bar.
CAPITAL letters does not mean yelling :)
Follow this:
Enters an incorrect user name and select Log In.
On the next page, you the user is presented with "Warning. Username and password do not match or you do not have an account yet."
At the bottom of that screen, there is a link titled "Don’t have an account?”.
if you click on that, the link takes you to a DIFFERENT registration form that if they user the main registration button on the home page.
The "Don’t have an account?” DOES NOT include the terms and conditions and the second page of the main registration form.
We do not want registered users who DID NOT sign the terms and conditions.
Please advise how to correct the link from the "Don’t have an account?” link to the main (long version with T&C) registration form. Thank you :)
Hi Ofer,
I suggest you to do this for Jomsocial Redirect plugin:
1. set Redirect community registration text to "Please create your account"
2. and set Redirect login failed to jomsocial homepage. with this user will not get default joomla login page ( "Don’t have an account?”)
Regards
Thank you for the quick response.... but... how do i get to change the text inside the Redirect community registration file?
Sorry...we are new to this...don't know how to navigate too well :)
Hi Ofer,
edit this file:
/plugins/system/jomsocialredirect/jomsocialredirect.php at line 126, change the code from
$mainframe->redirect($jsRegistrationLink, JText::_($this->params->get('redirect_registration_msg', 'REDIRECTED_TO_COMMUNITY_REGISTRATION')), 'message');
$mainframe->redirect($jsRegistrationLink);