Skip to main content

Documentation

IMPORTANT

This is the outdated SI-documentation which will be adapted soon. A huge part may be obsolete!

Conflicts With Rokbox

Conflicts With Rokbox

If you have Rokbox installed on your site, you will need to follow this documentation to fix their plugin. Rokbox is a system plugin that is awesomely developed by RocketTheme, however, it contains some downside when integrated with EasyBlog. This plugin might mess up the composer in EasyBlog 5.

In this documentation, we will provide you with a simple solution to be applied to this plugin by following the steps provided below:

  1. Locate and edit this file /plugins/system/rokbok/rokbok.php with your favourite editor.

  2. Navigate to line 69 and locate this portion of code:

    if (!$this->params->get('backwards_compat', false)) return;

    And replace it with this:

    if (JRequest::getVar('tmpl') == 'component') return;
    if (!$this->params->get('backwards_compat', false)) return;

We use cookies
We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience. You can decide whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.