Hi,
I'm trying to change what shows up on the member search form, the one that shows up by selecting members, not selecting members search.
I've changed the info for sex, so that it actually comes up with more options, but this does not allow for multiple selections, so I am trying to show another section from the sign up form.
I found the section where it deals with sex:
<div class="browse_form_row">
<div class="clear_both"></div>
<div class="label">' . _t('_Sex') . ':</div>
<div class="value">' . $sex_options .'</div>
<div class="clear_both"></div>
</div>
What I need to do though, is have it show the info from a section called profiletype, and this has the following options:
Film Festival
Film Maker
Film Fan
Film Reviewer
I've created this section in the sign up form, but how do I get it to show up on the search?
Thanks,
Joe