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

Make BadgeOS its own BP activity stream type. #22

Open tw2113 opened 10 years ago

tw2113 commented 10 years ago

"Has thought been given to allow BadgeOS achievements to get their own activity stream type? This would allow it to be filterable and not be confused with normal 'status updates' (which they currently are).

Our purpose: we display people's status updates in a widget, however that widget is now displaying their earned badges. These are distinct actions from each other, and should not be confused. If BadgeOS made their activity a separate 'type', this would get cleared up.

Great plugin!

Thanks."

http://wordpress.org/support/topic/buddypress-activity-stream-type?replies=1

modemlooper commented 8 years ago

I'm fixing this for client so can do a PR

tw2113 commented 8 years ago

Not against this by any means. Am curious if there's any risk for breaking anything from previous installs.

modemlooper commented 8 years ago

no because activity actions are hard coded into db so older items would be still the type of activity_update. I guess it would not show old items n the toggle but a script might be able to go through and update old items.