The Arcive of vBulletin Modifications Site. |
|
Users Currently Inside vBChat Details »»
|
|||||||||||||||||||||||||
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? Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
looks like you made some kind of error somewhere
|
|
#3
|
|||
|
|||
|
Thanks for pointing out the obvious.. What file/template would that be in so i can go look?
|
|
#4
|
||||
|
||||
|
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.
|
|
#5
|
|||
|
|||
|
Anyone know what template it would be in?
|
|
#6
|
||||
|
||||
|
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? |
|
#7
|
|||
|
|||
|
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: Code:
<!-- 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 -->
|
|
#8
|
||||
|
||||
|
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! |
![]() |
|
|