Thread Rating:
  • 6 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Advanced Stats on Index/Portal for MyBB 1.4 [version 3.1 released]
#91
nvm i looked at the portal template and deleted a few things Smile
Reply
#92
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
Reply
#93
Great plugin, but generates this warning in the list of threads for each category:
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?
Reply
#94
(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*
Reply
#95
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:
	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.
Reply
#96
please make option to show only on portal or index.

thank you. great plugin
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)