Quote:
Originally Posted by zorag
On the Top Activity page is there any way to include the previous 3 months of data (in 3 links Dec, Jan, Feb) - I'm more than willing to pay for this function.
|
I'm not sure what exactly you want. If you want separate lists for separate months, a skilled modder should have little trouble converting the "Top Activity" "forumhome_start" hook into a standalone PHP file providing the functionality you want. Key points for the modder are:
- The current code contains optimizations to exclude people that could not appear in the top X; these optimizations are completely irrelevent to this task and will need to be removed for proper functioning
- The $WWU002startOfDay and $WWU002startOfCycle variables are used in the queries for determining when the data is relative to. startOfDay should be at midnight GMT of the relevant day; startOfCycle should be adjusted based on the activity mod time zone setting.
- The caching of the data will obviously need to be done differently. Realisticly, each month needs only be calculated once and stored.
I have no intention of adding this feature to the mod because I do not believe that referencing activity levels at discrete points in time (other than the present) is of great value. I do not do commission work. I hope that the information I have provided is sufficent for you to get a good result from someone who does.