Riverdashboard: hide some Content

Hi!

Is it possible to hide some actions from the River like:

  • "has changed their Profile"
  • "upload a new Picture!
  • "is now friends with"

Where can I change the Code for that?

Thank you all in advance!!

  • The function that generates these is add_to_river() and it is called in action files.  You'll need to remove those calls from the action files to prevent those river items from showing up.  The best way to do this is to copy the actions to a new plugin and then edit them.  This will make sure that you can easily upgrade to new versions but keep your changes.