Dear kh99, thank you for explaining it again, but its looks like still not working
Quote:
if ($_POST['do'] == 'updateprofile')
{
$vbulletin->input->clean_gpc('p', 'userfield', TYPE_ARRAY);
$fieldcontentbefore = array(
'aaa',
'ccc'
);
$fieldcontentafter = array(
'bbb',
'ddd'
);
$vbulletin->GPC['field1'] = str_replace($fieldcontentbefore, $fieldcontentafter, $vbulletin->GPC['field1']);
}
|
is it working in your vbulletin test? if needed i can give a vb3 test site access