Alejandro Posted July 11, 2008 at 12:11 AM Share Posted July 11, 2008 at 12:11 AM 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
Recommended Posts