Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
8 - 2 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
   

Re: How to display latest registered in my theme?
by badb0iie on 2009/8/13 1:06:53

Thanks 4 the help!
Re: How to display latest registered in my theme?
by demian on 2009/2/6 11:56:29

for total registered members

in theme
le="color: #000000"><?php <{php}> $member_handler =& xoops_gethandler('member'); $total = $member_handler->getUserCount(); echo 'Registered Users: '; echo $total;<{/php}>



in custom block
Quote:

try put this php code in custom block ** content type (phpscripts)

le="color: #000000"><?php $member_handler =& xoops_gethandler('member'); $total = $member_handler->getUserCount(); echo 'Registered Users: '; echo $total;




https://xoops.org/modules/newbb/viewtopic.php?topic_id=33684&forum=20&post_id=146413

Re: How to display latest registered in my theme?
by hipoonios on 2009/2/6 10:52:03

No. I just want to show a line with this:

Registered Users: 345
Re: How to display latest registered in my theme?
by Dona_Brasil on 2008/7/24 16:39:49

Are you looking for something like this: https://xoops.org/modules/newbb/viewtopic.php?post_id=287443#forumpost287443 ???
Re: How to display latest registered in my theme?
by hipoonios on 2008/7/24 14:32:21

I know, but i still think this is possible with some php code :)

Who's Online

547 user(s) are online (500 user(s) are browsing Support Forums)


Members: 0


Guests: 547


more...

Donat-O-Meter

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

Latest GitHub Commits