Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • its working for me.

    /*
    Theme Name: BP Child
    Tags: buddypress
    Template: bp-default
    */

    body {
    font-size: 30pt;
    }
    That’s the content of wp-content/themes/style.css.

    If in file “wp-content/plugins/bp-album/includes/bp-album-core.php” i comment this code:
    function bp_album_privacy_level_permitted(){
    global $bp;

    if(!is_user_logged_in())
    return 0;
    elseif(is_site_admin())
    return 10;

    everything is ok. i can delete users

    [Tue Sep 20 23:14:38 2011] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function is_site_admin() in /home/www/journeygeek.com/wp-content/plugins/bp-album/includes/bp-album-core.php on line 303, referer: http://journeygeek.com/wp-admin/users.php?action=delete&user=141&_wpnonce=04333420dd

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar