6
Thank you, i will try that however. What I'm trying to achaive is just a block. In this block it has just 2 lines
"New Members Today"
and
"Total Members" Now I think the PHP code for this is:
$total = $member_handler->getUserCount(new Criteria('level', 0, '>'));
include_once XOOPS_ROOT_PATH."/class/xoopsformloader.php";
As I have picked this up from the top of the search module as this give a count as to the number of members you have registered on your site.
Two Questions
Q1: Is this the correct code above for Total Members (but it's in PHP)
Q2: What would the code be for New Members Today?
DT