By Mizyan on Tuesday, 21 November 2017
Posted in General Issues
Likes 0
Views 1.1K
Votes 0
Hello,

Is there any tutorial to use Sh404sef with Easyblog?
I can not find the easyblog configuration in sh404sef!

Thanks
Hi meziane,

There is no documentation on sh404sef, basically the configuration can be used out of the box same as other component once you install sh404sef http://take.ms/1bPKk
·
Tuesday, 21 November 2017 12:03
·
0 Likes
·
0 Votes
·
0 Comments
·
It didn't solve my problem.
I want the posts url directly after the domain.
ww.example.com/post-alias

And the url of category in menu( domain/name of menu(not alias)/categories/category-id + name of category

I want just domain/category-alias-name/
·
Wednesday, 22 November 2017 18:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Meziane,

Can you try download my attached file and replace into this following file location and see how it goes?
JoomlaFolder\components\com_easyblog\sef_ext\com_easyblog.php
·
Wednesday, 22 November 2017 19:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you.
The categories now domain.com/categories/category-id + name of category.

I don't want "categories" and the "category id"
I want the url like this:
domain.com/name of category
·
Wednesday, 22 November 2017 20:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Is it possible to remove the ids from all url?
·
Wednesday, 22 November 2017 21:03
·
0 Likes
·
0 Votes
·
0 Comments
·
I updated the categories.php to
// $title[] = JString::ucwords(JText::_('COM_EASYBLOG_SH404_ROUTER_' . strtoupper($view)));
$title[] = ucfirst($category->alias);

And updated the blogger.php to
$title[] = JString::ucwords(JText::_('COM_EASYBLOG_SH404_ROUTER_' . strtoupper($view)));
$title[] = ucfirst($user->permalink);

Is it right? And why the id is in all the urls?
·
Wednesday, 22 November 2017 21:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi meziane,

I updated the categories.php to
// $title[] = JString::ucwords(JText::_('COM_EASYBLOG_SH404_ROUTER_' . strtoupper($view)));
$title[] = ucfirst($category->alias);

-> there is some typo there it is not suppose alias but getAlias http://take.ms/FnsBm

And updated the blogger.php to
$title[] = JString::ucwords(JText::_('COM_EASYBLOG_SH404_ROUTER_' . strtoupper($view)));
$title[] = ucfirst($user->permalink);

-> I believe this is related with your another ticket here: https://stackideas.com/forums/sef-blogger-url
where you want to make the url to http://domain.com/authors/author-name yes?
As you already applied the attachment above, it will works as it should now without the fix you mention here, where you need to purge the SEF urls in sh404sef

Is it right? And why the id is in all the urls?

-> Regarding the id in the url you can disable the
(settings>SEO>general: http://take.ms/l4hhX )
·
Thursday, 23 November 2017 14:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
Thank you for your help.
I updated as you said.
The problem now is the link of post. It is like this: http://www.domain.com/2017-11-25-09-45-52
Not alias name.
·
Saturday, 25 November 2017 16:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi meziane,

May I know do your blog post title has unicode character such as hebrew, russian etc?
·
Monday, 27 November 2017 10:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, Arabic language!
·
Monday, 27 November 2017 16:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi meziane,

In order you want the blog title permalink to display in arabic you are need to enable the unicode aliases https://www.screencast.com/t/JU7duDDuX where it will append the blog post id eg: http://take.ms/UX8Hs
·
Monday, 27 November 2017 16:38
·
0 Likes
·
0 Votes
·
0 Comments
·
But when i enable it, The id of category or author appear again in url!
·
Monday, 27 November 2017 17:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi meziane,

Unfortunately, currently as you want the permalink to shows unicode character (arabic, russia, hebrew etc) it need to append the id in url.
This feature actually has been logged in our issue tracker, where in our incoming major release EasyBlog 5.2 developer will create a setting to hide the ids in urls
·
Monday, 27 November 2017 17:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Oh
·
Monday, 27 November 2017 18:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Your understanding is much appreciated here meziane
·
Monday, 27 November 2017 19:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you,

But the aliases is so important thing in SEO.
So i suggest to fix it asap.

Regards,
·
Monday, 27 November 2017 19:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi meziane,

It is actually not a bug as this has been logged in our issue tracker we will update about it
·
Tuesday, 28 November 2017 10:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post