Quote:
Originally Posted by Scanu
Thanks for the article cellarius!
@simonhind i was having your problem and i've done this
Create a new plugin and choose "userprofile_create" as hook, use this php code
PHP Code:
vB_Template::preRegister('name of the template for your tab',array('fieldX' => $this->userinfo['fieldX'],));
I'll write an article soon with this
|
I couldn't find this article
I tried your instructions, but it's not working:
PHP Code:
vB_Template::preRegister('custom_profile_tab_Characters',array('field109' => $this->userinfo['field109'],));
Template name: custom_profile_tab_Characters
Within the template: {vb:raw userinfo.field109}