need help for removing banned member 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.
5 posters

    need help for removing banned member

    Brian O'conner
    Brian O'conner
    Forumember


    Male Posts : 56
    Reputation : 1
    Language : English
    Location : Fast & Furious

    In progress need help for removing banned member

    Post by Brian O'conner January 13th 2015, 6:15 am


    hello i want to removing(hideden) banned members name from top posters list

    Derri
    Derri
    Helper
    Helper


    Male Posts : 8711
    Reputation : 638
    Language : English & Basic French
    Location : Scotland, United Kingdom

    In progress Re: need help for removing banned member

    Post by Derri January 13th 2015, 9:24 am

    Unfortunately you can't remove banned members from the top posters, because your forum still reads their post count levels. It might be possible with coding but I wouldn't know.

    I know this question was asked mid last year but I don't think a solution was found.
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    In progress Re: need help for removing banned member

    Post by _Twisted_Mods_ January 13th 2015, 9:32 am

    not sure if its same on punbb as phpbb3 but u can try this

    create a new script

    placement = either portal or all pages depending on where your widget is located

    replace 6001 with there user id#

    Code:
    $(function(){
    $('.module tbody tr td a[href="/u6001"]').parent().parent().remove();
    });
    Brian O'conner
    Brian O'conner
    Forumember


    Male Posts : 56
    Reputation : 1
    Language : English
    Location : Fast & Furious

    In progress Re: need help for removing banned member

    Post by Brian O'conner January 13th 2015, 10:36 am

    it is this code for javascript?

    confus please help

    i am use this code in javascript

    not work
    Mad Scientist
    Mad Scientist
    New Member


    Male Posts : 18
    Reputation : 2
    Language : English

    In progress Re: need help for removing banned member

    Post by Mad Scientist January 13th 2015, 10:47 am

    Hello @Brian O'conner,

    I think you can accomplish that by deleting the member totally (if deleting is okay with you). Then you just need to resynchronize your forum in:

    Administration Panel -> General -> Forum -> Configuration, check "Resynchronize your forum" and hit Save.

    This is not exactly what you asked for, but since you cannot do it otherwise, the cost to do it is to delete the member.

    Javascripts can hide the member from toplist, but in all forum statistics it will appear and be counted in which is not a complete solution.

    Brian O'conner
    Brian O'conner
    Forumember


    Male Posts : 56
    Reputation : 1
    Language : English
    Location : Fast & Furious

    In progress Re: need help for removing banned member

    Post by Brian O'conner January 13th 2015, 10:50 am

    I want Only Remove From Top Poster List Not From Froum
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    In progress Re: need help for removing banned member

    Post by _Twisted_Mods_ January 13th 2015, 11:10 am

    try this script.. your forum is setup kinda different

    Code:
    $(function(){
    $('#top_posters a[href="/u80"]').parent('li').css('display','none');
    });
    Brian O'conner
    Brian O'conner
    Forumember


    Male Posts : 56
    Reputation : 1
    Language : English
    Location : Fast & Furious

    In progress Re: need help for removing banned member

    Post by Brian O'conner January 13th 2015, 3:15 pm

    this code work okay but next member not showing in top poster list
    Brian O'conner
    Brian O'conner
    Forumember


    Male Posts : 56
    Reputation : 1
    Language : English
    Location : Fast & Furious

    In progress Re: need help for removing banned member

    Post by Brian O'conner January 14th 2015, 3:52 pm

    bump
    Brian O'conner
    Brian O'conner
    Forumember


    Male Posts : 56
    Reputation : 1
    Language : English
    Location : Fast & Furious

    In progress Re: need help for removing banned member

    Post by Brian O'conner January 15th 2015, 4:42 pm

    bump
    Brian O'conner
    Brian O'conner
    Forumember


    Male Posts : 56
    Reputation : 1
    Language : English
    Location : Fast & Furious

    In progress Re: need help for removing banned member

    Post by Brian O'conner January 17th 2015, 10:58 am

    bump css king

    help please
    Brian O'conner
    Brian O'conner
    Forumember


    Male Posts : 56
    Reputation : 1
    Language : English
    Location : Fast & Furious

    In progress Re: need help for removing banned member

    Post by Brian O'conner January 18th 2015, 3:15 pm

    bump
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    In progress Re: need help for removing banned member

    Post by _Twisted_Mods_ January 18th 2015, 8:05 pm

    theirs no way to make the next member show
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51489
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: need help for removing banned member

    Post by SLGray January 21st 2015, 9:36 pm

    Garbage since member is ban.



    need help for removing banned member Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.