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.3.3, circled, csv import, extension, template
- This topic has 7 replies, 3 voices, and was last updated 8 years, 2 months ago by
Steven Zahm.
-
AuthorPosts
-
07/21/2015 at 3:46 pm #340727
Brett
GuestI am looking to setup a staff directory exactly like the one here:
http://teacherstern.macace.net/our-people/Is this using the circled template add on below?
http://connections-pro.com/add-on/circled/If so, can this also display birthday and anniversary dates?
Also, is it possible to import a list of staff members with this add on?
Thanks!07/21/2015 at 5:34 pm #340739Steven Zahm
Keymaster@ Brett
re: Is this using the circled template add on below?
Yes, that site is using the Circled template, however, they have customized it quite a bit.
The demo page is representative of what it looks like unmodified.
http://connections-pro.com/demo/template/circled/re: If so, can this also display birthday and anniversary dates?
The dates, anniversary and birthday, will be shown on the profile page not on the results page.
re: Also, is it possible to import a list of staff members with this add on?
No, the template does not support importing. However,the CSV Import addon is available and is used to do bulk imports.
http://connections-pro.com/add-on/csv-import/I hope that answers your questions thoroughly!
07/21/2015 at 5:46 pm #340742Brett
GuestGreat thanks. So it can be customized to look like this?
Also, are the search and category dropdown features included with this?07/22/2015 at 9:02 am #340783Steven Zahm
Keymaster@ Brett
re: So it can be customized to look like this?
Yes, but the changes they made are not supported . Meaning, what they did are not options. They edited the template’s CSS and PHP template file. If you are comfortable doing that, the changes should be fairly simple to do. If you are not, I do provide custom development services. I could create a version that matches that site. Let me know if you are interested and I can give you a quote.
re: are the search and category dropdown features included with this?
Yes, they are, there are off by default. The doc page has instructions on how to enable those features.
07/22/2015 at 10:25 am #340793Brett
ParticipantThis reply has been marked as private.07/22/2015 at 12:10 pm #340797Steven Zahm
Keymaster@ Brett
First, you should give these a read so you can learn how to make these changes in an update safe way.
- http://connections-pro.com/2014/05/07/quicktip-custom-css-templates/
- http://connections-pro.com/2014/06/04/quicktip-custom-template-override-files/
To add the you need to edit edit the
card.php
file found here:../wp-content/plugins/connections-circled/
You can copy the code from the
card-single.php
file found in the same folder.This is the code you want to copy/paste:
$entry->getPhoneNumberBlock( array( 'format' => $atts['phone_format'] , 'type' => $atts['phone_types'] ) ); $entry->getEmailAddressBlock( array( 'format' => $atts['email_format'] , 'type' => $atts['email_types'] ) );
Hope that helps!
07/22/2015 at 5:29 pm #340821Brett
ParticipantThis reply has been marked as private.07/22/2015 at 5:54 pm #340831Steven Zahm
Keymaster@ Brett
Great to hear!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thank in advance!
https://wordpress.org/support/view/plugin-reviews/connections
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.