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.