BuddyDev

Search

[Resolved] Moderator "Report" link in galleries

  • Participant
    Level: Master
    Posts: 279
    Richard Foley on #12529

    When I open a MediaPress gallery, (and the MediaModerator plugin is active), every image gets a “Report” button under it. It would be good to have a switch under settings to decide whether to show the report button under:

    1) single images only, or

    2) under every single image within the gallery view, or

    3) both.

    Low priority feature request.

  • Participant
    Level: Master
    Posts: 279
    Richard Foley on #12544

    ok, so I’ve short-term done it with the following CSS.

    
    .mpp-g .mpp-moderation-report-btn {
    	display:none;
    }
    

    I’m sure there’s a better way to do this, (using a settings option would stop the html from even being loaded which would be an improvement of course), but in the meantime…

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #12566

    Hi Richard,
    Thank you for the suggestion. It’s a nice enhancement.
    I missed it otherwise would have included in 1.0.4.

    It will be part of 1.0.5.

    Thank you
    Brajesh

You must be logged in to reply to this topic.

This topic is: resolved