• Resolved melchi2

    (@melchi2)


    Hello, I wanted to know if there is a possibility to modify the filters in the member directory. I’m creating a dating site, I can’t make a screenplay. I give you as an example Title I’m looking for woman man There he ticks his choice I had found face search but the inconvenience he does not communicate with the google map The fact that his filters apply on the map is very important thank you advance of a solution

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Aswin Giri

    (@aswingiri)

    Hello @melchi2

    If you are looking to modify user query on members directory, you can use following hook and modify query as per your requirement but you will need some coding knowledge for this:

    add_filter( 'um_prepare_user_query_args',function( $query_args, $directory_settings ){
    // modify arguments here
    return  $query_args;
    }, 15, 2 );

    Regards,

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hey there!

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. ??

    Regards,

    Thread Starter melchi2

    (@melchi2)

    hello sorry for the delay, I took note of this solution. I had found another one but which partially works is to rename the title on the filters but it affects the user files, which is a shame that we can’t have put two different names in each place and have an absolute value that points to the same thing

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @melchi2

    Are you using the UM User Locations extension to display the map?

    Thread Starter melchi2

    (@melchi2)

    Yes, frankly it’s great, a real treat

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    If you have purchased one of our extensions or our bundle and you need help, you will need to submit a support ticket via our website as we are only allowed to provide support on this forum for the free plugin hosted on the www.remarpro.com website.

    To submit a ticket, please login to our website using the email used on checkout and go to this page:

    https://ultimatemember.com/support/ticket/

    Thank you for supporting Ultimate Member with your purchase!

    Regards.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘custom filter in directory’ is closed to new replies.