2011-08-24, 05:15 AM
Hi, I am trying to find a variable to print out the number of global posts and one to print out the number of global threads. The only thing I can find is
But I need something like the one shown here http://resources.mybbcommunity.com/codesnippets.php (which does not work) that will simply print out global post and thread number.
$l['stats_posts_threads'] = "Our members have made a total of {1} posts in {2} threads.";
But I need something like the one shown here http://resources.mybbcommunity.com/codesnippets.php (which does not work) that will simply print out global post and thread number.