Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Jackie,

    Thank you so much for your feedback. I havent noticed this behavior. Actually, i didnt pay attention that since BP 1.5, the function bp_is_member() was deprecated and replaced by bp_is_user(). (shame on me!!!!)

    So it looks like you’re using BuddyPress v1.5+ because in previous version (1.2.10) it still works.

    What’s interesting is that BuddyPress 1.5 is calling bp_is_user() if bp_is_member() is called, but instead of returning true or false, it returns NULL ????

    Anyway, i’ll need to make an upgrade of the widget to correct this behavior. Meanwhile, if you want the plugin to work, you can simply replace all bp_is_member() occurences by bp_is_user() in bp-show-friends.php.

    Bye

    Thread Starter JT

    (@jackietaferner)

    I decided to custom-code a solution, but thanks anyhow!

    You’re welcome. Just added version 1.1.2 to the repo to correct the bug..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: BP Show Friends] Show only member's friends’ is closed to new replies.