2019-05-10, 05:21 PM
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:
Add after:
Preview:
![[Image: k7I5G6f.gif]](https://camo.mybb.com/e44355dbe2d18c7870ad9a3811401b12c2b11062/68747470733a2f2f692e696d6775722e636f6d2f6b3749354736662e676966)
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: