Hi i'm working in parse templates hook and i have to replace various fields, for custom ones is easy
PHP Code:
$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
PHP Code:
$vbulletin->userinfo['field1'] = 'custom text';
What are their names? Thanks in advance for your help