Completely hide posts by banned members? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    Completely hide posts by banned members?

    silvering8
    silvering8
    New Member


    Posts : 11
    Reputation : 1
    Language : English

    In progress Completely hide posts by banned members?

    Post by silvering8 May 10th 2017, 1:13 am

    Hello!

    Is there any way we can completely hide the posts of banned members so that other members cannot see them anymore?

    It's impossible to delete them, but every time we have to ban someone, we have to explain to other members, even though we have set up clear rules members accept to abide by when registering to the forum.

    Thanks in advance!
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    In progress Re: Completely hide posts by banned members?

    Post by Draxion May 10th 2017, 1:51 am

    HI there,

    Do you mean not see them permanently or just not see them unless they click on something to display it?
    Legionheart
    Legionheart
    Helper
    Helper


    Male Posts : 721
    Reputation : 111
    Language : English
    Location : San Venganza

    In progress Re: Completely hide posts by banned members?

    Post by Legionheart May 10th 2017, 2:01 am

    Hello @silvering8.
    You can do this by creating a basket forum and make it visible to staff only. Using this method you will have to send every message one by one of each banned member to it. However, there is another option to what you want to achieve. It is possible to remove the messages of a member using this HTML: Click Here

    Hopefully this will help you with you message removals.
    silvering8
    silvering8
    New Member


    Posts : 11
    Reputation : 1
    Language : English

    In progress Re: Completely hide posts by banned members?

    Post by silvering8 May 10th 2017, 10:15 am

    Hi Draxion,

    I don't mind seeing them, as an admin, but I was wondering if there is a way to make completely invisible for the other members the line saying "This member is banned - See the message", in order to avoid having to answer to any random member why we had to do it. Sometimes it feels like we can't even moderate the forum and we have to answer for everything (even though there are clear rules, substantiated by international, American and European Law).


    Hi Legionheart,

    we will try both options and notify you how it goes.

    Thank you both for the answers!



    silvering8
    silvering8
    New Member


    Posts : 11
    Reputation : 1
    Language : English

    In progress Re: Completely hide posts by banned members?

    Post by silvering8 May 10th 2017, 11:17 am

    @Legionheart,

    I followed the second option. The code worked just fine. It now carries me to a page with an empty field, where I suppose I put a member's name in, and a click button saying "Delete all messages".

    It's nice to have this option - however, we will still have to decide whether we want to delete all messages written by a member, but that's an administration issue.

    Thanks again! Very Happy
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19341
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: Completely hide posts by banned members?

    Post by Ape May 10th 2017, 7:02 pm

    There is a setting in your ACP that hides the posts made by the banned member but it has text that you click to see the posts for all members.
    looks like :
    Completely hide posts by banned members? Captur65

    if that is any help you can do the following:

    ACP >> General Tab >> Messages and e-mails >> Configuration "scroll right to the bottom of the page " >> Hide messages from banned members : YES

    Now i made a code to hide the link that members press to see the thread but it will show this still
    Completely hide posts by banned members? Captur64

    This code only works for version phpBB3 "Not tested on other forum version's Sorry"
    Place this in your CSS files:
    Code:
    .togglableMsgLabel{
    visibility: hidden !important;
    }



    Completely hide posts by banned members? Left1212Completely hide posts by banned members? Center11Completely hide posts by banned members? Right112
    Completely hide posts by banned members? Ape_b110
    Completely hide posts by banned members? Ape1010