02-01-2008, 07:01 PM
It's a little interesting - MyBB allows you to put HTML in forum names. It's all good and nice - until you notice the forum jump listbox is erm, a little stuffy...
This is an extremely simple mod, which will fix up the forum jump listbox.
In /inc/functions.php,
Find:
This is an extremely simple mod, which will fix up the forum jump listbox.
In /inc/functions.php,
Find:
PHP Code:
|
Replace with:
PHP Code:
|
In /forumdisplay.php,
Find:
PHP Code:
|
Add before:
PHP Code:
|