You are not logged in.
Don't know if anyone else is getting this, or not, but when I pull up the forums index page, the lighter blue portion of the blue bar that's right above "Latest Site News" is a bit wider than that same portion that's to the left of it, and to the right of it, being above "Author" and "Last Post".
It's not off by much, but just enough to make the forums not look quite right.
Anyone else seeing this, or is my browser going goofy on me?
Hope all that made sense...
oz
Offline
Looks alright to me...post a screenie perhaps?
Offline
Ok, got a screen shot, and it's showing up right above "Latest Site News". It's the thinner portion of the two-toned blue bar, and it looks to be about twice as wide as that same portion of the blue bar on either side of it:
[URL=http://img154.imageshack.us/my.php?image=screen7px.png][img=http://img154.imageshack.us/img154/1512/screen7px.th.png][/URL]
oz
Offline
"Latest Site News" is actually in the blue bar I'm referring to, but it's the thinner blue portion that runs across the top of that bar, not the thin blue border that runs around most of the window.
oz
Offline
Now that you mention it, that cell is a bit off, isn't it?
Offline
Now that you mention it, that cell is a bit off, isn't it?
Thanks for the confirmation, Cerebral... just wanted to make sure that it wasn't just my browser, or my failing eyes. :shock:
oz
Offline
After giving it another look, I see that's there's something not right about the blue bar in the cell just to the left of it, too. The white space between it and the border above it is different from the other bars.
oz
Offline
Yarrr...now I see it. Those are just a hair off aren't they? Definitely not your imagination, just couldn't tell what you were describing before (a picture's worth a thousand words ).
Offline
So... is this an ArchLinux Forums bug, or would it be a phpBB issue? Anyone here know?
Do I need to open a bug report somewhere?
oz
Offline
Bug report? fsck that - post a fix here and I'll fix it!
Offline
After giving it another look, I see that's there's something not right about the blue bar in the cell just to the left of it, too. The white space between it and the border above it is different from the other bars.
Oddly enough, in IE this whitespace error isn't there, but the original one with the blue portions remains...
Offline
Yeah, I've looked around at some other forums using the at-a-glance mod and most of them seem to be having the same issue.
oz
Offline
Cool... I see that it's finally fixed. So, I guess it was some type of style or coding misconfiguration. 8)
oz
Offline
Um...yeah
diff -Naur glance_new/templates/subSilver/glance_body.tpl glance/templates/subSilver/glance_body.tpl
--- glance_new/templates/subSilver/glance_body.tpl 2002-11-04 00:59:50.000000000 +0000
+++ glance/templates/subSilver/glance_body.tpl 2005-09-30 10:44:45.000000000 +0100
@@ -1,8 +1,8 @@
<span class="gen"><br /></span>
-<table width="{GLANCE_TABLE_WIDTH}" cellpadding="2" cellspacing="1" border="0" class="forumline" height="100%">
+<table width="{GLANCE_TABLE_WIDTH}" cellpadding="4" cellspacing="1" border="0" class="forumline" height="100%">
<!-- BEGIN switch_glance_news -->
<tr>
- <th class="thCornerL" height="28" align="center" width="30">
+ <th class="thCornerL" height="25" align="center" nowrap="nowrap" width="30">
<!-- <span class="newsbutton" onClick="rollup_contract(this, 'phpbbGlance_news');">-->
<!-- BEGIN switch_news_on -->
-
@@ -10,22 +10,14 @@
<!-- BEGIN switch_news_off -->
+
<!-- END switch_news_off -->
- </span>
+ <!-- </span> -->
</th>
- <th class="thTop" height="28" align="left">
- <table width="100%" cellpadding="0" cellspacing="0" border="0">
- <tr><th align="left">
+ <th class="thTop" height="25" align="left">
{NEWS_HEADING}
- </th>
- <th align="right">
- {switch_glance_news.PREV_URL} {switch_glance_news.NEXT_URL}
- </th>
- </tr>
- </table>
</th>
- <th class="thTop" width="100" align="center" nowrap="nowrap"> {L_FORUM} </th>
+ <!-- <th class="thTop" width="100" align="center" nowrap="nowrap"> {L_FORUM} </th>-->
<th class="thTop" width="100" align="center" nowrap="nowrap"> {L_AUTHOR} </th>
- <th class="thTop" width="50" align="center" nowrap="nowrap"> {L_REPLIES} </th>
+ <!-- <th class="thTop" width="50" align="center" nowrap="nowrap"> {L_REPLIES} </th>-->
<th class="thCornerR" align="center" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
That seemed to fix it!
For the record (literally) this was the problem:
And this is it fixed:
Offline