Add mute person option on profile actions?

Is there a way to add a mute action (blocking) alongside "follow" and "report" on people's profiles?

  • 333
  • More
Replies (1)
    • I copied the Mute Author action from Timeline to view actions for profiles. It shows up along with liking someone's profile. But how can I edit it to make it work to just mute the profile?

      Module: Timeline

      Set: bx_timeline_menu_item_actions_all

      Name: item-mute

      System Title: _bx_timeline_menu_item_title_system_item_mute

      Title: Mute Author

      Icon: user-slash

      Link: javascript:void(0)

      OnClick: javascript:{js_object_view}.muteAuthor(this, {content_id})

      Login or Join to comment.