Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Tracy
So, no, it has not. It has been on my to do list for much longer than I would like to admit and I still do not have an eta that I could commit to.
Steven Zahm
Keymaster@ Craig
The only way I see this is to export the existing directory to a CSV file so it can be imported into Connections using the CSV Import extension.
Hope that answers the question!
ps. Connections does not use a CTP rather it uses a custom table for a couple reasons. Connections predates CPT support in WP and the CPT db schema is optimized for, well, posts. The table schema for Connections is more optimized for directory listings.
Steven Zahm
Keymaster@ reyes
There’s a add to address book link that you can add which downloads a vCard. It can be enabled in the settings.
There is not print option other than using the browser print. Others have reported success using the Print-O-Matic plugin.
Hope that answers your question.
Steven Zahm
Keymaster@ Sabrina
This is being caused by the theme. Add the following to the theme’s custom CSS area:
#cn-page-nav .page-numbers:after { content: none; }That should fix the display of the pagination. Hope that helps, let me know.
Steven Zahm
Keymaster@ yael
Sorry, I looked at the page but I do not see the issue. Perhaps you found and fixed the issue. If I had to guess, it was likely CSS being applied to the template by the theme.
02/27/2016 at 8:59 pm in reply to: Not able to edit (or even access) Biographical Info field #367058Steven Zahm
Keymaster@ david1421
Sorry, to hear that you’re having trouble. The issue is very likely actually being caused by another plugin or maybe even then theme not limiting its javascript to its own admin page. Either way we’ll have to debug to see whether it is being caused by another plugin or the theme.
First, follow this FAQ to eliminate a plugin conflict.
If you go thru that process, next see if the theme is the cause.
If you determine by following the advice in the those two FAQs that is not being caused by another plugin or theme, then I’ll need a temp admin account so I can login and take a look.
Steven Zahm
Keymaster@ Jayson
You need the Link extension. When it is installed and activated it will link a Connections entry to a WP User account based on matching email address. When they are linked, they will be able to edit their own entry. Hope that answers your question.
02/26/2016 at 11:19 am in reply to: When using order_by=organization it duplicates the results #366965Steven Zahm
Keymaster@ Scott
It seems that you do have duplicates. You have an entry added once as an Individual and then another time as a Family. You will be able to confirm this by filtering by entry type on the Connections : Manage admin page. If you change the filter to Show All Entries you should see the duplicates.
02/26/2016 at 10:16 am in reply to: When using order_by=organization it duplicates the results #366958Steven Zahm
Keymaster@ Scott
re: I will unprotect in a minute.
Or, you could give me a login. If you do, you can post it here as a private reply.
Steven Zahm
Keymaster@ Stephen
In the Code Snippet you changed the shortcode name from
[connections_edit_link]to[connections_edit_link_snippet]. When you rename a shortcode, you also need to update the shortcode on the page. I edit the page so the shortcode is[connections_edit_link_snippet]. I suggest not changing the shortcode name in the snippet. -
AuthorPosts
