1
Description
Adds the option to filter members by custom profile fields in the advanced member list page.

Contact Method
Features
  • Allow users to filter the member list by custom profile fields values.

Theme Installation
Edit the following templates:
  • Edit `memberlist_search` template, find:
    Code:
    </table>
    <div align="center"><br /><input type="submit" class="button" name="submit" value="{$lang->search}" /></div>
    </form>


    Add before:
    Code:
    {$ougc_customfsearch}

Included in Pack
  • One plugin copy.
  • English language pack.
  • Installation or setup is not included. Plugin should work out of the box in a fresh installation according to the requirements stated above.
1