BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 9,941 through 9,950 (of 15,332 total)
  • Author
    Posts
  • in reply to: shortcodes visible after update #306228
    Steven Zahm
    Keymaster

    @ Melinda

    If you have moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
    https://wordpress.org/support/view/plugin-reviews/connections

    in reply to: shortcodes visible after update #306225
    Steven Zahm
    Keymaster

    @ Melinda

    Ahhh, that explains it the [connections_list] shortcode was deprecated about 3 years ago and support for it was removed about a year ago (maybe a little less).

    Just change connections_list to connections and you’ll be all fixed up.

    in reply to: shortcodes visible after update #306223
    Steven Zahm
    Keymaster

    @ Melinda

    What are the exact shortcodes you’re using? Can you share links to the affected pages.

    in reply to: shortcodes visible after update #306221
    Steven Zahm
    Keymaster

    @ Melinda

    Can you doable check to ensure the Connections plugin is installed and active?

    in reply to: Member directory with custom fields #306174
    Steven Zahm
    Keymaster

    @ Ryan

    This can be done but only programmatically atm. You can refer to these free extensions for Connections to see how its done:

    Hope that helps!

    in reply to: Custom fields in entry #306140
    Steven Zahm
    Keymaster

    @ Fabrice

    Currently this can only be done programmatically.

    You can see how custom fields are added using code by referring to these free extensions to Connections:

    Hope that helps!

    in reply to: GetCategory if parent #306139
    Steven Zahm
    Keymaster

    @ Fabrice

    Sorry, right now this is not possible unless you use unsupported, still under development code.

    To call the raw data you would use this:

    // Grab an instance of the Connections object.
    $instance = Connections_Directory();
    
    $terms = $instance->term->get( array( 'child_of' => 3 ) );
    

    $terms will contain an array of the children of category ID 3 which you can loop thru and output.

    Hope that helps!

    Steven Zahm
    Keymaster

    @ Jody

    When I look at the page’s error logs it seems the issue is not Connections related, at least on the surface.

    Load the page in Chrome, hit the F12 key and then click the Console tab. You’ll see 404 and 500 errors for many other images too. Connections does handle this gracefully by not loading trying to load the image at all.

    The issue could simply be that the memory allocated to PHP has been exhausted. My first suggestion is to try to increase it to see if the issues resolves. Here’s a link to an excellent blog post that outlines several methods to try to increase the amount. Since different methods will work on different hosts, I suggest starting at the top of the list and working your way down until hopefully the issue is resolved.

    If that does not fix it, then I’ll need a temp admin account and FTP access so I can take a closer look. You can post the details here as a private reply. Please follow-up with a non-private reply otherwise I will not know you posted the login details.

    I hope this helps. Let me know how it goes.

    in reply to: Google Maps #306119
    Steven Zahm
    Keymaster

    @ Jon

    Sorry, no, there is no builtin way to do this. You’d have to add it if you know PHP or contract a freelancer to do it.

    in reply to: View All #306118
    Steven Zahm
    Keymaster

    @ Jon

    Yes it is. See this QuickTip.

    Hope that helps!

Viewing 10 posts - 9,941 through 9,950 (of 15,332 total)