BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 12,281 through 12,290 (of 15,332 total)
  • Author
    Posts
  • in reply to: Trouble with Link using membership plugin #276082
    Steven Zahm
    Keymaster

    @ Christine

    I do have an update, unreleased, that seems to fix the issue for those that encounter it. If you provide login details for a temp admin account, I’ll log in and install it for you. You can leave the details here as a private reply or use the contact link at the bottom of the page. Alternatively, I will be releasing the update in the next couple days which you’ll be free to download and install.

    Steven Zahm
    Keymaster

    @ Austin

    Sorry but I don’t really understand the issue that you’re having. Can you share a link to your directory page that is having the issue?

    Please see this FAQ on how to embed videos.

    in reply to: Using separate page for Featured Listings #276079
    Steven Zahm
    Keymaster

    @ Reba

    I see you are using WP Supper Cache … clear your cache and everything should show up. Then, if I remember correctly, there is a setting in WP Super Cache not to cache pages with query strings. enable that option.

    in reply to: Shortcodes not working & remove search #276070
    Steven Zahm
    Keymaster

    @ rediar

    Ok, I just uploaded the update. It is version 1.0.2 and can be downloaded from your purchase history.

    in reply to: Using separate page for Featured Listings #276068
    Steven Zahm
    Keymaster

    @ Reba

    I just uploaded the update to Market. It is available to download from your purchase history. I believe this should fix the home_id and force_home shortcode options. Please let me know if it does not.

    in reply to: Shortcodes not working & remove search #276063
    Steven Zahm
    Keymaster

    @ rediar

    I’ve hit a small roadblock with one of the changes that I’m working around … I’m still pushing to get it updated today.

    in reply to: Using separate page for Featured Listings #276030
    Steven Zahm
    Keymaster

    @ Reba

    Ok, I see… I’m not certain I can think of a way around that doesn’t involve making code changes to the template.

    I’m working on updates to all the templates and working on Market is literally the next thing I’m going to do. I’ll post back a little later today.

    in reply to: Form dates #276027
    Steven Zahm
    Keymaster

    @ Brian

    I see. Right now this isn’t possible in Form and … Form is due for a complete rewrite in order to support the forthcoming custom fields support I’m building into Connections.

    Here’s a link to a few videos showing it in action. Right now this is simply an API that can be used to easily allow devs to extend Connections and that is what the free Business Hours extension will show off.

    in reply to: Using separate page for Featured Listings #276026
    Steven Zahm
    Keymaster

    @ Reba

    I think I understand … but can you share a link to your directory so I can see the issue. It will help me better understand so I can give precise directions.

    Thanks!

    Oh, the correct shortcode option name is home_id, not home-id.

    in reply to: Display specific or only one web link #276024
    Steven Zahm
    Keymaster

    @ Colleen

    I’ve never built this into the templates, however, I did build the feature into the method that retrieves the raw link data but I never did test it. If you’d like to give it a try here’s the code you need to add to the card.php file.

    $entry->getLinkBlock( array( 'format' => $atts['link_format'], 'type' => 'blog' ) );
    
    $entry->getLinkBlock( array( 'format' => $atts['link_format'], 'type' => 'website' ) );
    

    You’ll want to remove this:

    if ( $atts['show_links'] ) $entry->getLinkBlock( array( 'format' => $atts['link_format'] ) );
    

    Hope that helps. Let me know if it works out, thanks!

    • This reply was modified 12 years, 8 months ago by Steven Zahm.
Viewing 10 posts - 12,281 through 12,290 (of 15,332 total)