Show total subscribers in module etc

  • ehrnst
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
11 years 11 months ago #23439 by ehrnst
Show total subscribers in module etc was created by ehrnst
Hi,

How can i show numbers of subscribers in the module and sign up page?
In event booking there is a feature to turn this on/off.

If it is planned for a future release maybe some one can point me in the direction to modify the PHP file for the module to include this information?

/Martin

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #23530 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Show total subscribers in module etc
Hi Martin

Sorry but we don't plan to add this feature into future releases. So you will need to add the code yourself in order to get this number. All the subscribers are stored in #__osmembership_subscribers table, so you can write a SELECT COUNT(*) command to get total number of subscribers.

Tuan

Please Log in or Create an account to join the conversation.