By Manminder Dhillon on Thursday, 22 January 2015
Posted in Technical Issues
Likes 0
Views 657
Votes 0
Hi!

I want to change the URL direction when public visitor click the Ask Question button.

Instead it go to default Joomla registration form.

I want to set go to : http://supernewsroom.mobi/index.php/media-practitioners/join-contact-point
Hello Manminder,

You can change the link in this file: ../components/com_easydiscuss/themes/simplistic/searchbar.php on line 59.

href="<?php echo DiscussHelper::getRegistrationLink();?>"


Hope this helps.
·
Thursday, 22 January 2015 10:50
·
0 Likes
·
0 Votes
·
0 Comments
·
I found it in this line and its works. Thanks
·
Thursday, 22 January 2015 11:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

You're welcome.
·
Thursday, 22 January 2015 11:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post