View Single Post
  #1  
Old 17th February 2010, 03:57
cop1976's Avatar
cop1976 cop1976 is offline
Senior Member
 
Join Date: May 2009
United Kingdom
Posts: 30
Default Group image in user profile
Here is a small modification of wolfman, user level mod.

in user/profile.php find

PHP Code:
echo "<tr><td><p>Group</p></td><td><p>".$userrow['can_do']; 
and replace to

PHP Code:
echo "<tr><td><p>Group</p></td><td><p><img src=\"themes/".$theme."/pics/group/".$userrow['can_do'].".png\" alt = '".$userrow['can_do']."'>\n"
Create folder "group" in themes/pmbt/pics/ or in every other themes pics folder.
Create pics called (usersclass).png and put it in created "group" folder.
__________________
http://bvlist.com/images/avatars/signaturepics/sigpic5839_1.gif
Reply With Quote