Top Poster Block

I currently have this block I found running around between IM support sites, what it does is displays the top 5 posters on the forums in a block, along with their avatar.
I was wondering if someone could be so kind to modify this.
blocks/blocks_imp_top_posters.php
templates/YOUR_THEME/blocks/top_posters_block.tpl
I would like to see if someone would be able to modify this to display points as well!
If someone could do this that would be GREAT!
I wish I could code!
I was wondering if someone could be so kind to modify this.
blocks/blocks_imp_top_posters.php
- Code: Select all
<?php/*************************************************************************** * blocks_imp_top_posters.php * ------------------- * begin : Sunday, May 02, 2004 * copyright : (C) 2004 masterdavid - Ronald John David * website : [url=http://www.integramod.com]http://www.integramod.com[/url] * email : [url=http://www.integramod.com]http://www.integramod.com[/url] * email : [url=http://www.integramod.com]http://www.integramod.com[/url] * email : <a>webmaster@integramod.com</a> * ***************************************************************************/ $lang['Title_top_posters'] = 'Top Posters';$lang['Posts'] = 'Posts';?>
templates/YOUR_THEME/blocks/top_posters_block.tpl
- Code: Select all
<table><tr><td><hr></td></tr><BEGIN> <tr> <td><span><a>{topposter.AVATAR_IMG}</a></span></td> <td><span><b><a>{topposter.USERNAME}</a></b> <br>(<b>{topposter.POSTS}</b> <a>{L_POSTS}</a>)</span></td> </tr><tr><td><hr></td></tr><END></table>
I would like to see if someone would be able to modify this to display points as well!
If someone could do this that would be GREAT!
I wish I could code!