t_shea
Starting Member
4 Posts |
Posted - 03 May 2006 : 20:33:22
|
I have searched the forum for a variety of search terms and found some similar items posted, and I even thought I had one that might work, but now my forum is looking a bit bizzare.
I believe this is the code I changed in the topic.asp file:
if intI = 2 then intI = 0 end if next if mypage = maxpages then Call GetFirst() end if end if if maxpages = "" then Call GetFirst() end if
I am not an ASP programmer, so I can only guess what this is doing. It occurred around line 696 - 700. I thought I restored the original file that I had backed up, but the forum still has a weird navigation when you visit it now.
All I want to do is have it so that when a user logs in that the most recent post to any discussion is listed first - and all posts are listed in reverse order; i.e. most recent post first, next most recent post second, third most recent third... and the first post made to the forum is listed last.
How can this be done?
Forum location: www.sintc.com/forum (I have had some users tell me that after they got the confirmation email and clicked the link to confirm their email address, nothing happened and they still couldn't access the forum). So, anyway, you'll have to register to use the forum.
An advance 'Thank you' to whomever might have an answer. |
|