XF 2.2 Create new XF:MemberStat record/row

asprin

Active member
On the https://<sitename>/index.php?members/ page (Notable members), if I had to create a new entry/key for my addon, how would I go about doing that?

From checking the code, it appears that this info is taken from the XF:MemberStat entity and by my guess there seems to be a
Code:
member_stats.xml
file that (I assume) does the insertion into the member stat table (which defines the key, callback class, callback method etc).

What I haven't been able to figure out is where and how this
Code:
member_stats.xml
file is generated from. I do not see anything in the ACP that does this.
 
Top Bottom