Author |
Topic |
ovi
Starting Member
Denmark
30 Posts |
Posted - 15 September 2002 : 09:47:39
|
I have the following problem, that might be a bug:
If i have wide pictures in my posts, this happens...
There is a section where colspans are defined:
if (AdminAllowed = 1) and (maxpages > 1) then
Response.Write (" colspan=""3"" ")
else
Response.Write (" colspan=""2"" ")
end if
But it doesnt seem to work correctly - or am i wrong? |
Edited by - ovi on 15 September 2002 14:57:36 |
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 15 September 2002 : 15:43:28
|
that is the correct behavior, the table that the "Next topic/Prev Topic" link is in is separate from the table where the posts are. |
|
|
ovi
Starting Member
Denmark
30 Posts |
Posted - 15 September 2002 : 16:33:45
|
It's a closed forum, so i cannot link to the site... :(
Well, this picture might help a bit (in the explanation):
This is the actual screen:
This is what i really would like:
When browsing as a normal user, the column stops at the "page 2 of 2" (as we've all guessed)
Can you help me with this one? |
Edited by - ovi on 15 September 2002 16:36:37 |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 15 September 2002 : 16:39:31
|
Do you have any MODs installed? (Like maybe Avatar?) It might be that you have made a mistake in modifying topic.asp if that is the case. If you like, you can post a link to a text version of topic.asp for us to look at. |
Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ |
|
|
ovi
Starting Member
Denmark
30 Posts |
Posted - 15 September 2002 : 16:47:36
|
I've installed the Avatar MOD (it's quoted where in the topic.asp file), but i can't see problems with it...
Here's the file: http://www.ovi.dk/kasper/topic.txt |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 15 September 2002 : 16:48:02
|
did y'all read my reply above? |
|
|
ovi
Starting Member
Denmark
30 Posts |
Posted - 15 September 2002 : 16:52:05
|
Yes, i did that. Well, don't know if it's a wrong section, but HOW do i make the "page x of x" and the "admin options" span as stated in the last picture above? |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 15 September 2002 : 16:55:53
|
you'd have to modify quite a bit, because they are in separate tables so that it would not do that. |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 15 September 2002 : 17:13:19
|
Richard, I don't think he's talking about the "Previous Page" link, if that's what you are thinking. Seems like he's more concerned that the posts do not span the length of that main table. I'm thinking that when he installed the Avatar mod, that mistakes were made. Of course, I might be missing the point too!
ovi, Does this happen when you post text within the [code] tags that have very long lines in them? I haven't time right now to look at it, but maybe in a few hours if no one else has. |
Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
alex042
Average Member
USA
631 Posts |
Posted - 15 September 2002 : 21:26:26
|
This looks similar to the same issue I had brought up a long time ago as a possible bug, but I thought it was only occuring on Mac IE.
|
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 15 September 2002 : 21:58:21
|
It's caused, I think, by a combination of using 100% for the Topic width and the colspan. If you take out the width specification on the cells in the second column (the Topic cell) on the first and last rows, then you don't get that gap. |
Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 15 September 2002 : 22:06:39
|
It's just aesthetics is all. If you have a large image or use code tags, such that there is a horizontal scroll, the post's text doesn't actually span all the way to the right of the table. Instead, it ends right before the Page Nav column. My previous post explains why I think it is happening, but I'm not sure there's an easy fix without changing the look of the first and last rows on that table. |
Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ |
|
|
Topic |
|