Hello,
Is there any tutorial to use Sh404sef with Easyblog?
I can not find the easyblog configuration in sh404sef!
Thanks
Is there any tutorial to use Sh404sef with Easyblog?
I can not find the easyblog configuration in sh404sef!
Thanks
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?