Jump menu too heavy

Started by bonnie_lass, February 01, 2016, 06:04:20 AM

Previous topic - Next topic

bonnie_lass

I have a quite large forum and the jump menu has to load a lot of boards and becomes very slow to load for some users. Is there any way of speeding it up or perhaps limit child levels?

Illori

in your themes Xml.template.php [or the default theme] find
<item type="board" id="', $board['id'], '" childlevel="', $board['child_level'], '"><![CDATA[', cleanXml($board['name']), ']]></item>';
replace with
<item type="board" id="', $board['id'], '"><![CDATA[', cleanXml($board['name']), ']]></item>';

then it should no longer show the child boards. although this may annoy some users that actually use it cant easily get to the child boards.

bonnie_lass

Thanks Illori, worked perfectly!

Advertisement: