The following two template changes will *always* load the main page with the subforums collapsed. The user can un-collapse them, but as soon as the main page is reloaded, they will be collapsed again.
In the template named forumhome_forumbit_level1_nopost, make these two changes:
Change:
src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif"
To:
src="$stylevar[imgdir_button]/collapse_tcat_collapsed.gif"
Change:
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
To:
<tbody id="collapseobj_forumbit_$forumid" style="display:none;">
|