Re: BP Member Filter
this is awesome,
many thanks james!
however it does not work for checkboxes (for me),
I think this is because of the code from the bp-filter.php
<?php case 'checkbox' : ?><br />
<div class="checkbox"><br />
<span class="label"><?php _e( bp_get_the_profile_field_name(), BP_FILTER_TEXTDOMAIN ) ?></span><br />
<?php //bp_filter_the_profile_field_options() ?><br />
</div><br />
<?php break; ?>
any fixes for that?
when I delete the // the page halts (error).
many thanks!