By Kenneth Koppervik on Thursday, 08 January 2015
Posted in General
Replies 9
Likes 0
Views 1.2K
Votes 0
Hi, my module "Mest populært akkurat nå" ( latest post module ) dont show SEF urls like the compononent does.. The module is found on the fronpage under "Siste Artikler" section.

The urls I get looks like this: /artikler?view=entry&id=45

Routing Behavior for the module is "use menu item".
Possible to take a look at it?
Hi,

I believe this module hasn't been release yet. I have put a fix on your site in this file: ...\modules\mod_latestblogs\mod_latestblogs.php in line: 31.

require_once( dirname(__FILE__) . DIRECTORY_SEPARATOR . 'helper.php' );
require_once(JPATH_ROOT . '/components/com_easyblog/router.php');


Hope this will help.
Thanks.
·
Friday, 09 January 2015 17:12
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm noticing the same problem. Clicking to the blog through the menu item shows SEF url strings. Clicking Read More on the module uses a numeric string instead, giving me essentially TWO urls for the same blog post. This is with the blog menu item set in the module. It does this whether the menu item is the front page layout or a single latest entry option.
·
Thursday, 08 January 2015 22:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey guys,

I am really sorry for the delay of this reply, got very occupied with the development of EasyBlog 5. I am just wondering if you guys are using the latest version of the modules? If I recall correctly, there is an issue with the older version of the modules and the newer version of Joomla but we have already addressed this on the latest version of these modules.
·
Friday, 09 January 2015 01:58
·
0 Likes
·
0 Votes
·
0 Comments
·
I keep easyblog up to date, but I'll re-install the module and see if that helps.
·
Friday, 09 January 2015 02:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Nope. I just installed 3.9.2 of the latest blogs module, disabled my html override, cleared the cache and reloaded the page, still links to a numeric url.
·
Friday, 09 January 2015 02:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Brian,

I am sorry for the late reply.
I have helped you fix this issue in your site. I believe this issue is already addressed however, the module haven't release yet. I am so sorry for the inconvenience caused. Can you verify this issue is resolved on your site?

Please advise.
Thanks.
·
Friday, 09 January 2015 16:34
·
0 Likes
·
0 Votes
·
0 Comments
·
It works. Thanks. Did something miss in the code?
·
Friday, 09 January 2015 16:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Yep, I applied this fix to mine and that did the trick. Thanks!
·
Friday, 09 January 2015 21:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Brian, glad that your issues are resolved now
·
Saturday, 10 January 2015 01:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post