First of all, I thank you a lot Xenon for this hack.. (And for Vbulletin

)
I play around my forumhome_forumbit_columncell template with my limited vb and html knowledge..But 2 things I couldn't manage..
1.Can't show how many visitor are browsing the forums..
I tried to add this code to forumhome_forumbit_columncell temp and it didn't show how many users are browsing..
HTML Code:
<div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>
2.Can't put the post colums in onder when different categories sperated..
As it seen in SS..forumhome_forumbit_columncell is here..
HTML Code:
<td colspan="65">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<div class="smallfont">$forum[description]</div>
<if condition="$show['lastpostinfo']">
<div class="smallfont" align="$stylevar[left]">
<div class="smallfont">
<a href="showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostuser[trimthread]</strong></a>
<phrase 1="member.php?$session[sessionurl]find=lastposter&f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">last post <strong>$vbphrase[by_x]</strong></phrase>
</div>
<div align="$stylevar[right]">
$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
<a href="showthread.php?$session[sessionurl]goto=lastpost&t=$lastpostinfo[lastthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0"></a>
</div>
</div>
<else />
$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostuser[lastpostuser]</span></if>
</if>
<td class="alt2" colspan="23" border="0"><center>$forum[replycount]</center></td>
To all of my problems,Floris's hack is a kind of solution but i couldn't do it..
https://vborg.vbsupport.ru/showthread.php?t=89893
Can you help me to solve these problems?