MyBB Community Forums

Full Version: User friendlier multiselect on admin pages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It may be useful for forums with a fair number of forums and with plugins that have forumselect settings.

Download: jQuery multiselect

Go to admin/jscripts, create a folder called multiselect, and insert inside it the folders named css, img, js of the downloaded archive.

Open admin/inc/class_page.php, search for:
echo "	<script type=\"text/javascript\" src=\"./jscripts/tabs.js\"></script>\n";

Add after:
echo "	<script type=\"text/javascript\" src=\"./jscripts/multiselect/js/jquery.multi-select.js\"></script>\n";
echo "	<link rel=\"stylesheet\" href=\"jscripts/multiselect/css/multi-select.css\" />\n";
echo "	<script>$(function() { $('select[multiple]').multiSelect(); })</script>\n";

Preview:

[Image: k7I5G6f.gif]
Thank you! Still looking for similar solution for usergroups and for permission system
amazing