HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

There is still Activity link on the side bar

It would be perfect that this plugin can also remove or hide the Activity link on the homepage side bar, so that this feature could be completely invisible.

Comments

  • R_JR_J Ex-Fanboy Munich Admin

    I did it all wrong. There is a more efficient way to achieve what I planned to achieve with that plugin.

    Basically you do not need a plugin at all. You only have to revoke the "Garden.Activity.View" permission for all views and add $Configuration['Garden'][Profile']['ShowActivities'] = false; to the /conf/config.php
    Since Vanilla admins always have all permissions, you cannot revoke that permission for admins. Therefore you should check your forum after those changes by visiting your forum as a guest.

    It might be needed to delete the files from /cache/Smarty/compiled

  • @R_J Actually that is also what I have done, and I found that the only part missing is the side bar link, in order to hide it from visitors completely. Probably what this plugin could do instead is to set it invisible through CSS?

Sign In or Register to comment.