Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Unable to see Reactions in the Activity Page (Hosted Version)*

edited January 2013 in Vanilla 2.0 - 2.8

Hello,

Is there a way to see who posted reactions on someone's activity? Lately, there has been a lot of trolling and flagging for no good reason on the activity page. It is hard to moderate the forums because you can't see who is spamming these flags/disagress/other negative reactions.

We have a forum full of kids who play our game and reactions are important to them and I want to see who is doing these things.

http://battlebears.vanillaforums.com/

Thanks.

Comments

  • Options
    KasperKasper Scholar of the Bits Copenhagen Vanilla Staff
    edited January 2013

    Reactions to activity items are still anonymous. If you want, you can circumvent it by hiding the reactions menu in the activity section:

    .Section-ActivityList .Reactions {
        display: none;
    }
    

    Add this snippet to the CSS tab found in the Customize Theme section of your dashboard.

    P.S.: Just thought I'd let you know that this forum primarily deals with the OS version of Vanilla. For official Vanilla support, go to http://vanillaforums.com/help

    Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub

Sign In or Register to comment.