View attachment 2865
This addon adds a "Daily Goal" for posts to the Forum Statistics widget. You can specify the desired goal in the admin panel.
The counter is reset via a cron entry every day at 00:00.
View attachment 2866View attachment 2867
- Allow admins to choose which nodes will count towards the post & thread goals (suggested by @Ozzy47)
- Allow admins to choose the color of the progress bars
- Allow admins to disable post, thread, or member registration goals
- Add widget and progress bars for the goals (suggested by @Andro)
- Add daily thread & member registration goals (suggested by @Andro)
Thanks to @Andro for helping test.
- Rename addon "[AP] Daily Goal" -> "[AP] Daily Goals"
- Fix missing widget definition description phrase
- Change widget title "Daily Goal" -> "Daily goals"
- Add branding
- Add Progress Bar BG style property
- Replace Progress Bar color option with style property for theme-specific colors
- Optimize Thread counting query
- Fix Red/green counter color comparing against Post goals for Threads & Member Registrations
- Fix Thread cron script...
This addon adds a "Daily Goals" widget which counts posts, threads, and user registrations. You can specify the desired goal counts in the admin panel.
The counters are reset via a cron entry every day at 00:00.
- Officially support Xenforo 2.1
- Remove decimal places in percentages
- If cron jobs haven't been run (e.g. fresh install of addon) then print 0/25 instead of /25
- Add text shadow to percentages
View attachment 6218
This addon adds a "Daily Goal" for posts to the Forum Statistics widget. You can specify the desired goal in the admin panel.
The counter is reset via a cron entry every day at 00:00.
- Create widget "Total streaks"- Create widget "Longest member registration streak"
- Create widget "Longest thread streak"
- Create widget "Longest post streak"
- Create widget position "Daily goal streaks: Sidebar"
- Create permission group "[AP] Daily Goals" and move all permissions there
- Create permission "View streaks"
- Add "View streaks" link to widget foote
- Midnight reset job has been extended to increase/decrease each goal by X weight if goal streaks are...
- Change "Jan 1 1970" default date to something else
- "Total streaks" count should respect Timeframe settings [e7b9a0d]
- Longest streak widgets still showing wrong dates [88f78fb]
- Fix widget CSS only applying if the widgets are set to appear on the Streaks history page
- Stop declaring \XF::app() twice in countPostsFromToday() [83e69ea]
- Rewrite comment counter to use Finder instead of the DB adapter [69185a5]
- Rewrite countPostsFromToday() to use the Finder instead of...
- Limit finder results by timeframe values [8b4d5a247d]
- Fix auto-adjustment not respecting timeframe settings when reducing the goals [31f859930e]
- Remove useless $repo declaration...
- Automatically enable widgets during setup [e6d3fc3c17]
- Percentage values >= 1000 break the bar background (thanks @Oblivion Knight!) [23fb1cd85f]
- Implement "Minimum goal count" admin options - if auto-adjustment is enabled, your goals will not drop below this amount...