0

How to change the link for register users?



Category: General Questions

Like it on Facebook, Tweet it or share this question on other bookmarking websites.

195

Yes i´m using the version 1.7.3 because the newest version has a problem with the search engine of CA and show 500 error page every time i want to search for a question.

But one more question, in the code that you provide me, What i supose that i must change?
$link = APP_VERSION == '1.5' 
? JRoute::_('index.php?option=com_user&view=login'.$itemid.'&return='.$redirectUrl)
: JRoute::_('index.php?option=com_users&view=login'.$itemid.'&return='.$redirectUrl);
Answered


205

Hello again, i already change the links and works fine... But i have a problem with the return false javascript when i try to submit a Question without login, it redirects me to the default login system and not to the Jomsocial component. How can i redirect to the form of Jomsocial and not joomla registration page? Thank you very much for your help.
Answered


213

The latest version v1.8.2 does not have any issue with search, as it is in demo here. Please do let me know if you face any issue so that I can resolve it (contact me through contact us page).

In the above code you need to insert the JomSocial login/registration page url at appropriate location.

$link = APP_VERSION == '1.5' 
? JRoute::_('COMMUNITYURLHERE&return='.$redirectUrl)
: JRoute::_('COMMUNITYURLHERE&return='.$redirectUrl);
Answered


198

Hello Maverick

The problem is with the submission buttom everytime i want to ask without login... the login page that shows me is the Jomla´s page and not Jomsocial. There is anyway to redirect properly to Jomsocial page?

I decide to keep CA version 1.7.3 because i have solved the issue of 500 error page, and when i installed (today) the latest version of CA, the 500 error page in the search engine starts again, plus, the problem of the redirection to the Joomla page is present in bothe versions. What can i do to solve it?
Answered


192

There is no way you can get the redirect unless JomSocial can do that. Standard Joomla login form has redirect feature which is what we are using. If the same is not supported by JomSocial, it is not possible to do that. Contact JomSocial support for any alternative exists.

It is better to investigate the root cause instead of keeping old version. Please send me your website details through contact us form, I will find it out.
Answered


Please register/login to answer this question.  Click here to login