0

Registration window, the problem

I must say sorry, I write through the online translator.
I have a problem on a site-installed Community Builder, and when the user logs out Community Answers pop-up window displays the wrong link to register. Please tell me where in the settings that fix ... Or in what file can make changes?


Category: Technical Questions

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

3

Community Builder should get a redirect from the default user registration page. Anyway you can find the below code in components/com_communityanswers/templates/default(2)/view_question.php at the end of the file
echo JRoute::_( 'index.php?option=com_user&view=register' );
Answered


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