Skip to:
Content
Pages
Categories
Search
Top
Bottom
  • y2gabs posted a new activity comment 13 years, 9 months ago

    So awesome, that’s the last piece of my puzzle for this project. You are well on your way (if not firmly there) to creating the absolute best plugin for buddypress!

    Thanks for all your hard work Andrea

    J.

  • y2gabs posted an update in the group BP Profile Search: 13 years, 9 months ago

    Hey Andrea,
    I’m wondering if there’s a way, or if there’s any plans to add the ability to have custom URLs for searched criteria… for example, a cars website has a dropdown profile field with values cars, vans, trucks. Is there a way to have a url like “http://www.mywebsite.com/members/trucks” show only those members where that trucks have been…[Read more]

    • Hello Y2gabs,

      Yes, that feature is in my to-do list. Please stay tuned!

    • So awesome, that’s the last piece of my puzzle for this project. You are well on your way (if not firmly there) to creating the absolute best plugin for buddypress!

      Thanks for all your hard work Andrea

      J.

  • Hi guys, I want to prevent users with role “admin” and “editor” from the members-loop and only show those with role “subscriber”.. I’ve fought with many different iterations of an if statement checking against “displayed_user” role from within the loop to display members and none seem to work. Here’s the most recent iteration I’ve tried, […]

  • Sorry, it seemed to cutoff the post.. see below for if statement code:

    /* $id = bp_displayed_user_id();
    $user = new WP_User( $id );

    if ( $user->has_cap( ‘activate_plugins’) ) :
    {{don’t show this user}}
    elseif ( $user->has_cap( ‘edit_pages’) ) :
    {{don’t show this user}}
    else :
    {{Show the rest of the users}}
    endif

  • Hi there,

    Is there a plugin or can someone direct to a how-to generate an rss feed from a buddypress members list? Is this possible?

    Thanks!

    J.

  • y2gabs posted a new activity comment 13 years, 11 months ago

    Definitely looking forward to that!

  • y2gabs posted a new activity comment 14 years ago

    That makes perfect sense, thanks Andrea… I really should’ve thought of that. Another option could be to remove the search form in the sliding login I believe.

    Thanks for your help!

  • y2gabs posted a new activity comment 14 years ago

    Hey Andrea,
    That is indeed the issue. When I have the filtered Members list set to “1”, public (non-logged in users) can retrieve results based on searched criteria using the plugin but logged in users can’t.. vice-versa when the filtered members list is set to “2”. Any thoughts on what could cause this?
    Thanks!

    • That’s because of the sliding login panel, it adds a list for the logged in user but not for the public. So BP Profile Search has to filter the 2nd list with logged in users, but the 1st list with the public. There is no workaround at this time, you could use this unwanted ’feature’ to restrict the ability to search to logged in users only. You c…[Read more]

  • y2gabs posted an update in the group BP Profile Search: 14 years ago

    Hey Andrea,

    The profile search only seems to work (returning members based on searched criteria) when a user is logged in. Is this native functionality or am I facing another plugin conflict somewhere?

    Thanks!

    • BP Profile Search is independent of the user status. Did you try to set the Filtered Members List to a different value? But of course if you need a different filtered list value when the user is not logged in, that could be impractical. Please let me know!

    • Hey Andrea,
      That is indeed the issue. When I have the filtered Members list set to “1”, public (non-logged in users) can retrieve results based on searched criteria using the plugin but logged in users can’t.. vice-versa when the filtered members list is set to “2”. Any thoughts on what could cause this?
      Thanks!

      • That’s because of the sliding login panel, it adds a list for the logged in user but not for the public. So BP Profile Search has to filter the 2nd list with logged in users, but the 1st list with the public. There is no workaround at this time, you could use this unwanted ’feature’ to restrict the ability to search to logged in users only. You c…[Read more]

    • That makes perfect sense, thanks Andrea… I really should’ve thought of that. Another option could be to remove the search form in the sliding login I believe.

      Thanks for your help!

  • y2gabs posted a new activity comment 14 years ago

    Eureka!! Thanks so much Andrea. What an amazing plugin.

  • y2gabs posted a new activity comment 14 years ago

    Eureka!! Thanks so much Andrea. What an amazing plugin.

  • y2gabs posted a new activity comment 14 years, 1 month ago

    Hey Andrea,
    I tried this new version out and it seems to still conflict with the dropdown plugin. Was this new release supposed to fix that conflict?
    Thanks!

  • y2gabs posted a new activity comment 14 years, 1 month ago

    Hey Andrea,

    Any luck with this issue?

  • y2gabs posted a new activity comment 14 years, 1 month ago

    Nevermind. It seems to be a conflict with the sliding login panel plugin:
    https://buddypress.org/community/groups/buddypress-sliding-login-panel

    I can’t for the life of me figure out why bp-profile search doesn’t work when that plugin is installed, aside from some sort of jquery conflict.

    Do you have any thoughts on why the conflict would…[Read more]

  • y2gabs posted an update in the group BP Profile Search: 14 years, 1 month ago

    Hi there,

    For whatever reason, the plugin seems to work fine, when searching on a specific field, when a visitor is not logged in but once the visitor logs in and tries to search for members based on a specific field all members are returned in the results.
    Any thoughts on what could cause this?

Skip to toolbar