MyBB Community Forums

Full Version: Collapse Categories on Home Page by default?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I make it so the categories on the Home Page are collapsed by default? I earlier asked how to make Quick Reply closed by default and JovanJ suggested the following which works well . . .

"
Go to ACP - Templates - showthread_quickreply
Find
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.gif" id="quickreply_img" class="expander" alt="[-]" title="[-]" /></div>
Replace with
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse_collapsed.gif" id="quickreply_img" class="expander" alt="[+]" title="[+]" /></div>
"

When I try the same alteration in ACP - Templates - forumbit_depth1_cat however it doesn't seem to work

<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
Replace with
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse_collapsed.gif" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>

ETA - I have tried the Hide On Index plugin but can't get it to wok