doesn't anyone know how to do this?
---
I found out how to do so so here's what I did:
- create a new template called 'forumhome_forumbit_footer'
- fill it with your separation code

- open index.php and add
PHP Code:
,forumhome_forumbit_footer
to the long list of templates used (should be line 3 or so)
- always in index.php, scroll down, find
PHP Code:
unset($iforumcache["$forumid"]);
return $forumbits;
}
and just above add
PHP Code:
eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_footer")."\";");
- upload and you're done!