BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 9,861 through 9,870 (of 15,332 total)
  • Author
    Posts
  • in reply to: Clearing Search #307427
    Steven Zahm
    Keymaster

    @ Monica

    re: Is there a short code to clear the search result or show breadcrumbs?
    Go to the Connections : Settings admin page, click the Display tab and enable the “Show Clear Search Message” option.

    re: is there a way to limit the bio displayed in the drop down and have a link that carries the text on to a new page?
    Sorry, no, not with Slim Plus. It is possible with Excerpt Plus. The layout is a little different than Slim Plus because it shows photo and an excerpt of the bio. The biggest difference is that is hides just about all the rest of the fields by default, but they can be turned on and shown only in the single entry view.

    Hope that helps!

    in reply to: Need 1800's in the dates #307418
    Steven Zahm
    Keymaster

    @ Monica

    Hmmm, I’m not able to replicate this. I can enter dates in the 1800’s just fine. I have a feeling it could be the PHP version installed on the server or a server config issue. To further debug the issue I would need an admin account temporarily. The login details can be sent via the contact link at the bottom of the page. Please paste a link to this forum thread so I can relate the two. Thanks!

    in reply to: Search by city #307247
    Steven Zahm
    Keymaster

    @ SteH2A

    Sorry, but the plugin you have on that page is not Connections so I can not help since I am not familiar with that plugin.

    in reply to: Need 1800's in the dates #307246
    Steven Zahm
    Keymaster

    @ Monica

    There’s nothing to change, just type in the date instead of using the datepicker (calendar). For example type, 8/1/1800 in the date field.

    Hope that helps!

    Steven Zahm
    Keymaster

    @ Dave

    You need to move this block of code:

    $entry->getImage( array(
        'image'    => $atts['image'],
        'height'   => 120,
        'width'    => 100,
        'fallback' => array(
            'type'     => $atts['image_fallback'],
            'string'   => $atts['str_image']
            )
        )
    );
    

    to before this line:

    in_array( 'show', $categories ) ? $show = ' cn-show' : $show = ' cn-hide';
    

    in the card.php file.

    Hope that helps!

    in reply to: search "vic" #307239
    Steven Zahm
    Keymaster

    @ roy

    Huh, the plug sign is a space when decoded … but it seems after digging into this that the search input field does not need to be decoded, it is done automagically so by me decoding it, it is being decoded twice.

    Any way, the shortcode of it is this is definitely a bug which I’ve just now fixed. I’ll be pushing out a bugfix release either today or tomorrow, version 8.1.5.

    Apologies for the inconvenience!

    in reply to: Cannot restore #307143
    Steven Zahm
    Keymaster

    @ Axel

    Sure, just let me know when it goes live!

    in reply to: Font Color #307140
    Steven Zahm
    Keymaster

    @ Kevin

    No problem, glad to hear you have it sorted!

    Steven Zahm
    Keymaster

    @ Dave

    re: I’m hoping to add either photo or logo to the listings.
    Ok, I am a little confused, the Slim Plus template already shows the the photo, by default, so there is nothing to change or add.

    in reply to: Entry Type Organization, but not set #307111
    Steven Zahm
    Keymaster

    @ paul

    re: I’m using the latest installation 8.1.4 of Connections and 1.0.4 of CSV Import.
    When I import a CSV file with Entry Type = Organization, my Slim Plus template doesn’t seem to see it and all entries are still set to Individual. What am I missing?

    Sorry, not sure. Could you explain what you mean by; “Slim Plus template doesn’t seem to see it“?

    Templates have nothing to do with what type an entry is, so I’m a little confused.

    Can you attach a copy of the CSV file you imported? I’m guessing you imported a CSV file with a Entry Type column set to organization, yes? But it sounds like you might have also had the fields for First Name and Last Name set and mapped, yes? This would force the entry type back to individual because an organization entry can not have a first and last name.

    re: Can I reset an entry to Organization? I don’t see the dropdown for that radio button.
    Yes, when you edit an entry, you should have the option to change the entry type. The option will on top of the same netabox where the Update button is.

    re: Once I change it to Organization, I’d of course like entries sorted and displayed by that, but perhaps that will all happen automagically?
    Regardless of the entry type, by default the entries are sorted alphabetically by last name if the entry is an individual and organization name if the entry is an organization. Both entry types can be in the same list. Hope that makes sense.

Viewing 10 posts - 9,861 through 9,870 (of 15,332 total)