PDA

View Full Version : Text size question


shadiguy1
11-12-2004, 03:17 PM
if you look at my forums Homepage I have CMPS running look at the navbar and text its nice and small if i click forums on my navbar all the text gets way bigger. Or if i enter a thread the text on my navbar and within the thread is small . But on my Navbar when i first visit the forums which shows all Areas for posting topics the diffrent forum areas it is real big. I thought to check in the FORUMHOME template for this but couldnt see anywhere for Text size.

*Link removed due to inappropriate content*

shadiguy1
11-13-2004, 03:29 PM
come on someone please help im at my wits end with this. And driving myself nuts.

Our Sponsors
 

phlogiston
11-13-2004, 07:52 PM
The problem is down in the "Who's in Chat?" section - the template (or module or wherever the html is generated) for that contains extra <html><head><style type="text/css"> tags that contain the font-size css that's causing the trouble :)

shadiguy1
11-13-2004, 08:50 PM
i looked in my forumhome template wher the whos in chat part of the template is. i cant see anything how can i fix this please help

Our Sponsors
 

phlogiston
11-13-2004, 09:12 PM
hrmm - I'd guess that part is dynamically generated somewhere - looking at the page source I see this:
<tr>
<td class="thead" colspan="2">
<a href="http://www.nextelelite.com/forums/FlashChat/flashchat.php">Who's in Chat?</a>
</td>
</tr>
<tr>
<td class="alt2"><a href="online.php?"><img src="http://www.nextelelite.com/forums/images/misc/icon_chat.gif" alt="Who's in chat?" border="0" /></a></td>
<td class="alt1" width="100%">
<div class="smallfont">


<html>
<title>Who's in the chat?</title>
<head>
<style type="text/css">
<!--
.normal {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}
A {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0000FF;
}
A:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF0000;
}
-->
</style>
</head>
<body>
<center>
<p class=normal>There are 0 users in 1 rooms.</p>
<table border="1" cellpadding="1" class="normal">
<tr>
<th>ID</th>
<th>Name</th>
<th>Count</th>
<th>Users</th>
</tr>
<tr>
<td>3</td>
<td>Nextel Elite General Chat</td>
<td>0</td>
<td> </td>
</tr>
</table>

<p><a href="javascript:window.close()">Close</a></p>
<center>
</body>
</html>

</div>
</td>
</tr> your FORUMHOME template may just have a $variable name for the part <html> to </html>
A wee bit of searching on vB.org tells me that you installed "Darren's $5" flashchat? I'd check the instructions for that and if you added any temlpates look there for the code :)


btw - I just get a 404 Page Not Found when clicking the link to the flashchat page :S

shadiguy1
11-13-2004, 09:15 PM
correct it is darrens 5 dollar script my question is where do i begin to look for this info ? i didnt have to add any templates..

shadiguy1
11-13-2004, 09:29 PM
any ideas where to look im cluess now ive been trying for 2 days now. here is the whos in chat part of my forum home template. what should i do next


<td class="thead" colspan="2">
<a href="http://www.nextelelite.com/forums/FlashChat/flashchat.php">Who's in Chat?</a>
</td>
</tr>
<tr>
<td class="alt2"><a href="online.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/icon_chat.gif" alt="Who's in chat?" border="0" /></a></td>
<td class="alt1" width="100%">
<div class="smallfont">

$chatwho
</div>
</td>
</tr>
</tbody>

phlogiston
11-13-2004, 09:35 PM
it is the $chatwho part that is causing trouble - if you didn't add any new templates with the flashchat install then I'd try searching the file(s) that you uploaded to find where the script defines it, hopefully in there somewhere!

shadiguy1
11-13-2004, 09:38 PM
$chatwho where do i look for files with that on my flashchat on the server i guess.

Fargo
11-14-2004, 01:05 AM
look at all the files you've modified and/or added - it should be defined in one of them.

memobug
11-14-2004, 03:48 AM
It looks like the stylesheet you're using for the two pages is different too. I didn't pore over it but it's pretty clear that the

a:link
{
color: #FFFFFF;
}

in your first linked file
is coming out of a different file than the

A:link {
COLOR: #ffffff
}

ALSO, if you are going to link to a site with graphic adult content, please at least warn people so they don't go there at work and get fired. I am referring to the topless model in that Administrator News post

shadiguy1
11-14-2004, 10:03 AM
i appologise for the no warning .. Anyway thanks for the info guys i got it working.