Forum Replies Created
-
AuthorPosts
-
David CASTERA
Participant@ Steven,
I export in CSV, and translate to vcard via an application.
Thanks.
David CASTERA
ParticipantCSV import done.
e-mail visible!
Thank you!David CASTERA
ParticipantOK, Contact extension desactivated!
But e-mails invisible…I will try new CSV import…
David CASTERA
Participantecho “print_r: => ” . print_r($atts);
$atts[’email_types’] is empty:
[…]
[phone_types] => internal, homephone, internal_annuaire, cellphone, workphone, workfax
[email_types] =>
[date_types] =>
[…]How can I fix this?
David CASTERA
ParticipantSteven,
One bug: I have a work e-mail address on each entry
E-mail adresses does not appear in CMAP template. I don’t understand why.
I try to changeif ( $atts['show_email'] ) $entry->getEmailAddressBlock( array( 'format' => $atts['email_format'] , 'type' => $atts['email_types'] ) );
if ( $atts['show_email'] ) $entry->getEmailAddressBlock( array( 'format' => $atts['email_format'] , 'type' => 'work' ) );But, no e-mail appear…
David CASTERA
ParticipantIt’s OK for me!
Thanks a lot!David CASTERA
ParticipantOK, I try to understand….
I have my cmap plugin installed automatically on /var/www/si/wp-content/plugins/connections-cmap
I have to create /var/www/si/wp-content/connections-templates/cmap
And I have to paste card.php on this new directory.
And I can modify this new card.php. That’s it?I have nothing to activate?
David CASTERA
ParticipantThank you.
But I just use CSV Import, and I would like the same order for all entries:
Work phone
Work shortcut
Cell phone
Cell shortcutHow can I do that?
-
AuthorPosts
