• Resolved cassihl

    (@cassihl)


    WP 4.7.5
    BP 2.8.2
    Boss Theme 2.3.3

    I created a group type and added a group to it. Where do I see this group type on the front end? I went to my Groups page, but I only see the list of all of my groups. What do I need to to do to categorize everything on the front end?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Go to a group where you are the administrator of. Then go to settings for that group. It different groups should be listed for you to choose from. If you don’t see anything, grab the latest zip file from github and reinstall.

    Thread Starter cassihl

    (@cassihl)

    That part is working, thankfully.

    Is there a way to show my users a list of groups by type? Or a main page that lists out the group types for people to choose from to only see the groups of that type?

    Not that I am aware.

    Plugin Author wbcomdesigns

    (@wbcomdesigns)

    @cassihl @thomastthai Boss theme use their template file for group directory
    They do not use

    bp_directory_groups_search_form();

    which is default BuddyPress search form function,
    they use
    bp_get_template_part( 'common/search/dir-search-form' );
    to call a template where they have built a search form HTML,

    That’s why our hook can’t change or modify their search form, that’s why it’s not rendering there.
    You can contact your theme support to override group directory template file inside child theme to get it working.

    You can switch to any default WordPress theme to get it working.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How should it look on the front end?’ is closed to new replies.