I add an extra field phonenumber in amember and want to integrate this data into my vbulletin userfields! Everything works fine with the standard fields from amember, for example $member[city] or $member[zip]. But its not working with the extra field: $member[phonenumber] Has anyone an idea?
What field type you set for this field? Common or SQL? If common, you should use $member[data][phonenumber]
yes its common: but $member[data][phonenumber] is not working. He fills the data in vbulletin with: Array[phonenumber]