2010-05-07, 06:30 PM
2010-08-05, 05:15 PM
I just upgrade with the new version of mybb and at plugin section seem to appear This plugin is incompatible with MyBB 1.6.0
Can anybody tell me please how can i desactive this plugin ?
Anticipate thanks
Can anybody tell me please how can i desactive this plugin ?
Anticipate thanks
2010-08-07, 06:02 PM
Great plugin, but generates this warning in the list of threads for each category:
It does not display the warning initially, only after clicking on any category, then it displays it in every one of them.
Any idea what the problem is?
MyBB Internal: One or more warnings occured. Please contact your administrator for assistance
It does not display the warning initially, only after clicking on any category, then it displays it in every one of them.
Any idea what the problem is?
2010-08-07, 06:05 PM
(2010-08-05, 05:15 PM)blaster123 Wrote: [ -> ]I just upgrade with the new version of mybb and at plugin section seem to appear This plugin is incompatible with MyBB 1.6.0
Can anybody tell me please how can i desactive this plugin ?
Anticipate thanks
Open the plugin php file and change the compatibility from 14* to 16*
2010-08-07, 06:27 PM
Internal Warning fixed. For anyone else that gets this warning, or other warnings and wants to turn them off, you can do so in class_error.php.
Find:
Change to:
I loved this plugin, but ended up having to uninstall it, because it lists threads and posts in private forums for all to see.
If the plugin could be modified to block private forums, it would be an awesome addition.
Find:
var $ignore_types = array(
E_DEPRECATED,
E_NOTICE,
E_USER_NOTICE,
E_STRICT
);
Change to:
var $ignore_types = array(
E_DEPRECATED,
E_NOTICE,
E_USER_NOTICE,
E_WARNING,
E_STRICT
);
I loved this plugin, but ended up having to uninstall it, because it lists threads and posts in private forums for all to see.
If the plugin could be modified to block private forums, it would be an awesome addition.
2010-08-13, 06:54 PM
please make option to show only on portal or index.
thank you. great plugin
thank you. great plugin