Quote:
'p' indicates that it should take $_POST (eg. Form Data) as Input.
|
so then 'g' for $_GET and 'r' for request?
I still can't get this to work though, i've posted both hooks for you to look at, you'd know better if im even doing the right thing.
profile_updateprofile
PHP Code:
$vbulletin->input->clean_array_gpc('p', array(
'skype' => TYPE_STR
);
$userdata->set('skype', $vbulletin->GPC['skype']);
userdata_start
PHP Code:
$this->validfields['skype'] = array(TYPE_STR);