The Arcive of vBulletin Modifications Site. |
|
Show Avatars in your Forum-Staff-List Details »»
|
|||||||||||||||||||||||||
This little modification will show the avatars of your Staff in the Forum-Staff-List.
DEMO I test it at VB 3.6.7 but I thought it will also work in 3.6.X. (no guaranty, ?cause not tested) Changes you?ve made to: In your showgroups_usergroupbit template search: Code:
<td class="$bgclass">$user[onlinestatus] Code:
<br/><img src="image.php?u=$user[userid]" border="0"> Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Thanks for Good idea.
You can get more good display with this code. Template: showgroups_usergroupbit Code:
Find : <td class="$bgclass">$user[onlinestatus]</td> Replace : <td class="$bgclass">$user[onlinestatus]</td><td class="$bgclass"><img src="image.php?u=$user[userid]" border="0"></td> Template: showgroups_usergroup Code:
Find : <td class="tcat" colspan="3">$user[title]</td> Replace : <td class="tcat" colspan="4">$user[title]</td> Find : <td class="thead">$vbphrase[contact]</td> Replace : <td class="thead" colspan="2">$vbphrase[contact]</td> |
|
#3
|
|||
|
|||
|
Quote:
But that way the colum for usernames and contact should be renamed also.
|
|
#4
|
|||
|
|||
|
Sorry, My mistaken.
![]() Fixed. Template: showgroups_usergroup Code:
Find : <td class="tcat" colspan="3">$user[title]</td> Replace : <td class="tcat" colspan="4">$user[title]</td> Find : <td class="thead"> </td> Replace : <td class="thead" colspan="2"> </td> |
|
#5
|
||||
|
||||
|
I just tested it Frenki, and it doesn't work: http://haste-network.net/staff.html
Edit: i now see that we were supposed to have the avatars saved somewhere else? WTF? Later Edit: Nevermind... |
|
#6
|
||||
|
||||
|
nice and thanks for this...is it possible also add to the top/title?
Stat: Status Title (Online/Offline) Avatar: Avatar Title i guess its possible also right?...and how can we make those no avatar...auto use the noavatar default image? please view attachment below... Attachment 69864 anyway...thanks and clicked install..
|
|
#7
|
|||
|
|||
|
Quote:
Template: showgroups_usergroup Code: Find : <td class="tcat" colspan="3">$user[title]</td> Replace : <td class="tcat" colspan="5">$user[title]</td> Find : <td class="thead"> </td> Replace : <td class="thead">Stat</td><td class="thead">Avatar</td> |
|
#8
|
|||
|
|||
|
THX for that support rainyleaves.
:up:Yes it is possible to change this modi so how you like it. I thought I will change my one a little bit, too, until I got the time for it. ( You know.... the work... )
|
|
#9
|
||||
|
||||
|
...wonderful...mod...i really like it...i guess its not far enough to create almost the same of vB.org "Meet Our Staff"...right? btw...i guess its good also if the avatar has a direct link to view public profile page...right? OK...this is just an idea...and i guess its good also..if it's posible... please view attachment below... Attachment 69867 keep it up and best regards to all... |
|
#10
|
|||
|
|||
|
Quote:
Edit: SRY I just haven?t found the time for it. We moved with our Forum to another Server and I?ve many to do there... |
![]() |
|
|