Is it possible - with the default dolphin coding to setup the member view page (browse.php) as well as the member block on the home page to only show members with a specific membership level?
Example: I create a membership called 'Advanced'. I only want to show members of those who have the 'Advanced' membership, and not show the members who have any other membership such as Promorion and Standard.
My current solution is a field that I added to the profile fields builder in which only the admin can see which is a simply Display field with Yes/No radio buttons. Plus a change to the sql query in which I added "WHERE dislpay = 'Yes'. But it requires manual operation of changing whether or not they get displayed.