Moving Sub Boards to Bottom of Page
How can I modify the default template so that on the index page of a board that has sub-boards, the list of sub-boards are displayed near the bottom of the page instead of near the top?
Re: Moving Sub Boards to Bottom of Page
Reply #2 –
I believe he means having the sub boards listed under the current topic, whereas now it's on the top.
Re: Moving Sub Boards to Bottom of Page
Reply #4 –
That could be difficult since after threads could mean after few pages of threads, if they are a lot.
Re: Moving Sub Boards to Bottom of Page
Reply #6 –
That what I said difficult.
Re: Moving Sub Boards to Bottom of Page
Reply #8 –
Yeah, really, so good luck!
Re: Moving Sub Boards to Bottom of Page
Reply #9 –
You will need to edit MessageIndex.template.php
Change the name of function template_display_child_boards_above() to be function template_display_child_boards_below()
You may have to change that first line from <header class="category_header"> to <header class="category_header clear"> if when you do the above rename things may get crowded below.