Compatible with the RAXO All-mode K2 extension

After the version 1.3.x of the Multiple Categories for K2 plugin, the RAXO All-mode K2 extension is now compatible with our plugin, and you can display content from multiple categories.

Steps

1. Install the Multiple Categories for K2 plugin (v1.3.0+)

2. Open the file \modules\mod_raxo_allmode_k2\mod_raxo_allmode_k2.php

3. Find and replace in the line 9:

FIND:

JLoader::register('ModRaxoAllmodeK2Helper', __DIR__ .'/helper.php');
REPLACE IT WITH:
JLoader::register('ModRaxoAllmodeK2Helper', JPATH_PLUGINS.'/system/k2multiplecategories/overrides/site/modules/mod_raxo_allmode_k2/helper.php', true);
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.