Customizing SMF > Mod Requests

Top Topics for the last X days

(1/1)

Enc0der:
Hi

I would love to see an enhanced version of the <?php ssi_topTopicsViews(); ?> function, that will have a argument $days and will show only the top topics (Views / Replies) for the last X days.

This is important because the current functions gets threads from years ago, and that is - of course - not actual, and pretty useless.


I believe it should be fairly easy and only require a little change on the ssi_topTopics's db_query.

Please make the Top Topics function useable !  :P


Thanks !

Enc0der:
ok, I did it by myself...

just added to the db_query:

--- Code: ---AND m.posterTime >= " . (time() - $days * 86400) . "
--- End code ---
where $days is the number of days back to include.

Navigation

[0] Message Index

Go to full version