Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Write Review

Reviews

MyDevel: Debug - 1.1 by Aries-Belgium

I had to change a few lines to get it working (1.6.10):

in function "mydevel_debug__stack":

/* - */ $allowed_usergroups = explode(",",mydevel_debug_settings('mydevel_debug_usergroups'));

/* + */ $usergroups=mydevel_debug_settings('mydevel_debug_usergroups');
/* + */ $allowed_usergroups = explode(",",$usergroups['value']);

Written By: Terran_Ulm, 23rd August 2013

Write Review