The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom user fields not showing in custom template
Hi All,
I have a custom template called "Postbit Extras" which I have being called at hook location "postbit_display_complete" as per below:- Code:
$templater = vB_Template::create('postbit_extras'); $templater->register('postbit_extras ', $postbit_extras); $template_hook['postbit_userinfo_right_after_posts'] .= $templater->render(); Code:
$cache[] = 'postbit_extras'; However, when I try and call a userfield it doesn't display IE Code:
<vb:if condition="$post['fieldX']"><dt>Custom Field</dt> <dd>{vb:raw post.fieldX}</dd></vb:if> Any help would be greatly appreciated! |
#2
|
|||
|
|||
No love? (read: bump)
|
#3
|
|||
|
|||
No one?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|