PDA

View Full Version : Order moderator log older first


AnhTuanCool
10-25-2004, 10:00 PM
Order moderator log older first

Simple hacks, for those who want their moderator logs to descend (lastest first) rather than ascend (newest first) so people has to scroll down to look for recently moderation actions.

Instuction:

Open forumroot/postings.php
Find:

WHERE moderatorlog.threadid = $threadid
ORDER BY dateline

Replace with:

WHERE moderatorlog.threadid = $threadid
ORDER BY dateline DESC

Save up

And I just wonder is a screenshot really needed, I just posted it, have fun and enjoy ;)

ntloc
10-27-2004, 02:05 AM
is this going to cause CPU usage intense?

Kentaurus
10-27-2004, 02:07 AM
is this going to cause CPU usage intense?
I really doesn't see how..... you will have the same CPU usage

AnhTuanCool
10-27-2004, 04:11 AM
I really doesn't see how..... you will have the same CPU usage

Right, you won't get any extra queries or CPU usage ;)