Wrighty Very Senior Member
    
![[Avatar]](http://av.wrighty.info/av.png) Posts: 3,269 Status: Offline Gender: Male Joined: 16th Dec 2007
| | Simple 'Total Posts Per Member' (27th Apr 08 at 2:09pm) | | 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>
| | Back to Top - Link to Post - Last edit: 29th Jul 08 at 8:40am by Wrighty |
 |
|