• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Implemented Comment counts for users are now tracked and cached in the xf_user table

Bob

Developer
Staff member
As per title, AMS is now tracking and storing comment counts (for both internal use and for customization purposes).

The comment count data for each user is stored in a cache field xa_ams_comment_count located in the xf_user table (which means where ever a USER ENTITY is exposed, the cached comment count date for that USER is available.

I've added a new Member Stat that will display on the Notable Members pages. Member Stats can be enabled/disabled (and even edited) via the Member statistics interface in the Admin CP.

Selection_110.png

Selection_115.png


Note: I've adjusted the AMS Template Modifications execution order so that AMS Stats display closer to the Message count (as shown below).

Selection_112.png

Selection_113.png

Selection_114.png

Note: AMS data does not display on the Post Bit (neither does XFGM or XFRM data). With that said, its very simple to add addon specific data to the post bit IF that data is stored in the xf_user table.
 
Upvote 0
This suggestion has been implemented. Votes are no longer accepted.
Back
Top