BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 10,671 through 10,680 (of 15,332 total)
  • Author
    Posts
  • in reply to: entry fields duplicated in display #297532
    Steven Zahm
    Keymaster

    @ Kathy

    Did you try resetting the role capabilities like I mentioned in this reply and the readding the capabilites after the role reset?

    in reply to: Did I break this with WP 4.0b2? #297527
    Steven Zahm
    Keymaster

    @ Mitch

    WordPress 4.0 is such a minor update, I’d be surprised if that is the issue at all … I haven’t tested against the beta yet though. I’m planning on doing that after I release bug fix 0.8.14 (fixes some obscure bugs and greatly improve the responsive readiness of the admin add/edit form.

    When you say not listed anywhere, where exactly do you mean? The Plugins page, the Connections : Templates page?

    in reply to: Order of connections #297526
    Steven Zahm
    Keymaster

    @ Ken

    I’m assuming you were copy/pasting code from the web page into the Visual post editor in WordPress, yes? When you do that, you also copy the HTML tags and paste those too.

    You need to remove those stray tags from around and from within the shortcode. WordPress does not support have the HTML within the shortcode.

    See this QuickTip on working with shortcodes.

    This FAQ, the top couple paragraphs, explain how to fix this.

    Basically, if you completely delete the shortcode while in the Text tab of the post editor and manually re-type it things will be fine. This is the best way to work with shortcode no matter what plugin you’re working with.

    Hope that helps!

    Steven Zahm
    Keymaster

    @ Mike

    Hmmm… there’s no easy fix for that…

    I just tweaked the code/css a bit in the forthcoming 0.8.14 bug fix release to better deal with this. I’ll be releasing the bug fix soon. Right now I’m greatly improving the responsive compatibility of the form in the admin.

    in reply to: Images don't load #297453
    Steven Zahm
    Keymaster

    @ Phillip

    Sounds like a document root issue. Can you please share a link to your directory so I can take a look?

    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.

    in reply to: edit entry & css #297452
    Steven Zahm
    Keymaster

    @ Chris

    I can not duplicate this, can you share link of the page showing this error so I know where to look in my code for the cause?

    in reply to: edit entry & css #297400
    Steven Zahm
    Keymaster

    @ Chris

    Go to the Connections : Settings admin page, click the Form tab and then click the Save Changes button to see if the error goes away.

    in reply to: Show Bio #297395
    Steven Zahm
    Keymaster

    @ AlpineWeb Design

    Thanks!

    Sure, the “Other” label can be change or the labels can be removed entirely. See this FAQ on how to change labels. All the str_***** option can be found on this page.

    To remove the label you can use the addr_format shortcode option that is anabled by cMap.

    Hope that helps.

    in reply to: code to add in map? #297390
    Steven Zahm
    Keymaster

    @ james301

    Sure, I can refer you to a dev which has a lot of experience working with Connections and its templates. I’ll ask him to stop by this forum thread so you and he can make contact.

    in reply to: images #297389
    Steven Zahm
    Keymaster

    @ yanko

    No in the core Connections plugin, sorry. But since both the bio and notes fields support shortcodes, you can use any photo gallery that support displaying galleries using shortcode in those fields.

    Hope that helps!

Viewing 10 posts - 10,671 through 10,680 (of 15,332 total)