BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 10,321 through 10,330 (of 15,332 total)
  • Author
    Posts
  • in reply to: Form: Custom Fields #302503
    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/connections

    in reply to: Change the name "Category" to "Club" in form #302502
    Steven 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: Club

    Original string: Select Category
    Text domain: connections
    New string: Select Club

    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/connections

    in reply to: Misalignment of form elements. #302501
    Steven 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.

    in reply to: image doesn't load with image_width shortcode #302478
    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/connections

    in reply to: Import complete but nothing shows in "manage" #302461
    Steven 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.
    in reply to: image doesn't load with image_width shortcode #302444
    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.html

    If that does not do it, try:

    Add the following to the timthumb-config.php file 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 the wp-content on 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.

    in reply to: Changes after updating #302394
    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?

    in reply to: change in add entry #302393
    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.

    in reply to: Change Individual Listing to Organization #302392
    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.

    in reply to: Blank screen on plugin page with activated plugin #302391
    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.

Viewing 10 posts - 10,321 through 10,330 (of 15,332 total)