Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • epao0607
    Participant

    @epao0607

    Here is the idea

    
    {start_query_bmtm_manage_member_types} // Get All MT Cat Slugs
    $member_types = array{get_list_of_member_types} // Store All MT Slugs 
    $member_args = array(
        'member_type' => array( {print_member_types} ), // Prints out the MT Slugs
    );
    

    Hope this helps somehow.


    epao0607
    Participant

    @epao0607

    Hi Dan,

    Thank you for the reply.

    Yes, I see that the link you gave was to create a custom Member Types with the use of the BP Core/Codex, as of the moment, We are using the MT Plugin because the user/admin was not a techie and cannot code, so we’ve used it for him to create a MT Category using the plugin. The problem is that, we need to implement the MT Category List on the Registration, as of the moment, we are entering the category slugs on the template file, which is quite painful and manual each time user/admin adds a new category.

    what i need to know.
    How to create a bp member type query, to display all the list of the MT on the registration page.

    Thanks, sorry for bad english

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar