Page 1 of 1
Forum glitch?
Posted: Wed Nov 12, 2008 5:39 pm
by The Apprentice
Whenever I'm at the board index there seems to be a glitch over the retro gaming news board (here) where the text portion of the link is out of allignment because of a broken image link that says "no new posts" in it. I'm using Internet Explorer 7. Does anyone else have this problem?
Re: Forum glitch?
Posted: Wed Nov 12, 2008 5:51 pm
by Mozgus
Yeah same thing. So, Racket, if you or your coder dude can't fix it, I'm sure either me or Duct could figure it out if you can share the php files. Clearly there's a typo somewhere.
Re: Forum glitch?
Posted: Wed Nov 12, 2008 7:20 pm
by Niode
It's a duplication of a parent table. When the new forum was created it's managed to create two 'new post' <td>.
If it helps the problem is in:
#content row -> table -> tbody -> tr -> td -> table -> tbody -> tr -> td
However with most of the content being generated from a database actually finding that nested cell is going to be difficult.
I suggest backing up the forum contents with phpmyadmin, recreating the forum and seeing if that helps then re-injecting the contents back into the database table.
N.B. when I say forum I mean the sub-forums. Not the entire 'forum'.
Re: Forum glitch?
Posted: Fri Nov 28, 2008 10:44 pm
by alexjames01
This has been irritating me forever now even as small as it is. Hope it gets fixed soon.
Re: Forum glitch?
Posted: Fri Nov 28, 2008 10:46 pm
by racketboy
It's on my to-do list...