Heys, guys I tried to to do this myself but it doesn't work properly. I'm using punbb version 1.1.5 (Too lazy to upgrade...) and this is what I added to userlist.php on line 146, right beside <tr class="puncon2">
<?php
//User image that goes right beside the name of a mod or admin
if ($cur_user['status'] == '2') // admin image
$user_images = '<img src="img/stuff/adminstar.gif">';
else
if ($cur_user['status'] == '1') // mod image
$user_images = '<img src="img/stuff/modstar.gif"';
?>
then on line 156 I added this to set the position of the rank image:
<?php echo $user_images ?>
This is what I get, http://vganda.com/userlist.php. It displays the admin star beside every user's name. Lol, my members would have a hard time determining who was and wasn't an administator. Basically I want a red star displayed beside an admin's name and a blue star beside a mod's name. Any help is appreciated.
Thanks,
~Goober