The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi Guys and Girls,
This is some of the code from my forumhome template. Inside this code is code for the flashchat "who's in chat" feature. It is easy to find because it has the <---flashchat--> code before and after it. It all works properly but the colour of the font is the same colour as the background and I can't find anywhere in the VBulletin manual to change it (which is understandable). I was wondering if someone that knows code could take a look at this code for me and maybe tell me where to add some extra code to make the flashchat part control it's own colour please? Code:
<div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div> <div>$activeusers</div> </div> </td> </tr> </tbody> <!-- end logged-in users --> </if> <!-- flashchat users --> <tbody> <tr> <td class="thead" colspan="2">Users Currently In Astro Chat</td> </tr> </tbody> <tbody> <tr> <tr> <td class="alt2" colspan="2"> <iframe frameborder="0" height="75" src="chat/info_embedded.php" style="width: 100%; margin: 0; padding: 0; border: 0; overflow: hidden;" scrolling="no" border="0" allowtransparency="true"></iframe> </td> </tr> </tbody> <!-- end flashchat users --> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a> <phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase> </td> </tr> </tbody> Reggie |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|