PDA

View Full Version : Users Currently Inside vBChat


Grant Sherwood
06-21-2005, 09:27 PM
At the bottom of the forum where it shows whos in the chat its stuck all the way to the right and looks goofy..anyway to make this look the same way the " Currently Active Users " looks like?

http://ntsr.org/forums/index.php?

hbalagh1
06-29-2005, 02:36 AM
looks like you made some kind of error somewhere

Grant Sherwood
06-29-2005, 11:36 AM
Thanks for pointing out the obvious.. What file/template would that be in so i can go look?

Bad Bunny
06-29-2005, 04:37 PM
It looks like when you did that template, you made the colspan 3, when it should be 2 (1 for each column). That should fix it for you.

Grant Sherwood
07-06-2005, 03:10 PM
Anyone know what template it would be in?

Bad Bunny
07-06-2005, 03:42 PM
forumhome? I haven't used this hack. But the template is forum home, unless it injects a template into it.

Do you know basic html to fix it?

Grant Sherwood
07-06-2005, 09:21 PM
Some, i will go look at it right now.

well i went and looked and everything seems fine..heres the code in the "forumhome" template:

<!-- Start vBChat Users -->
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_chatusers')"><img id="collapseimg_forumhome_chatusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_chatusers].gif" alt="" border="0" /></a>
<a href='vBChat.php?$session[sessionurl]' onclick='return OpenvBChat();'>Users Currently Inside vBChat</a>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_chatusers" style="$vbcollapse[collapseobj_forumhome_chatusers]">
<tr>
<td class="alt2"><a href="vBChat.php?$session[sessionurl]" onclick='return OpenvBChat();'><img src="$stylevar[imgdir_statusicon]/forum_link.gif" alt="vBChat" border="0" /></a></td>
<td class="alt1" width="100%">
<div class="smallfont">
{$invBChat}
</div>
</td>
</tr>
</tbody>
<!-- End vBChat Users -->

digitalSite
09-11-2005, 10:53 PM
How do I disable the ability for non-registered vB users to see "Users Currently Inside vBChat" (it's the box at the bottom of the page). I only want people who are registered on my site to see this box.

Thanks!