BuddyPress Anonymous Activity plugin allows users to post activity update/comment on BuddyPress based network anonymously( without revealing their identity).
Features:-
- Users can post activity without revealing their identity
- Users can comment on other users activity without revealing their identity
- All notifications/mails hide the identity of the anonymous user.
Screenshots:-
Activity Posting form:-
Activity comment form:-
Anonymous Activity Example:-
Notification for anonymously posted activity
Email Notification:-
The user who posted the activity can see these activities on his/her profile but others can not see it on his/her profile.
bbPress Forums support:-
BuddyPress Anonymous Activity plugin supports anonymous bbPress topic creation as well as anonymous reply posting. There is a catch though. If you have bbPress to BuddyPress group forums integration enabled, it won't support recording of anonymous activity of the anonymous forum topics/replies. The activity will show the actual user's detail. There is a way to disable the recording of forum activity.
To enable the bbPress forums support, please put this code in your bp-custom.php
add_filter( 'bp_anonymous_activity_enable_forums', '__return_true' );