XF 1.3 How to show the numbers of persons in a usergroup?

Markos

Well-known member
I have created a new usergroup in my forum and want to make visible the number of persons in this usegroup. How i can do this?
 
There is no global count, you would need to store it and update it (because generating a number on page load would be a bad idea for performance). After that, its a matter of exposing the data via an add-on to request and fetch it.
 
Top Bottom