View Full Version : avatar in View Forum Leaders
Superdaantje
11-29-2008, 12:00 PM
I want to show the avatar in "View Forum Leaders"I have searched the forum. So far I did not found it ;)
Hope some one can help me out
Thanks
Lynne
11-29-2008, 03:34 PM
search "avatar*" "all mods" "titles only" and you'll find this - Show Avatars in your Forum-Staff-List (https://vborg.vbsupport.ru/showthread.php?t=157928&highlight=avatar%2A)
Superdaantje
11-29-2008, 03:58 PM
First many thanks. All ready found some options, but it seems not to work with 3.7.4
I used this
1 - In the template "showgroups_usergroup", find :
<td class="tcat" colspan="3">$user[title]</td>
Replace with :
<td class="tcat" colspan="4">$user[title]</td>
<td class="thead"> </td>
Add below :
<td class="thead">Avatar</td>
In the template "showgroups_usergroupbit", find :
<td class="$bgclass">$user[onlinestatus]</td>
Add below :
<if condition="$showforums"> <else /><td class="$bgclass" align="center"><img src="$avatarurl[0]" border="0" alt="" hspace="4" vspace="4" /></td></if>
Aclikyano
11-29-2008, 06:24 PM
i have like 100 ppl on view forum leaders page because of many donatorz...
so thinking this would not be a good idea for my site, right?
Lynne
11-29-2008, 06:54 PM
No, it would probably not be a good idea for such a long list.
Superdaantje
11-29-2008, 09:21 PM
Any one an idea how to do this with vB 3.7.4 it works on my old 3.6 install ;)
Aclikyano
11-29-2008, 10:22 PM
kthx Lynne..
Lynne
11-29-2008, 10:54 PM
Any one an idea how to do this with vB 3.7.4 it works on my old 3.6 install ;)
Did you try the code in the modification I linked you to? And did you read the thread and try the code suggested in there (a couple of people made other suggestions on how to get it to work correctly)?
Superdaantje
11-30-2008, 06:31 AM
Yes I tried the suggestions and also the suggestions in other threads. I also tested it with an old install off vB to check if I'm editing the correct code. It is only not working with vB 3.7.4
Lynne
11-30-2008, 03:45 PM
What is in the page source where the avatar is supposed to be? Also, compare your code to put in the avatar to a call used in a postbit.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.