Zum Hauptinhalt springen

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;

Wir benutzen Cookies
Wir nutzen Cookies auf unserer Website. Einige von ihnen sind essenziell für den Betrieb der Seite, während andere uns helfen, diese Website und die Nutzererfahrung zu verbessern. Du kannst selbst enscheiden, ob du Cookies zulassen möchtest. Bitte beachte, dass bei Ablehnung womöglich nicht mehr alle Funktionalitäten zur Verfügung stehen.