Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 8.6.1
- This topic has 7 replies, 2 voices, and was last updated 9 years, 4 months ago by
Mike Raccine.
-
AuthorPosts
-
03/27/2017 at 4:54 pm #417364
Mike Raccine
ParticipantWhen I add Dates using Form, and I select March 1st from the popup calendar. It displays as January 3rd on my cMap template. I’m guessing there is some international setting that is transposing the Month and Day. Any suggestions?
03/28/2017 at 11:19 am #417598Steven Zahm
Keymaster@ Mike
Did you change the date format on the Connections : Settings admin page? If you did, to what?
03/28/2017 at 11:30 am #417600Mike Raccine
ParticipantI didn’t change the settings. Under Connections -> Settings -> Display, they currently read: F j, Y
03/28/2017 at 11:42 am #417602Mike Raccine
ParticipantI am using a Code snippet. Could this be the issue?
function cn_add_date_types( $options ) {$options['business_established'] = __( 'Business Established' , 'connections' ); $options['member_since'] = __( 'Member Since' , 'connections' ); unset( $options['anniversary'] ); unset( $options['baptism'] ); unset( $options['birthday'] ); unset( $options['deceased'] ); unset( $options['certification'] ); unset( $options['employment'] ); unset( $options['membership'] ); unset( $options['graduate_high_school'] ); unset( $options['graduate_college'] ); unset( $options['ordination'] );return $options;
}add_filter( ‘cn_date_options’, ‘cn_add_date_types’ );
03/28/2017 at 1:23 pm #417634Steven Zahm
Keymaster@ Mike
The filter would not affect the displayed date. Can I get an WP admin login so I can take a closer look? The login details can be posted here as a private reply.
03/28/2017 at 1:37 pm #417640Mike Raccine
ParticipantThis reply has been marked as private.03/28/2017 at 5:10 pm #417687Steven Zahm
Keymaster@ Mike
I made a very minor tweak on your site to Connections. It seems to have addressed the issue. Could you please confirm?
03/29/2017 at 10:39 am #417767Mike Raccine
ParticipantThank you, that fixed the issue.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
