Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Sharai
Great to hear! That was one of the primary reasons in releasing several free plugins … so devs can learn how to add the custom fields.
Presently, all dev docs are in the PHP file using phpDoc and inline comments. I’ve been devoting a lot of time on adding this doc. The plan is to a phpDoc parser and then put up a subdomain where this info can be found in a more user friendly way.
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Vern
I suggest using the Say What? plugin. You can learn more in this QuickTip.
Original string:
Category
Text domain:connections_form
New string:ClubOriginal string:
Select Category
Text domain:connections
New string:Select ClubHope that helps!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Vern
This is due to a couple CSS conflict with the theme … the theme is stopping on a couple styles Form requires.
To fix this, add the following to the theme’s custom CSS area:
#cn-form .widget { float: none; } #cn-list .chosen-choices li:after { border: none; }That should fix it right up.
Steven Zahm
Keymaster@ Margaret
I installed the beta and fixed up the shortcodes. Everything seems to be in order.
Hope that helps!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Randy
I spun up a clean install of Connections and CSV Import, downloaded the last file that was attached and imported it. I used the mapping shown in the screen capture (my best guess). The import did occur fine, all 265 imported. I did a spot check, randomly, 10% of them, and the data was correct. There is only one issue, and that was with the source CSV data, line 199, Rock B. Valley Yellow Pages, has an invalid date of 00/00/0000. This invalid date seems to throw PHP for a loop and stops the page load. This is why the select all didn’t work for you. The script never had an opportunity to load because of the error. After removing that date, the page did load fine. I suggest you edit the entry, it should be visible on the manage page, and remove the dates. After you do, the select all will work.
A valid date is checked for during import, invalids are supposed to be tossed. Not sure why this invalid date was permitted to import. I’ll have to check that in the morning and release a bug fix.
My suggestion … delete your data and do the import again. Make sure you have no filters set on the Connections : Manage admin page when you delete the existing entries.
My best guess is that all the entries were not deleted from any previous attempts to import a CSV file. That would account for duplicates. Also since you were mapping the ID to the Entry ID in previous attempts, that would also explain why you had mixed data in the entries (because of previously existing data which was not deleted).
Attachments:
You must be logged in to view attached files.Steven Zahm
Keymaster@ Margaret
The cause is usually one of two reasons. Folder permissions or document root.
Try…
Change the permissions of the following folders and files to
767:
../wp-content/connection-images/
../wp-content/plugins/connections/cache/
../wp-content/plugins/connections/cache/index.htmlIf that does not do it, try:
Add the following to the
timthumb-config.phpfile found here:../wp-content/plugins/connections/includes/libraries/timthumb/This is what you need to add, make sure to change the doc root accordingly:
define ('LOCAL_FILE_BASE_DIRECTORY','/my/doc/root/');What
'/my/doc/root'will be, will depend entirely on the server setup. If you go to the the Connections : Dashboard admin page and look at the the System widget; there will be a constant named CN_PATH. The doc root should be the beginning portion of that path. What I can tell you is that from thewp-contenton will NOT be part of the doc root.Alternatively…
If you would be willing to give me a temp admin account, I can install a beta version of the next release of Connections. The image processing code has been completely rewritten from scratch. I believe it will easily resolve this issue for you.
Steven Zahm
Keymaster@ aaron
Try something… Go to the Connections : Settings admin page, click the Advanced tab and then click the Save Changes button at the bottom of the page. Let me know if that does not fix the problem.
“Also, there isn’t a button to add to address book anymore.” What button, where?
Steven Zahm
Keymaster@ Len
This has been changed back in the upcoming 8.1 version. In order to deal with performance I’ve implement something called fragment caching instead.
Steven Zahm
Keymaster@ Kylie
This has been changed back in the upcoming 8.1 version. In order to deal with performance I’ve implement something called fragment caching instead.
Steven Zahm
Keymaster@ Neijah
Can you please try, temporarily, deactivating all other plugins to see if the issue still persists? This is to eliminate some type of plugin conflict.
-
AuthorPosts
