The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
A little bug on forum's first page.... any help? Details »» | |||||||||||||||||||||||||||||
A little bug on forum's first page.... any help?
Developer Last Online: Jun 2006
Hello.
I have installed 3 template hacks at my board (no php hack). 1) Remove moderators column 2) Space between Categories 3) Images at categories everything seems fine except for a long time now. These last days, though, I noticed a small bug at the "Currently Active Users" table: I have attached a screenshot... You van see that there is a black vertical area at that table - on the right side.... could someone help find the bug? I mean first of all, in which template should I start looking? If I knew the template - in which there is the mistake - maybe I could copy it here and we could find the problem. thanx in advance Download Now
Show Your Support
|
Comments |
#2
|
||||
|
||||
Just to add that this black area is visible ONLY when users are logged out - and not every time...
most of the times it is there.... (Im using IE6) I have also noticed that with Opera Browser i have never seen this black area ! |
#3
|
|||
|
|||
I'm guessing it's another cell with another border? NO, that can't be it. It seems like the borders shows up twice =/. Could you post here what you have in your forumhome_loggedinusers template?
|
#4
|
||||
|
||||
not sure but its probably the
forumhome_loggedinusers template, right? here its the original : ________________________ <tr id="cat"> <td bgcolor="{categorybackcolor}" colspan="6"><a href="online.php?s=$session[sessionhash]"><normalfont color="{categoryfontcolor}"><b>Currently Active Users</b></normalfont></a><normalfont color="{categoryfontcolor}"><b>: $totalonline</b></normalfont></td> </tr> <tr> <td bgcolor="{firstaltcolor}" colspan="6"><smallfont> <nobr>There are currently $numberregistered members and $numberguest guests on the boards.</nobr> | <nobr>Most users ever online was $recordusers on $recorddate at $recordtime.</nobr><br> $activeusers</smallfont></td> </tr> ______________________________________________ for removing the moderators column I had to do this change: Template: forumhome_loggedinusers Change: colspan="6" to colspan="5" and colspan="6" to colspan="5" ____________- for putting images at categories I did this: Find the following code: code: <tr id="cat"> <td bgcolor="{categorybackcolor}" colspan="6"> and replace it with the following code: code: <tr id="cat"> <td background="{imagesfolder}/frontpage/cat_bg_01.gif" bgcolor="{categorybackcolor}" colspan="6"> ____________________ so the template right now looks like that : <tr id="cat"> <td background="{imagesfolder}/frontpage/cat_bg_01.gif" bgcolor="{categorybackcolor}" colspan="5"><a href="online.php?s=$session[sessionhash]"><normalfont color="{categoryfontcolor}"><b>Currently Active Users</b></normalfont></a><normalfont color="{categoryfontcolor}"><b>: $totalonline</b></normalfont></td> </tr> <tr> <td bgcolor="{firstaltcolor}" colspan="5"><smallfont> <nobr>There are currently $numberregistered members and $numberguest guests on the boards.</nobr> | <nobr>Most users ever online was $recordusers on $recorddate at $recordtime.</nobr><br> $activeusers</smallfont></td> </tr> ________________- do you see anything wrong on this? |
#5
|
||||
|
||||
Quote:
im not sure I can find the template u told me! do ya mean the forumhome_pmloggedin ? |
#6
|
|||
|
|||
EDIT: Yes, it is the template you said. I got it wrong and edited my post. Then you posted the html.
Sorry, I put the wrong template down. Anyway, everything seems in order.....hmmm....try putting Code:
border="1" Code:
background="https://vborg.vbsupport.ru/images/frontpage/cat_bg_01.gif" |
#7
|
||||
|
||||
Quote:
any other ideas? |
#8
|
|||
|
|||
Try changing the colspan back to 6.
|
#9
|
||||
|
||||
both?
|
#10
|
|||
|
|||
Try one. Then the other. Then try both. Experiment
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|