{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
);
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.