@tedace
13 years, 2 months ago
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