Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Piston
To get the 22/10/2013 format, go to the Widgets admin page and open the Connections Anniversary Widget. There you will find an option for date format; enter:
j/n/YSorry, but there is not a method to be able show “years ago”.
Hope that helps.
Steven Zahm
Keymaster@ eseone
Sorry, no, I’ll add it to my feature request list.
Steven Zahm
Keymaster@ eseone
Sorry, no, I’ll add it to my feature request list.
Steven Zahm
Keymaster@ Gary
I answered this here.
Steven Zahm
Keymaster@ Eric
The only way to do this that I can think of accomplishing this is adding a custom action. Something like this should do the trick:
function cn_custom_list_text() { if ( ! get_query_var( 'cn-entry-slug' ) { echo 'My custom text.'; } } add_action( 'cn_action_entry_before', 'cn_custom_list_text', -10 );I guess just drop it in the theme’s
functions.phpfile or better yet if you have a utility plugin that you drop random functions in, that would be better.Let me know how you make out.
Steven Zahm
Keymaster@ Gary
Ok, those URLs help a lot … you need to configure WordPress to exclude the
index.phpfor the link for Connections to work correctly.Steven Zahm
Keymaster@ Gary
can you please share a link to your directory pages so I can see the issue?
Steven Zahm
Keymaster@ Mike
My best guess is that you may have an unclosed
divHTML tab in the bio or notes field of either the “Feed My Starving Children” or “Forest Preserve District of Cook County” entries. Try setting both as unlisted temporarily to see if that resolves the issue.Also, are the only customizations you’ve made only CSS related? Or have you made any edits to the the PHP files?
Steven Zahm
Keymaster@ aric
That version is a very old release which contained a bug that exposed the experimental code for the exporting which was never completed due to various technical issues.
If you want to update and have a backup, I recommend using phpMyAdmin and exporting a SQL from of the
connection*tables in your WordPress db installation. You could also use the WP-DB-Backup plugin for a quick backup of theconnections*tables.I hope that helps.
Steven Zahm
Keymaster@ aric
Sorry, but Connections does not have a CSV export. What are you using?
-
AuthorPosts
