The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Can anyone please help with pulling the avatar thumbnails into showgroups? I almost have it but I can't quite get it yet. I know it has to do with the fetch_avatar_url function but I can't seem to get it to work in showgroups. Any help will be greatly appreciated.
![]() |
#2
|
|||
|
|||
![]()
Hi Boofo
You can try my hack : http://www.vbhackers.com/f76/avatars...301/#post57533 Works on 3.6.8 Try this code : HTML Code:
<plugins> <plugin active="1" executionorder="5"> <title><![CDATA[Display avatar]]></title> <hookname>showgroups_user</hookname> <phpcode><![CDATA[require_once('./includes/functions_user.php'); $userid = $user['userid']; $avatarurl = fetch_avatar_url($userid);]]></phpcode> </plugin> </plugins> |
#3
|
||||
|
||||
![]() Quote:
HTML Code:
<img style="margin: 15px;" src="$avatarurl" alt="$user[username]'s Avatar" border="0" />
HTML Code:
<img style="margin: 15px;" src="$avatarurl[userid]" alt="$user[username]'s Avatar" border="0" />
|
#4
|
|||
|
|||
![]()
Works good on 3.7.0 Beta 5
![]() Try this code : Code:
<img style="margin: 15px;" src="$avatarurl[0]" alt="$user[username]'s Avatar" border="0" /> |
#5
|
||||
|
||||
![]()
You are an angel! It works. But one slight problem. The Super Mod Avatar is showing up as the Mod Avatar and they are 2 different people.
Is there a way to pull the thumbs out for this? |
#6
|
||||
|
||||
![]()
Here is my SHOWGROUPS could someone tell whats wrong with this, maybe help fix this? Thanks!
Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <title>$vboptions[bbtitle] - $vbphrase[show_groups]</title> </head> <body> $header $navbar <if condition="$moderatorbits"> <!-- moderators --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" colspan="5">$vbphrase[moderators]</td> </tr> <tr> <td class="thead"> </td> <td class="thead" width="25%">$vbphrase[username]<if condition="$show['locationfield']"> / $vbphrase[location_perm]</if></td> <td class="thead" width="25%">$vbphrase[forums]</td> <td class="thead">$vbphrase[contact]</td> </tr> $moderatorbits </table> <br /> <!-- end moderators --> </if> $usergroups <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td width="100%"> </td> <td>$forumjump</td> </tr> </table> $footer </body> </html> |
#7
|
|||
|
|||
![]()
Having the same problem as stone0075.
The last avatar on the page is being repeated for all the moderators. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|