
Re: Is Possible Allow An Image On Users Message Amount?
well, i think it wasn't so hard to code
inside viewopic.php
find
$poster_posts = ( $postrow[$i]['user_id'] != ANONYMOUS ) ? $lang['Posts'] . ': ' . $postrow[$i]['user_posts'] : '';
afer, add
if ($userdata['user_level'] == ADMIN)
{
$poster_posts = $lang['Posts'] . ': ' . '<img src="">';
}
Put the image location inside the '<img src="">'