Quote:
Originally posted by PeterNRG
Instead of contracting all the forums to just the category titles, it would be cool if you could also contract to just the category + forum titles (so without the forum descriptions, and maybe the moderators)
I think the forum descriptions are only needed for new visitors. Once you are a regular visitor to a board, you don't really read the forum descriptions anymore, thus they take up a lot of space, which forces the (lazy) user to scroll more .
What do you think? It would be a cool addition to this hack IMHO.
|
The extremely simple and lazy way. :rambo:
template:
forumhome_expandcontract
PHP Code:
<div id="c$forum[forumid]" style="$divcollapse"><img alt="Collapse" title="Contract Category" src="{imagesfolder}/collapse.gif" onclick="forumexp('$forum[forumid]')" /><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]">$forum[title]</a>
<br>$forum[description]</div>
<div id="e$forum[forumid]" style="$divexpand"><img alt="Expand" title="Expand Category" src="{imagesfolder}/expand.gif" onclick="forumexp('$forum[forumid]')" /><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]">$forum[title]</a>
</div>
template:
forumhome_forumbit_level1_nopost
PHP Code:
<tr class="cat">
<td colspan="6">$expandcontract</td>
</tr>
:banana: