# Ministats by Kiin # Source: http://board.michaelpark.net/viewtopic.php?p=124 Outside the b2-loop it echos (#) Posts and (#) Comments. That's all it does. I'm using it at my index page. Make these two php files, upload them and call them in your template. # b2countposts.php [code] [/code] # b2countcomments.php [code] [/code] Then you call them in your template (OUTSIDE the b2-loop!!) using include. [code] I have posts and comments. [/code] Will output: "I have 800 posts and 690 comments." For example. That's it! Source: http://board.michaelpark.net/viewtopic.php?p=124#124