1
Max-Realms
Total Members Display in block
  • 2005/3/26 1:43

  • Max-Realms

  • Just popping in

  • Posts: 20

  • Since: 2005/3/26


Is there any way (like with an xcode) to display the total number of registered members in a block?

~David
http://www.max-realms.com | Free 3ds Models

2
jdseymour
Re: Total Members Display in block

Try XM-Memberstats 2.0c from XOOPS Malaysia. It does that and much more.

3
Max-Realms
Re: Total Members Display in block
  • 2005/3/26 3:19

  • Max-Realms

  • Just popping in

  • Posts: 20

  • Since: 2005/3/26


thanks a lot! I'll check it out.

4
banned
Re: Total Members Display in block
  • 2005/3/26 3:20

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


If you need _only_ the total number of registered members you can create a custom php block with this code

$member_handler =& xoops_gethandler('member');
$total = $member_handler->getUserCount();
echo $total;

5
Max-Realms
Re: Total Members Display in block
  • 2005/3/26 3:22

  • Max-Realms

  • Just popping in

  • Posts: 20

  • Since: 2005/3/26


Actually, that's exactly what I want! Thanks, banned!

Login

Who's Online

198 user(s) are online (125 user(s) are browsing Support Forums)


Members: 0


Guests: 198


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits