By David on Friday, 11 July 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 1K
Votes 0
Hi, I experience some strange SEF URL behavior.

I would like to use EasyBlog front page layout as my default home page. When I do so, the listed articles on home page have incomplete SEF URL. In fact the entry title alias is not presented in URL and I get
http://example.com/category-name-alias/subcategory-name-alias?view=entry&id=904
instead of
http://example.com/category-name-alias/subcategory-name-alias/entry-name-alias

when I set my default home page to be different (single article for example or any other component) the SEF URL's on blog front page works as expected (http://example.com/category-name-alias/subcategory-name-alias/entry-name-alias)

I am on Joomla 3.3.1 Stable and EasyBlog 3.9.16263
Hello David,

Can you set the user have a Super Administrator privilege so I can help you check on this? Please advise,

Error
You are not authorised to view this resource.
·
Saturday, 12 July 2014 00:34
·
0 Likes
·
0 Votes
·
0 Comments
·
OK. I've set the user to Super Admin group, please use the same credentials
·
Saturday, 12 July 2014 00:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello David,

That was strange, it seems like this happening in Joomla 3.3.1, I have temporary applied some fixes in this file.
JoomlaFolder\components\com_easyblog\views\latest\view.html.php
require_once(JPATH_ROOT . '/components/com_easyblog/router.php');

It work fine now.
·
Saturday, 12 July 2014 01:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post