Just place this code anywhere you want in the info center templates section. Seeing as you cant have e.g. 4.5 posts, it rounds the posts up to the next number.
| Code:Select All | <script type="text/javascript">document.write(Math.round({total_posts} / {total_members}));</script>
|
|