normally you could use the forumdisplaybitlevel2post as original template for the browsing bit template
then just open index.php find
PHP Code:
eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level$depth$tempext")."\";");
then just add below something like this:
PHP Code:
if($depth==2 && $tempext="post") eval("\$browsingbits .= \"".gettemplate("browsebit")."\";");
then use $browsingbits in your forumhome template
normally this should work when you change the templates as you like (you have to implement the # of users browsing hack also)
[high]* Xenon is tired and will go to bed, he hopes everything posted is right

[/high]