您正在使用过期的浏览器。此浏览器可能无法正确显示本网站或其他网站的内容。
建议您升级浏览器,或使用
其他浏览器。
[AP] Activity/Longevity Meters
1.2.1
没有下载权限
- 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
- 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"
- 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
- 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