By Antreas Dimitriou on Friday, 01 November 2013
Posted in Technical Issues
Replies 3
Likes 0
Views 1.1K
Votes 0
Dear Support,

When a user clicks on the "Post an Ad" button without logging in first the website redirects the user to http://www.diafimicy.com/ads/index
How can i change that to http://www.diafimicy.com please and keep the user on the main home page? some of my modules are not visible at : http://www.diafimicy.com/ads/index

Please advice

Antreas
Hello Antreas,

Is it possible for you to provide us with the back end and FTP access to the site? I'll help you add this hack
·
Friday, 01 November 2013 20:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

Thank you for your reply. Please see the info below.

Regards,
Antreas
·
Friday, 01 November 2013 20:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Antreas,

I have replaced the codes below in the file /components/com_easydiscuss/views/ask/view.html.php at line 60


$app->redirect( DiscussRouter::_( 'index.php?option=com_easydiscuss&view=index' , false ) );


Replaced with,


$app->redirect( JURI::root() );
·
Friday, 01 November 2013 23:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post