Scanu
08-13-2012, 07:13 AM
Hi i'm working in parse templates hook and i have to replace various fields, for custom ones is easy
$vbulletin->userinfo['field7'] = 'text to replace with';
But for biography location etc. i don't know what are the names of them, i tried this code but it didn't work
$vbulletin->userinfo['field1'] = 'custom text';
What are their names? Thanks in advance for your help
$vbulletin->userinfo['field7'] = 'text to replace with';
But for biography location etc. i don't know what are the names of them, i tried this code but it didn't work
$vbulletin->userinfo['field1'] = 'custom text';
What are their names? Thanks in advance for your help