BBPress Reyes : Replies Created

Forum Replies Created

Viewing 10 posts - 41 through 50 (of 61 total)
  • Author
    Posts
  • reyes
    Participant

    I understand but where do I add the category short code option?

    [connections category='2,12,5' enable_category_by_root_parent=true]

    Do I have to generate a a new page for each Parent category and add it to those pages or do I simply add the short code option to my main directory homepage?

    reyes
    Participant

    I have followed this thread and want to ensure that I understand the resolution. I want to show only the Parent in my root directory. To do this I have to edit the wp-content/plugins/connections-cmap/cmap.php file to insert

    ‘include’ => array(2,3),

    Where the numbers will be the category ID/s.

    And the entire block of code should look like this after the edit:

    $atts = array( ‘default’ => self::$atts[‘str_select’], ‘select_all’ => self::$atts[‘str_select_all’], ‘type’ => self::$atts[‘enable_category_multi_select’] ? ‘multiselect’ : ‘select’, ‘group’ => self::$atts[‘enable_category_group_by_parent’], ‘show_count’ => self::$atts[‘show_category_count’], ‘show_empty’ => self::$atts[‘show_empty_categories’], ‘parent_id’ => self::$atts[‘enable_category_by_root_parent’] ? self::$atts[‘category’] : array(), ‘exclude’ => self::$atts[‘exclude_category’], ‘include’ => array(2,3), );

    Subsequently, I would have to make a page for each Parent to access the Child categories, correct? Is this the only way to only show the Parent and not the Child categories? What if I only want to show the Parent and Child but not the sub_Child? For example, Federal (parent) Agency (child) Cyber (sub-child) What shortcode would I use?

    in reply to: Unable to Update Category #342524
    reyes
    Participant

    Thank you for your reply. It appears I had a cache issue and the problem was on my end. Sorry for the false alarm.

    reyes
    Participant

    Steve,

    I made a reply “private.” which contained some WP log-in information to my Admin on 3/24. I just want to be sure this was in fact private. If not how do I delete that post?
    Thanks.

    reyes
    Participant

    Steve,

    Done. You can read my review under Reyes17 on the link you previously provided. Thanks again.

    reyes
    Participant

    Steven,

    I think this whole community owes you more than a little something. Thank you for your continued support to newbies like myself. Let me know if there is anything I can do. Thanks again.

    reyes
    Participant
    This reply has been marked as private.
    in reply to: No entries displayed under "Connections: Manage" #324431
    reyes
    Participant

    This is good news. At least I was not going crazy. Thanks for your help.

    reyes
    Participant

    I checked the two files as you suggested and the new version from GitHub is now loaded in my CherryFramework. So basically I do have the Dec 2014 fix. Temple Monster did provide the most up to date version. What do you think is still causing the problem with Connections and my FAQs page?

    in reply to: No entries displayed under "Connections: Manage" #324422
    reyes
    Participant
    This reply has been marked as private.
Viewing 10 posts - 41 through 50 (of 61 total)