By Hoang Anh Tuan on Monday, 28 April 2014
Posted in Technical Issues
Replies 11
Likes 0
Views 610
Votes 0
Hello. I am using Rokspocket modules (List, feature, mosiac...). In Easyblog setting, I setup the Permalinks: http://yoursite.com/menu/title with and use Use Menu Itemid 277. So my post link will be http://mysite/blogmenu/mypost

But in Rokspocket, it is shown the way: http://mysite/blogmenu/submenu/.../mypost.

For example, when Easyblog shows http://www.multivn.com/hoc/vnutr, this post in Roksprocket is shown http://www.multivn.com/hoc/co-ban/gioi-tu/vnutr

How can I make the Rokspocket shows my post URL the way http://mysite/blogmenu/mypost ?

Thank you very much
Hello Hoang,

I have modified the file /components/com_roksprocket/lib/RokSprocket/Provider/EasyBlog.php and it should link correctly now,

·
Tuesday, 29 April 2014 00:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I tried to access the FTP but it isn't working. Also, this issue does seem to be a Roksprocket issue as probably it isn't using the correct methods to route URLs.
·
Monday, 28 April 2014 17:37
·
0 Likes
·
0 Votes
·
0 Comments
·
I added ftp account again. Can you please check it and let me know what's wrong with it?
·
Monday, 28 April 2014 18:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Oh. Super, It works like a charm. You are the BEST team providing joomla extensions. You not only created great extensions. but also provide the great support.
Thank you very much.
·
Tuesday, 29 April 2014 02:17
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome and glad that your issues are resolved now
·
Tuesday, 29 April 2014 11:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Looks like Rockettheme has updated Roksprocket and this no longer works. The original line of
$itemId = EasyBlogRouter::getItemIdByCategories( $raw_item->category_id );

Is nowhere to be found in the file. Any help? I'm pretty ticked that Rockettheme says it's because it's a CCK and won't just update the module to work right...
·
Saturday, 23 May 2015 09:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Justin,

I am sorry for the delay of this reply.

Hm. To be honest we are not quite sure how the rocksprocket treat easyblog url in their latest version. Perhaps you can consult with them and ask where the file is located? After they have provide the correct path and code you can get back to us and see if there is something that we can help.
·
Monday, 25 May 2015 11:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Actually I may have a different problem. I tried to make a module using the "EasyBlog Latest Blogs" module and the same routing problem happens, ie. ?view=entry&id=114. Am I missing something in my settings?
·
Tuesday, 26 May 2015 01:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Justin,

Perhaps you can provide us with your Joomla backend and FTP access so we can check the issue directly? Please advise.
·
Tuesday, 26 May 2015 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Scratch that. I was suffering from this problem: http://stackideas.com/forums/last-blog-module-seo
That part is now fixed.

However more weird behavior from Roksprocket. I am achieving proper URLs on their Grid layout, but Features and Strips are still not showing the full URL. Just the ?view=entry&id=111 portion. Weird....

EDIT - Found the problem. File:/components/com_roksprocket/lib/RokSprocket/Provider/EasyBlog.php
Line 67 Change:
		require_once(JPATH_ROOT . '/components/com_easyblog/helpers/router.php');

To:
		require_once(JPATH_ROOT . '/components/com_easyblog/router.php');


As well as the previous fix
Line 149 Change:
		$itemId 	= EasyBlogRouter::getItemIdByCategories( $raw_item->category_id );

To:
		$itemId = EasyBlogRouter::getItemId();


All better....at least for version 2.1.6 of Roksprocket.
·
Wednesday, 27 May 2015 04:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Justin,

Thank you for the solution! Hopefully other people would find this useful when they are facing with the same problem in the future.
·
Wednesday, 27 May 2015 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post