Print Page | Close Window

Topic/post display order

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Suggestions
Forum Description: Do you have any ideas for applications or content on Web Wiz? Then leave your suggestions here.
URL: https://forums.webwiz.net/forum_posts.asp?TID=11061
Printed Date: 29 March 2026 at 5:07pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Topic/post display order
Posted By: Scotter
Subject: Topic/post display order
Date Posted: 01 July 2004 at 2:45pm

My users are clamboring for me to add sort order to their Settings. I added it a couple versions back but of course I love to upgrade when you come out with upgrades so here I go again... unless... :)




Replies:
Posted By: dj air
Date Posted: 05 July 2004 at 3:35pm
add another field to the database,
then on the user options add show posts ascending or descending

in the common.asp file bring in the value.

then where the query for the posts for the thread (forum_posts.asp) .. where the query is to get the post, where it says Order by postdate ASC;

put an if statement where

if x = true then
Descending code
Else
Ascending code
END IF

X= users choice

you will have to make sure you have the correct SQL which ever outcome from the if statement is.

Postdate is not a field but is an example



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net