It is a problem with the paging below the topics only.
There the link for the second page is build as being:
http://forum.snitz.com/forum/topic.asp?whichpage=2&ARCHIVEVIEW=true&TOPIC_ID=2496
and that should be:
http://forum.snitz.com/forum/topic.asp?whichpage=2&ARCHIVE=true&TOPIC_ID=2496
The problem is also in the source for version 3.3.03
FIX:
in topic.asp change line 757 - 759 from:
ref = ref & "?whichpage=" & counter
ref = ref & "&ARCHIVEVIEW=" & ArchiveView
ref = ref & "&TOPIC_ID=" & Topic_ID & "'"
to:
ref = ref & "?"
ref = ref & ArchiveLink
ref = ref & "whichpage=" & counter
ref = ref & "&TOPIC_ID=" & Topic_ID & "'"
Note: I do know this looks strange and even incorrect but it isn't
There should NOT be an & in front of the whichpage part !
If the parameter ARCHIVE = true -> ArchiveLink = "ARCHIVE=true&"
Moving this to the bugs-forum.
BTW, the selectbox at the top of the page works.
Pierre
Join a Snitz Mailinglist