UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

Please, FIX SEF in E-MAIL!

Evgeniy · ·
7:43 AM Monday, 28 April 2014
None
File: \components\com_easydiscuss\helpers\router.php


Search:
if( DiscussRouter::isSefEnabled() )

in this section locate:
			if( DiscussRouter::isSefEnabled() )
{
$container = explode('/', $url);
$container = array_unique($container);
$url = implode('/', $container);
}

change:
			if( DiscussRouter::isSefEnabled() )
{
$container = explode('/', $url);
$container = array_unique($container);


foreach ($container as $k=>$c) {
if ($k>0) {
if (strpos($c,'#')!==false) {
$c=explode('#',$c,2);
$container[$k]=urlencode($c[0]).'#'.urlencode($c[1]);
} else $container[$k]=urlencode($c);
}
}

$url = implode('/', $container);
}


Thanks.
The replies under this section are restricted to logged in users or users with an active subscription with us