Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: Gothkid on March 14, 2005, 08:02:16 PM

Title: Stats on site.
Post by: Gothkid on March 14, 2005, 08:02:16 PM
Is there a way to show. how many members, newest member, how many topics, how many threads tehre is on my main template?
Title: Re: Stats on site.
Post by: Ben_S on March 14, 2005, 08:03:45 PM
http://www.simplemachines.org/community/ssi_examples.php ?
Title: Re: Stats on site.
Post by: Gothkid on March 14, 2005, 08:07:58 PM
???? that confuses me. i dotn want the names i jsut want numbers except for newst member.
Title: Re: Stats on site.
Post by: Ben_S on March 14, 2005, 08:11:04 PM
<?php ssi_boardStats(); ?> give the numbers, see http://www.simplemachines.org/community/index.php?topic=14906.0 for some guides on how to use it.
Title: Re: Stats on site.
Post by: Gothkid on March 14, 2005, 08:13:57 PM
thank you. im new to ssi so i was confused ^_^