-
meg@info replied to the topic BuddyPress Activity Privacy Plugin in the forum Creating & Extending 11 years, 6 months ago
Hi @timvango,
Add this code to your functions.php (make sure using BuddyPress Activity Privacy 1.0.3 or +)
[Read more]
add_filter('bp_profile_activity_visibility_levels_filter', 'bp_remove_loggedin_activity_visibility_levels', 10, 1);
function bp_remove_loggedin_activity_visibility_levels($profile_activity_visibility_levels){
unset(… -
Yuttadhammo replied to the topic BuddyDroid – BuddyPress for Android in the forum Creating & Extending 11 years, 6 months ago
@timvango I’m sorry, I don’t understand. which private message feature? Are you sure it actually sends messages to people you can’t normally? if you can’t, it just won’t send.
-
Yuttadhammo replied to the topic BuddyDroid – BuddyPress for Android in the forum Creating & Extending 11 years, 6 months ago
-
Yuttadhammo replied to the topic BuddyDroid – BuddyPress for Android in the forum Creating & Extending 11 years, 7 months ago
@timvango I’ll see if I got a crash report from you… Otherwise, a logcat output would help.
@timvango
Active 4 years ago