Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [budnick] Changing sort order in post_loop

Quote Reply
Re: [budnick] Changing sort order in post_loop In reply to
You'll need to change admin/GForum/Subscribe.pm, around line 49, from:

Code:
$PostUser->select_options("ORDER BY post_time DESC");

to

Code:
$PostUser->select_options("ORDER BY post_time");

I'm not sure why this is descending in the first place, so I'll change it for the next release as well.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Subject Author Views Date
Thread Changing sort order in post_loop budnick 3149 Jun 18, 2004, 11:37 AM
Post Re: [budnick] Changing sort order in post_loop
Jagerman 3055 Jun 21, 2004, 12:02 PM