|
|
Users Online
Online Now
kritical kay,
Artists: 1
Fans: 0
Visitors: 5
Listening Now
EDJ TV/Radio Status online ( Prerecorded )
Audio Streams: 2 Video Streams: 0 Total Locked: 2
Site Stats
Visits: 188,523
Plays: 30,485
Streams: 26,189
Downloads: 4,296
Help Support!
|

Scarpace
08/04/09 00:16:01
posts: 8
needs moar jungle
|
How about reversing the post ORDER with in your forums?
|
It might be cool if when someone views a forum post, they see the NEWEST replies first followed by the older replies. This way when someone clicks into a post, they see the NEWEST information FIRST!!! After you test it out for a while and get some feedback, you can always change it back if people don't like it. You could also program this feature as a selectable option that people could choose how to view the post they're viewing. Just a thought!
Technical Web Developer Information...
When you query your MySQL database, you can sort the results by any field in an ascending or descending order by just adding 'ORDER BY' at the end of your query. You would use ORDER BY field_name ASC for an ascending sort, or ORDER BY field_name DESC for a descending sort. Try searching Google for "php query order ASC" for additional HOW-TO information and check it out.
(post modified: 08/04/09 00:28:36)
|

B-1
08/04/09 00:22:41
posts: 1,332
junglism messiah
|
Re:
How about reversing the post ORDER with in your forums?
|
|
|

kdh
08/05/09 22:39:14
posts: 6,791
junglism messiah
|
Re:
How about reversing the post ORDER with in your forums?
|
It might be cool if when someone views a forum post, they see the NEWEST replies first followed by the older replies. This way when someone clicks into a post, they see the NEWEST information FIRST!!! After you test it out for a while and get some feedback, you can always change it back if people don't like it. You could also program this feature as a selectable option that people could choose how to view the post they're viewing. Just a thought!
Technical Web Developer Information...
When you query your MySQL database, you can sort the results by any field in an ascending or descending order by just adding 'ORDER BY' at the end of your query. You would use ORDER BY field_name ASC for an ascending sort, or ORDER BY field_name DESC for a descending sort. Try searching Google for "php query order ASC" for additional HOW-TO information and check it out.
The forum software doesnt use mysql, but uses just simple flat files.
This version of the forum was a huge improvement over the previous version, and should improve in the next version. Its a good idea, but I'm not sure if we can implement it at this time.
|
|