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

Alias error

ACV multimedia · ·
9:07 PM Wednesday, 24 June 2020
Urgent
Hi,

We made a modification in the file:
.../components/com_easyblog/themes/wireframe/blogs/entry/default.posts.php in order to restrict permissions to certain users.


if ($post->category_id == 8 && $this->my->guest) {
$currentUri = $post->getPermalink(true, true);
$uri = base64_encode($currentUri);

$url = EB::getLoginLink($uri);

return $post->app->redirect($url);
}


We have duplicated this code for 4 different categories, and now the alias doesn't work well, the url is not correct. In this case it should be /casos-de-exito and it comes out /recursos.

Can the error come from this modification?
The replies under this section are restricted to logged in users or users with an active subscription with us