Project:Word count
Version:7.x-1.x-dev
Component:User interface
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I think would we nice if wordcount allows us to count only comments and nodes inside a timeframe. I customiced my module to count last 3 months contributions by adding:

... AND n.created > " . $timelimit

and

... AND c.timestamp > " . $timelimit

to the post and comments SQL select queries inside wordcount_show_count() function, and manually setting $timelimit to desired timestamp BUT, I think would be better if we have a two date fields in wordcount report: "from" custom date and "to" custom date (default now), to limit counting timeframe.

Comments

#1

Version:5.x-1.0» 7.x-1.x-dev

Changing version