Quote:
Originally Posted by snobbymom
Here is a question. Right now when you do a quickscan it shows new posts but forum by forum. Is there a way where it will show new posts across forums in the order they were posted instead of grouping them by forum? I hope my question makes sense.
|
Yes, it makes perfect sense, I changed the display order in the mod.
Go into the file quickscan.php and find this:
ORDER BY forumid ASC,lastpost DESC
Change it to:
ORDER BY lastpost DESC
That should return the threads in date/time order without regard to which forum they are in.