Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author bp-help

    (@bphelp)

    @gilles66
    If you are not using sitewide forums just comment the below example part out on line 8 of private-bp-pages.php

    /*|| bbp_is_single_forum()*/

    Plugin Author bp-help

    (@bphelp)

    @gilles66
    Also this will be fixed in the next update. But for now just follow the instructions I gave you above.

    Thread Starter gilles66

    (@gilles66)

    Hum, thanks for your support, but now :

    Call to undefined function bbp_is_single_topic() in /home/dev/public_html/_clients/artnum/buddy/wp-content/plugins/private-bp-pages/private-bp-pages.php on line 8

    But after commenting this function, it works now.

    Thread Starter gilles66

    (@gilles66)

    One more thing : function bp_is_page() is deprecated.

    Plugin Author bp-help

    (@bphelp)

    @gilles66
    In line 8 just comment out this:

    || bbp_is_single_topic()

    Like this:

    /*|| bbp_is_single_topic()*/

    I will have this and the depreciated tag taken care of in the next update. Thanks for your patience and the heads up!

    Plugin Author bp-help

    (@bphelp)

    @gilles66
    Sorry I totally missed that you had already commented out what I told you to comment out in my above reply. I fixed the depreciated function call in version 1.2 so thank you for bringing it to my attention. I still need to fix the issue with the calls you listed above because I suppose I should not assume everyone that uses this plugin is going to have bbPress installed along side of BuddyPress. Thanks again!

    Plugin Author bp-help

    (@bphelp)

    I will close this for now. Thank you for bringing the issue to my attention.

    Thanks for this post, it sorted out the same issue I was having.
    Yes, please don’t assume everyone needs all the various features installed, looking forward to an update, and thanks again.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Absolutely broken : undefined function bbp_is_single_forum()’ is closed to new replies.