By Esteban Morales on Sunday, 22 December 2013
Posted in Technical Issues
Replies 3
Likes 0
Views 674
Votes 0
When you are using easydiscuss and you press the send button without being logged in you get redirected to this address http://waaju.com/nuevo/inicio-registro/registro I want it to redirect here http://waaju.com/nuevo/inicio-registro and omit the word Registro since in the new address the user has three optons to log in
Hello Esteban,

Sorry for late reply to this,
I have applied some code in your file
JoomlaFolder\components\com_easydiscuss\helpers\helper.php
LINE 3791

$link = FRoute::registration();

CHANGE TO

$link = FRoute::login();

Please have a check is it work or not in your side? Please advise.
·
Monday, 23 December 2013 11:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Esteban,

Sorry for late reply to this,
Could you mind make a clearly explanation of what your requirement here?
Because I'm confusing you mentioned that "When you are using easydiscuss and you press the send button without being logged in you get redirected to this address"
Is it your meaning is when you click submit button from Easydiscuss then it will redirected to this address http://waaju.com/nuevo/inicio-registro/registro without user logged in?
And It seems like you provided that Joomla backend login credential and FTP is not working Please advise.
·
Monday, 23 December 2013 01:23
·
0 Likes
·
0 Votes
·
0 Comments
·
When you press this button the image redirects me http://waaju.com/nuevo/inicio-registro
·
Monday, 23 December 2013 03:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post