The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]()
The only problem you are having is your target. As @Cellarius stated the variable you are trying to use is incorrect.
The following will work in MEMBERINFO template, although I did not check the dateline param which I should have added -- if possible. Code:
<img src="{vb:raw vboptions.bburl}/image.php?{vb:raw session.sessionurl}u={vb:raw show_userid}" /> --------------- Added 29 Jul 2014 at 22:04 --------------- The hook code works fine. I had missed creating an actual avatar for the test user. ![]() Code:
//Hook: member_complete require_once('./includes/functions_user.php'); $avatarurl = fetch_avatar_url($vbulletin->GPC['userid']); vB_Template::preRegister('MEMBERINFO', array('avatarurl' => $avatarurl)); ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|