The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
I got it to work by using this as the plugin code:
Code:
require_once(DIR . '/includes/functions_user.php'); if(self::VIEW_PAGE == $viewtype) { $avatarurl = fetch_avatar_url($view->authorid, true); if ($avatarurl[0]) $avatarurl = $avatarurl[0]; /* render template and register variables */ vB_Template::preRegister('vbcms_content_article_page',array('avatarurl' => $avatarurl)); } |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|