Hi Steven,
I wish to change the headings in the CSV export, this is so we can have an offline version of the contact list in case of any issues with our site.
I have changed majority of them and removed some we didnt need which is great, but in the code i cant see anything to change the phone headings, only number and visibility.
Example of headings in the CSV file:
Categories First Name Last Name Position Title Organization Work Address | State, Phone | Cell Phone | Number, Phone | Home Fax | Number, Phone | Home Phone | Number, Phone | Work Fax | Number, Phone | Work Phone | Number, Email | Personal Email | Address, Email | Work Email | Address,
I wish to change the email and phone headings on export like i have with the above.
Is there anything i can add that will change these on export?
$corePhoneTypes = $instance->options->getDefaultPhoneNumberValues();
$phoneFields = array(
‘number’ => ‘Number’,
‘visibility’ => ‘Visibility’,
I have made a backup of the php file so when i need to export and import i can use that instead.
If not or you still not sure thats fine.
