members not bp_members
-
So I have bp-legacy and use BuddyDev members pro.
It only seems to put one member type into the $members_template array.
However, the other member type, I am able to use:
bp_get_member_type( get_current_user_id(), false )
to accurately identify the correct member so if I ask for a var_dump of $members_template why is it not there?
This means that none of that type show in the directory page, and ultimately I am trying to filter it through bp_has_member in the loop.
What could be going wrong?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.