By Mist on Sunday, 27 July 2014
Posted in General
Likes 0
Views 1.7K
Votes 0
Latest Blog Module
Item url looks like this: /blog?view=entry&id=3
Item url should be the same as in EasyBlog

* one user pointed out this bug here: http://stackideas.com/forums/last-blog-module-seo ... and it was corrected by Arlex

Random Blog Post Module

* same as the above

EasyBlog - EasySocial App

* same as the above. Stream items does not have the correct "SEF" URL

EasyDiscuss - EasySocial App

Stream items have the wrong reply permalink

Worng permalink: /topic-title#COM_EASYDISCUSS_REPLY_PERMALINK-144
Correct permalink: /topic-title#reply-144

I didn't checked the ES notifications yet, hopefully there is no permalinks bugs in Easy Social notifications aswell.
Hello Mist,

You can fix this by adding the codes below in each of the module codes (I am not really sure why this is only happening on some sites only on Joomla 3.3) Our local instances doesn't hit such issues.


<?php require_once(JPATH_ROOT . '/components/com_easyblog/router.php'); ?>
·
Sunday, 27 July 2014 23:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Found the issue on the last one, EasyDiscuss App for EasySocial.
The app language file was missing the string for "COM_EASYDISCUSS_REPLY_PERMALINK"

The other issues still remains
·
Sunday, 27 July 2014 19:03
·
0 Likes
·
0 Votes
·
0 Comments
·
That one solved it. Thanks Mark !

It was strange at first because i added the upper code your provided for loading the router file, only in Latest Blogs module .... and after adding the code, the other Random Blog posts module started to work perfect. I think it's because they are on the same page and Latest Blogs module runs first and loading that router file.

I confirm we are running on latest Joomla 3.3.3

Maybe for some reason the code does not load the router file.
·
Sunday, 27 July 2014 23:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mist,

Yeah, that's correct. Adding it once would solve the rest but it also depends on the "ordering" of the modules. If the latest blogs loads the last, other modules doesn't get this. I find this strange because Joomla normally loads the extensions router file but on Joomla 3.3, it doesn't look like it's doing this.
·
Sunday, 27 July 2014 23:39
·
0 Likes
·
0 Votes
·
0 Comments
·
how do I fix the permalinks that look like this in the settings without changing he coding or do I need to do the above update as you state here?

/easyblog?view=entry&id=3

thanks in advance.
·
Thursday, 05 May 2016 00:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Please start a new issue on our forums. Also, it looks like your account isn't linked to any support contracts. Am I missing anything here?
·
Thursday, 05 May 2016 11:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post