opencredit / BadgeOS-Community-Add-on

The "BadgeOS Community Add-on" integrates BadgeOS features into BuddyPress and bbPress. Site members complete achievements and earn badges based on a range of community activity and triggers. This add-on to BadgeOS also includes the ability to display badges and achievements on user profiles and activity feeds.
GNU Affero General Public License v3.0
11 stars 8 forks source link

Achievement activity notices being held in moderation due to too many links. #46

Closed tw2113 closed 9 years ago

tw2113 commented 9 years ago

For now, we could recommend users upping their link moderation count limit to something above 2, but we could temporarily override it in badgeos_award_achievement_bp_activity() by adding the following around the bp_activity_add() call.

add_filter( 'bp_bypass_check_for_moderation', '__return_true' );
add_filter( 'bp_bypass_check_for_moderation', '__return_false' );
solhuebner commented 9 years ago

Thank you for pointing this out!

tw2113 commented 9 years ago

Fixed in 869520ef3f1a06354cd418c35ca269693ed12c85