Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=93)
-   -   Group image in user profile (http://www.bvlist.com/showthread.php?t=4523)

cop1976 17th February 2010 03:57

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.


All times are GMT +2. The time now is 23:47.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.