BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 9,931 through 9,940 (of 15,332 total)
  • Author
    Posts
  • in reply to: Private categories? #306379
    Steven Zahm
    Keymaster

    @ Mark

    There’s not a way to keep an entire category private. At least not one I can think of off the top of my head. There is the exclude_category shortcode option but that does not really make the entries within private.

    I’m assuming you’re using a template which supports pagination, yes? Pagination can be disabled using the enable_pagination shortcode option. You would add it to the shortcode, setting it to false like so:

    [connections enable_pagination='FALSE']

    One recommendation … I really do not recommend showing much more than a max of 50 as that could negatively impact page load times. Pretty much for the same reasons as why WP limits posts to 5 or 10 a page.

    I hope this helps!

    in reply to: Nothing in manage #306378
    Steven Zahm
    Keymaster

    @ Brian

    Sure I’ll be happy to take a look asap. Create a temp admin account for me. Send the login details using the contact link at the bottom of the page. In the email, please also reference this forum post (paste a link to it) so I can relate the two.

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

    @ Fabrice

    Oh the design reason behind requiring the need to define category is this rewrite should enable me to support custom taxonomies in the future just like WordPress does now.

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

    @ Fabrice

    you know, It would be really helpful to you if I would actually read better!

    Here’s a link to the function you’re using:
    https://github.com/Connections-Business-Directory/Connections/blob/8.1.3/includes/class.terms.php#L1022

    The phpDoc for the function starts here:
    https://github.com/Connections-Business-Directory/Connections/blob/8.1.3/includes/class.terms.php#L883

    So my error, again, is providing you with the wrong way to use the function … it should be:

    $terms = cnTerm::get( 'category', array( 'child_of' => 3 ) );

    I wrote the code but I don’t actually use it, yet, and it’s been a couple months since I did write it, so I’m just forgetting how it works. It’s no excuse for the bad info I’m giving you but it is the reason. I apologize! And if I’m wrong again, hopefully the phpDoc I linked to will give you the answers you need assuming I have no errors in it.

    in reply to: Single Entry #306290
    Steven Zahm
    Keymaster

    @ Fabrice

    Do you have the directory home page set?
    Do the view links go to that page?
    What is the exact shortcode you’re using on that page?

    in reply to: Single Entry #306275
    Steven Zahm
    Keymaster

    @ Fabrice

    Sorry but I do not understand this question; “If I go over /name/ it will display all entries“.

    The single entry link will be the URI of the View link on the Connections : mage admin page.

    Does that answer your question?

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

    @ Fabrice

    re: If I would get the name of the category I can get it with $term->name (in a foreach loop)?
    Yes, the term name will be included in the results.

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

    @ Fabrice

    Sorry, I think I mis-read my code, try this instead:

    $terms = cnTerm::get( array( 'child_of' => 3 ) );

    in reply to: Images Not Appearing in Slim Pro #306264
    Steven Zahm
    Keymaster

    @ Adam

    Great to hear!

    If you have a 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: Images Not Appearing in Slim Pro #306250
    Steven Zahm
    Keymaster

    @ Adam

    The version of Slim you have installed is a little over a couple years old. You can download the latest version for free from your [purchase history](http://connections-pro.com/my-account/purchase-history/). After you [update](http://connections-pro.com/documentation/install/templates/), things should be fine. Hope that helps!

Viewing 10 posts - 9,931 through 9,940 (of 15,332 total)