• HDcms

    (@hdcms)


    Hello,

    I just integrate your plugin and I realize that there are some limits
    a) I will not want to post a role (subscriber) because they are members who do not have photos. With a picture, he automatically switches to the role member0

    b) There may be hundreds of responses. I would like to limit the total number of results.

    c) considering the previous limit. I would like to have a random breakdown of the results

    how to do ?

Viewing 1 replies (of 1 total)
  • Plugin Support BuddyBoss Support

    (@bbwpsupport)

    Hey @hdcms,

    a) I will not want to post a role (subscriber) because they are members who do not have photos. With a picture, he automatically switches to the role member

    To not to have a role (subscriber) in search request, you’ll have to modify the members search query using custom code. You can use BBoss_Global_Search_Members_sql WordPress hook filter to achieve this.

    b) There may be hundreds of responses. I would like to limit the total number of results.

    You can limit the total number of results from /wp-admin > BuddyBoss > Global Search > Auto Suggest number of items.

    c) considering the previous limit. I would like to have a random breakdown of the results.

    You would have to write a custom code to have a random breakdown of the results. You can use buddyboss_global_search_option_items-to-search hook filter to write a custom php code that randomly breakdown the results.

    Let me know if you have any questions.

Viewing 1 replies (of 1 total)
  • The topic ‘suggestions: do not show members (role subscriber) and random display’ is closed to new replies.