- Discussions
- 4 649
- Messages
- 12 075
- Solutions
- 81
- J'aime
- 7 622
- Points
- 198
Inspired by WetWired's vBulletin mod
This addon adds an "activity" and a "longevity" meter to users postbits and profiles.
A cron job runs every Monday at Midnight which resets the activity meters to 0.
Admins can control how many posts are required to fill the activity bar to 100%, the color of the meters, and can disable them from appearing in postbits or profiles.
Télécharger V1.0.0 :
Version 1.0.1 Change :
Make member_view template mod less strict so it will apply on more 3rd party themes
Allow admins to exclude nodes from counting towards activity meter
Only reset a users meter if their activity is >= 1
Télécharger V1.0.1 :
Version 1.0.2 Change :
Stop calling to ap_progress_bars.less every post
Style "Activity" and "Longevity" text if [AP] Style Suite is installed
Add admin option to change the timeframe shown in activity meters tooltip text
Improve tooltip text of both meters
Télécharger V1.0.2 :
Version 1.0.3 Change :
Add support for [AP] Minimum Characters for Post Length
If the above addon is installed, activity meters will be affected by the same character count checks the addon provides.
Fix meters no longer being styled on profiles
Télécharger V1.0.3 :
Version 1.0.4 Change :
Fix "Unknown getter" error if [AP] Style Suite is not installed
Allow admins to disable longevity meter
Allow admins to disable activity meter
Add GPLv3 license
Télécharger V1.0.4 :
Version 1.0.5 change :
Add Member Stat for "Highest activity"
Position percent text directly in center of progress bars, regardless of bar width
Télécharger V1.0.5 :
Version 1.0.6 Change :
Strip commas from activity & longevity percentages
Add admin option to include comments in counting towards a users activity percentage
Support [UW] Forum Comments System
Unset SimpleCache entry when uninstalling
Return parent in adjustUserMessageCountIfNeeded()
Télécharger V1.0.6 :
Version 1.0.7 Change :
Fix bar CSS not being loaded in conversations
Stop using floor() to round percentages
Télécharger V1.0.7 :
Version 1.1.0 Change :
Various cleanups
Add support for [OzzModz] Post Comments
Create option validator to automatically reschedule activity meter reset job when the "timeframe" admin option is changed
Rebase off recent version of [AP] Style Suite
Télécharger V1.1.0 :
Version 1.1.2 :
Turn progress bar style properties into CSS properties so its easier to style the bars without template editing
Create a bar height style property
Use
Create permissions for being able to view each meter - make sure you set them or the meters wont appear!
Extend user entity and create
Allow admins to configure the start date for longevity
Télécharger V1.1.2 :
Version 1.1.3 : Fix missing member stat.
Télécharger V1.1.3 :
Version 1.2.0 :
- Clean up admin options page with headers
- Add admin option to display meters in member tooltips
- Add explanation text that dates should be formatted as "Y-m-d"
- Gracefully reject "Forum start dates" that are not in the format of "Y-m-d"
Télécharger V1.2.0 :
Version 1.2.1 :
This addon adds an "activity" and a "longevity" meter to users postbits and profiles.
A cron job runs every Monday at Midnight which resets the activity meters to 0.
Admins can control how many posts are required to fill the activity bar to 100%, the color of the meters, and can disable them from appearing in postbits or profiles.
Télécharger V1.0.0 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Make member_view template mod less strict so it will apply on more 3rd party themes
Allow admins to exclude nodes from counting towards activity meter
Only reset a users meter if their activity is >= 1
Télécharger V1.0.1 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Stop calling to ap_progress_bars.less every post
Style "Activity" and "Longevity" text if [AP] Style Suite is installed
Add admin option to change the timeframe shown in activity meters tooltip text
Improve tooltip text of both meters
Télécharger V1.0.2 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Add support for [AP] Minimum Characters for Post Length
If the above addon is installed, activity meters will be affected by the same character count checks the addon provides.
Fix meters no longer being styled on profiles
Télécharger V1.0.3 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix "Unknown getter" error if [AP] Style Suite is not installed
Allow admins to disable longevity meter
Allow admins to disable activity meter
Add GPLv3 license
Télécharger V1.0.4 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Add Member Stat for "Highest activity"
Position percent text directly in center of progress bars, regardless of bar width
Télécharger V1.0.5 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Strip commas from activity & longevity percentages
Add admin option to include comments in counting towards a users activity percentage
Support [UW] Forum Comments System
Unset SimpleCache entry when uninstalling
Return parent in adjustUserMessageCountIfNeeded()
Télécharger V1.0.6 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix bar CSS not being loaded in conversations
Stop using floor() to round percentages
Télécharger V1.0.7 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Various cleanups
Add support for [OzzModz] Post Comments
Create option validator to automatically reschedule activity meter reset job when the "timeframe" admin option is changed
Rebase off recent version of [AP] Style Suite
Télécharger V1.1.0 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Turn progress bar style properties into CSS properties so its easier to style the bars without template editing
Create a bar height style property
Use
min()
to limit percentages to 100%Create permissions for being able to view each meter - make sure you set them or the meters wont appear!
Extend user entity and create
calculateActivityPercent()
and calculateLongevityPercent()
Allow admins to configure the start date for longevity
Télécharger V1.1.2 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V1.1.3 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Clean up admin options page with headers
- Add admin option to display meters in member tooltips
- Add explanation text that dates should be formatted as "Y-m-d"
- Gracefully reject "Forum start dates" that are not in the format of "Y-m-d"
Télécharger V1.2.0 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Remove 2 unused template modifications
- Replace "Forum start date" admin option textbox with a Date selector
- Fix
Call to a member function fastUpdate() on null
Vous devez répondre avant de pouvoir voir le contenu des données cachées.