BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 11,581 through 11,590 (of 15,332 total)
  • Author
    Posts
  • in reply to: Sitewide search #284374
    Steven Zahm
    Keymaster

    @ Ivan

    Sorry, there is not a way for Connections to do a universal search or allow the WP core search the data within Connections.

    in reply to: Custom Template with Photo float Left #284373
    Steven Zahm
    Keymaster

    @ Mark

    You could use this CSS in a CSS file:

    .cn-image-style {
        float: left;
    }

    Hope that helps!

    in reply to: Changing text #284372
    Steven Zahm
    Keymaster

    @ lstephan

    There are many shortcode option available to Tile Plus to change the labels. See this FAQ.

    Here is the entire list of options available to Tile Plus:

    str_select='Select Category'
    str_select_all='Show All Categories'
    str_image='No Photo Available'
    str_contact='Contact'
    str_home_addr='Home'
    str_work_addr='Work'
    str_school_addr='School'
    str_other_addr='Other'
    str_home_phone='Home Phone'
    str_home_fax='Home Fax'
    str_cell_phone='Cell Phone'
    str_work_phone='Work Phone'
    str_work_fax='Work Fax'
    str_personal_email='Personal Email'
    str_work_email='Work Email'

    Hope that helps!

    in reply to: Compatible with WPML? #284371
    Steven Zahm
    Keymaster

    @ John

    Sorry, no it is not 100% compatible. It is on my todo list but I can not commit as to when it’ll be 100% compatible.

    in reply to: vCard Import Error #284370
    Steven Zahm
    Keymaster

    @ Tracyd

    Well, you said you had a testing environment you can install right over top, you will not lose any data. The idea is just to see if the issue is fixed in the dev version of the plugin. You would revert back to the original version afterwards as this version is still in work and not quite ready for release.

    As always, make a quick backup of your testing db that way you can revert if needed.

    Hope that helps!

    in reply to: Hiding Categories #284369
    Steven Zahm
    Keymaster

    @ David

    Great to hear you found the solution!

    in reply to: Suppress family relationship #284368
    Steven Zahm
    Keymaster

    @ Alisha

    Opps… I didn’t read the question thoroughly enough, apologies!

    Sorry, there really is no way to change this without editing the core PHP files of the plugin. You would have to edit this line.

    Hope that helps!

    in reply to: Suppress family relationship #284367
    Steven Zahm
    Keymaster

    @ Alisha

    Add show_family=FALSE to the shortcode. That will tell Slim Plus not suppress the entry relationships.

    Hope that helps!

    in reply to: Search shows only family #284366
    Steven Zahm
    Keymaster

    @ Alisha

    Hmmm… here’s an idea that might work. So you shortcode looks something like the following, right?
    [connections list_type="family"]

    What you need to do is create a “Results” page and on that results page is use just the [connections] shortcode with no options … or … maybe just like this, [connections list_type="individual, organization"], so families are not returned in the result.

    Now, on the main directory page page update your shortcode to be this:
    [connections list_type="family" home_id="X"]

    X for home_id should be set to the page ID of the “Results” page.

    I think that should get you the results you looking for. Let me know.

    in reply to: Post process hook and wrong category #284365
    Steven Zahm
    Keymaster

    @ Michael

    Yeah, I see the issue. Can you try something for me? Add the following right before the action in class.entry-actions.php:

    $entry->set( $entryID );

    That should refresh the entry object with up to date data.

    Let me know and I’ll ad the change so it is included in the next update.

Viewing 10 posts - 11,581 through 11,590 (of 15,332 total)