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.1.1, css, customise fields
- This topic has 5 replies, 2 voices, and was last updated 8 years, 4 months ago by
maria de fanis.
-
AuthorPosts
-
09/06/2014 at 8:26 am #302940
maria de fanis
ParticipantHello,
I would like to know if it is possible to export a list of entries in a file CSV or in other type of file. Or, if there is a method to export in another way the entries.Thank you
Maria09/06/2014 at 11:05 am #302947Steven Zahm
Keymaster@ Maria
There is not a point and click method to export Connections data at this time, however…
The data can be exported using phpMyAdmin by exporting the Connections tables out.
Alternatively…
Here’s a script found here was donated by a user.
https://github.com/shazahm1/Connections-ExportThis is NOT a plugin and it has a rather complicated setup but is reported to work quite well after it is setup.
Hope that helps!
09/06/2014 at 3:41 pm #302954maria de fanis
ParticipantThank you Steven for your prompt and kind answer!
Maria09/14/2014 at 5:11 pm #304018maria de fanis
ParticipantHello,
how could I customise field names or descriptions of entries?
For exemple the field “other address”, I would like to change it in “private address”.
Is it possible to hide just the name or description of a field?
And the custom fields is it possible to show the content of the field but to hide the description “custom fields” in the template?
Thank you
Maria09/15/2014 at 10:19 am #304085Steven Zahm
Keymaster@ Maria
re: how could I customise field names or descriptions of entries?
For exemple the field “other address”, I would like to change it in “private address”.
Yes, see this QuickTip.re: And the custom fields is it possible to show the content of the field but to hide the description “custom fields” in the template?
Yes, add the following to the theme’s custom CSS area:.cn-entry-content-block-meta > h3 { display: none; }
Hope that helps!
09/15/2014 at 4:07 pm #304126maria de fanis
ParticipantThank you Steven for the real useful help!
Maria -
AuthorPosts
You must be logged in to reply to this topic.