• 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 Add feedback count member statistics block

This suggestion has been implemented. Votes are no longer accepted.
CAS: Feedback score is an available Sort type for Member statistics in CAS 2.3.0 Beta 1, so I am going to mark this as implemented. NOTE: This has been pushed into CAS 2.2.32 for those that don't want to wait for CAS 2.3.0.

Selection_752.png


This allows you to create member stats based on CAS Feedback score.

Selection_750.png

Selection_751.png
 
Note: If I do release another CAS 2.2.x version, I will add this into that as well as it only takes a few seconds to implement (simple 2 lines of code in 2 functions in the CAS Listener). This has been implemented in CAS 2.2.23

For those of you that don't mind PHP customizations, it's a skill level 0 edit.

File: src\Addons\XenAddons\CAS\Listener.php

Add lines 320 and line 330 as shown. That will make the sort type available to the XF Member Statistics function in the Admin CP.

Selection_753.png
 
Back
Top