The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
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> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|