Jump to content

YOOefects System Plugin from YooTheme breaks xajax calls [SOLVED]


Alejandro

Recommended Posts

This conflict breaks listing submissions and probably other ajax calls because the plugin runs even in the ajax calls where it is unnecessary. The solution I found was to edit the file:

 

/plugins/system/yoo_effects.php

 

Put the lines after defined('_JEXEC')...

 

defined( '_JEXEC' ) or die( 'Restricted access' );

 

if(isset($_GET['no_html']) && $_GET['no_html']==1) {
return;
}

Link to comment
×
×
  • Create New...