Skip to:
Content
Pages
Categories
Search
Top
Bottom

Some Activity features not working with BP1.5


  • everydayreviews
    Member

    @everydayreviews

    after upgrading to 1.5, there are a lot of things not working. mostly under the activity section. I cant send anyone a message nor can i reply to anyone’s status, post etc.
    one of the errors im getting is: Fatal error: Call to undefined function is_site_admin() in /home2/showandr/public_html/wordpress/wp-content/themes/InReview/members/single/messages/compose.php on line 13

    very frustrating for sure.
    my website is http://everydayreviews.net

    please help me. i am using the inreview theme

Viewing 6 replies - 1 through 6 (of 6 total)

  • r-a-y
    Keymaster

    @r-a-y

    You need to update your BP templates to change is_site_admin() to is_super_admin().

    Did we AND WordPress remove backpat for that function??


    everydayreviews
    Member

    @everydayreviews

    what would be the best way to do this? im not too familiar with coding


    Boone Gorges
    Keymaster

    @boonebgorges

    Put the following lines into your theme’s functions.php file:

    if ( !function_exists( 'is_site_admin' ) ) :
    function is_site_admin() {
    return is_super_admin();
    }
    endif;

    everydayreviews
    Member

    @everydayreviews

    Im still having trouble. now the message form is showing up, but when I click on send message, it comes up with a blank form, the name doesnt transfer. when i do send a message, i got a blank page with this error now:
    Fatal error: Call to undefined function bp_get_settings_slug() in /home2/showandr/public_html/wordpress/wp-content/plugins/buddypress/bp-messages/bp-messages-notifications.php on line 20

    Also, all replies to any activity not showing up/not working. any ideas?


    churchofchristnetwork
    Member

    @churchofchristnetwork

    Thank you Boone Gorges! THANK YOU THANK YOU THANK YOU….
    the code works perfectly in the theme’s function.php

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Some Activity features not working with BP1.5’ is closed to new replies.
Skip to toolbar