Quote:
Originally Posted by Jerry
The commands ;
add_custom_field()
add_custom_value()
. . .
Summary
000, make sure you are getting the data in get_ikon_mysql_user_details()
004->init(), add the correct filed to the database with add_custom_field()
004->resume(), actual import the data when importing the user add_custom_value()
|
In the
ImpExData.php module it says for
function add_custom_value that the first argument, called "$key", is "the name of value being set".
What "name" is that? Is that any valid field name?
Also, if you don't mind, does the "set_value" function work for any valid existing (i.e., defined) vB field in the
vbfields.php file?
Thanks.