Open inc_header.asp, add those lines above line 488:
Response.Write " |" & vbNewline & _ " <a href=""recent.asp""" & dWStatus("See last topics have been posted...") & " tabindex=""-1""><acronym title=""See last topics have been posted..."">Recent Topics</acronym></a><br>" & vbNewline ' DEM --> Start of code added to show subscriptions if they exist
I chose the last 50 topics and the topics descend from the most recent date all the way to a week ago decrimenting across each forum. So IF there were NO forum titles then the posts would be all in order. BUT its skipping over newer posts in the forums lower down to show older posts to keep with the sorting system.
So for example if I have posts on:
Forum A: 9/2/02 Forum B: 9/1/02 Forum C: 9/2/02 Forum C: 8/31/02
Then the listing shows only
Forum A: 9/2/02 Forum B: 9/1/02 Forum C: 8/31/02
Skipping over 9/2/02 because its not 'older' then 9/1/02 from before (This is all of course just using dates as an example)
I wish I could show you in person but unfortunatley my forums are private for a society.
Any ideas what might have caused that?
<><
Edited by - Schwanke on 04 September 2002 00:46:18
Open inc_header.asp, add those lines above line 488:
Response.Write " |" & vbNewline & _ " <a href=""recent.asp""" & dWStatus("See last topics have been posted...") & " tabindex=""-1""><acronym title=""See last topics have been posted..."">Recent Topics</acronym></a><br>" & vbNewline ' DEM --> Start of code added to show subscriptions if they exist