Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Simple 'Total Posts Per Member' (27th Apr 08 at 1:09pm UTC) | | This code will create a NUMBER that shows how many posts there are per Member.
So if you have 10 posts, and 5 Member. This would show: 2.
<script>document.write(parseInt({total_posts} / {total_members}));</script>
To use do the following: => Info Center Template
Past where you want the number to show. eg:
Total Posts Per Member: <script>document.write(parseInt({total_posts} / {total_members}));</script>
| |
|