By Ian Anderson on Friday, 14 November 2014
Posted in General Issues
Replies 3
Likes 0
Views 599
Votes 0
Hi,

I am using the latest blogs module in my main menu here http://dev.teenstreet.org.au.

When you click on News > Latest News > Test News, the route incorrectly goes to http://dev.teenstreet.org.au/news?view=entry&id=3

On this page, if you click the exact same menu item (News > Latest News > Test News), the route correctly goes to http://dev.teenstreet.org.au/news/entry/latest-news/test-news - this is how I want it to behave on the home page as well.

Thanks for your help.

Ian
Hello Ian Anderson,

Can you provide us with your Joomla backend and FTP access so we can help you check on this? Please advise.
·
Friday, 14 November 2014 17:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks.

Please see attached details.
·
Monday, 17 November 2014 14:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ian Anderson,

It should work fine now, after added this code in JoomlaFolder/modules/mod_latestblogs/mod_latestblogs.php

//added at LINE 31
require_once(JPATH_ROOT . '/components/com_easyblog/router.php');
·
Monday, 17 November 2014 17:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post