PDA

View Full Version : Biography field varaible name..


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

RedTurtle
08-13-2012, 07:37 AM
Did you try $post[field1] ?

Scanu
08-13-2012, 08:07 AM
Thanks for your reply however it's not working :(

--------------- Added 1344878953 at 1344878953 ---------------

The code was right, changing parse_templates to global_start hook resolved this issue