BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 11,271 through 11,280 (of 15,332 total)
  • Author
    Posts
  • Steven Zahm
    Keymaster

    @ Timothy

    I’ve fixed this issue in version 0.8.6 releasing today.

    Apologies for the trouble!

    in reply to: When edited, auto aprpove #290824
    Steven Zahm
    Keymaster

    @ Mark

    I’ve fixed this issue in version 0.8.6 releasing today.

    Apologies for the trouble!

    in reply to: Contacts not showing up in directory #290788
    Steven Zahm
    Keymaster

    @ Kaitlin

    Have a link so I can see?

    in reply to: it's back, Custom Fields request #290787
    Steven Zahm
    Keymaster

    @ Michelle

    Great to hear!

    That’s right, I still need to re-enable the shortcode options… Right now, sections can be turned on/off and re-ordered on the Connections : Settings admin page under the Form tab. Yeah, that’s new ;)

    Something else that’s new…

    In the email message fields on the settings page, add this:

    Thank you for your submission. We will review and approve your submission soon.
    
    Name: [cn_entry part=name format='%last%, %first% %middle%'/]
    Title: [cn_entry part=title/]
    Department: [cn_entry part=department/]
    Organization: [cn_entry part=organization/]
    Contact: [cn_entry part=contact/]
    
    [cn_entry part=addresses]
    [cn_address]
      %type% Address:
        Line One: %line_1%
        Line Two: %line_2%
        Line Three: %line_3%
        City: %locality%
        State: %region%
        Zip: %postal-code%
        Latitude: %latitude%
        Longitude: %longitude%
    [/cn_address]
    [/cn_entry]
    
    [cn_entry part=phone_numbers]
    [cn_phone]
      %type% Phone:
        Number: %number%
    [/cn_phone]
    [/cn_entry]
    
    [cn_entry part=email]
    [cn_email]
      %type%:
        Address: %address%
    [/cn_email]
    [/cn_entry]
    
    [cn_entry part=im]
    [cn_im]
      %type%:
        User ID: %id%
    [/cn_im]
    [/cn_entry]
    
    [cn_entry part=social_networks]
    [cn_social_network]
      %type%: %url%
    [/cn_social_network]
    [/cn_entry]
    
    [cn_entry part=links]
    [cn_link]
      <a href="%url%" title="%title%">%title%</>
    [/cn_link]
    [/cn_entry]
    
    [cn_entry part=dates]
    [cn_date]
      %type%: %date%
    [/cn_date]
    [/cn_entry]
    
    [cn_entry part=bio/]
    
    [cn_entry part=notes/]

    Lastly, that filter. You put that in the plugin you created to add teh custom fields. Hope that helps.

    in reply to: Default Category #290749
    Steven Zahm
    Keymaster

    @ Tracy

    Great, glad to help!

    I see you modded the CSS… here’s couple links that may be interest. Basically how you can do this so it is update safe. as it is now, you’ll lose the changes during an update.

    http://connections-pro.com/documentation/cmap/cmap-shortcode-option/background/

    http://connections-pro.com/2014/05/07/quicktip-custom-css-templates/

    When you launch your site, let me know, I’ll list it here as a live sample.

    Lastly, 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: Default Category #290742
    Steven Zahm
    Keymaster

    @ Tracy

    Right there’s the problem… category_name='Featured'

    You need to use category=x

    X would equal the category ID of your featured category.

    The current version of cMap is 4.0, released last week. You can download the latest version from you purchase history.

    One of the major new features is in cMap is in admin updates which is enabled by Connections 0.8.x. After you install the update enter your license key on the Connections : Settings admin page under the Licenses tab. After you do that, anytime I release an update you can click to update link right within the admin like you can with plugins from wordpress.org. In order to be notified of updates, you must enter your license key.

    in reply to: Default Category #290730
    Steven Zahm
    Keymaster

    @ Tracy

    I tested, it seems to work fine for me. I see you do have an older version of both Connections and cMap installed. Can you update both and try again?

    in reply to: Widgets? #290728
    Steven Zahm
    Keymaster

    @ Paul

    This is unlikely related to Connections. By default the text widgets do not support shortcodes. Usually the theme or a plugin will add a filter which enables the processing of shortcodes. Connections never added this filter, so something else did. Have you updated any other plugins, removed a plugin, updated the theme or changed themes?

    You can manually re-add this filter by adding the following to the theme’s functions.php file.

    add_filter( 'widget_text', 'do_shortcode' );

    I hope this helps!

    in reply to: Submitting a listing not working with Jetpack? #290727
    Steven Zahm
    Keymaster

    @ Jenny

    Sure, send me a login. Details can be posted here as a private reply. I’ll also need a copy of an image that is failing.

    Steven Zahm
    Keymaster

    @ arnaud

    No problem!

    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

Viewing 10 posts - 11,271 through 11,280 (of 15,332 total)