By Ruth Cheesley on Thursday, 12 May 2011
Posted in General Issues
Replies 4
Likes 0
Views 1.3K
Votes 0
Hi,

Joomla! 1.5.23, latest version of EasyBlog downloaded today.

I've got the main menu link which is created by EasyBlog when it installs active, however the module which shows the latest posts is not respecting the ItemID - hence when someone clicks on it they get a load of stuff appear which shouldn't.

Any suggestions? The URL being created is as follows

[code:3c94m792]
index.php?option=com_easyblog&view=entry&id=2
[/code:3c94m792]

and I believe it should be (in my case)

[code:3c94m792]
index.php?option=com_easyblog&view=entry&id=2&Itemid=130
[/code:3c94m792]

Ruth
Hi, I have got similar issue.

I have got link in module with the newest posts in EasyBlog: http://nufc.org.pl/component/easyblog/entry/zebranie-o-punkty?Itemid=101
But it should be: http://nufc.org.pl/component/easyblog/entry/zebranie-o-punkty (without ?Itemid=101)

So, how to correct it?

Line 35 in default.php file is:
<a href="<?php echo EasyBlogRouter::_( 'index.php?option=com_easyblog&view=entry&id=' . $post->id );?>"><?php echo $post->title;?></a>

I wanted to correct it using your solution but without success. Any idea?

Thank you in advance
·
Thursday, 19 February 2015 09:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Kompresja,

May I know what module you are using? And can you provide us the access to your backend and FTP so we can fix this for you?
·
Thursday, 19 February 2015 11:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear support,

Thank you for quick reply. I actually did fix it - I changed settings in SEO settings provided and it works

Great component by the way. Shame there is not Polish version for version 3.x
·
Thursday, 19 February 2015 17:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Kompresja,

Great! Glad to hear that.
·
Thursday, 19 February 2015 22:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post