vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   A little bug on forum's first page.... any help? (https://vborg.vbsupport.ru/showthread.php?t=45063)

stark427 10-27-2002 02:35 PM

A little bug on forum's first page.... any help?
 
1 Attachment(s)
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

stark427 10-27-2002 02:37 PM

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 !

mli 10-27-2002 03:01 PM

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?

stark427 10-27-2002 03:01 PM

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?

stark427 10-27-2002 03:04 PM

Quote:

Originally posted by mli
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 postbit_pmloggedin template?
oups sorry - I was writing my reply while you were replying :o

im not sure I can find the template u told me!

do ya mean the forumhome_pmloggedin ?

mli 10-27-2002 03:06 PM

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"
after
Code:

background="https://vborg.vbsupport.ru/images/frontpage/cat_bg_01.gif"
This is a longshot, but I'm not sure what else to do.

stark427 10-27-2002 03:10 PM

Quote:

Originally posted by mli
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"
after
Code:

background="https://vborg.vbsupport.ru/images/frontpage/cat_bg_01.gif"
This is a longshot, but I'm not sure what else to do.

thanx but it didn't work

any other ideas?

mli 10-27-2002 03:11 PM

Try changing the colspan back to 6.

stark427 10-27-2002 03:12 PM

both?

mli 10-27-2002 03:13 PM

Try one. Then the other. Then try both. Experiment :)


All times are GMT. The time now is 12:27 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01100 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete