Quote:
Originally Posted by simonhind
now that i have this setup
how do i include custom fields for that tab
|
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