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 ;)
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 ;)