Banned users 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

    Banned users

    avatar
    uJhisper
    Forumember


    Posts : 135
    Reputation : 2
    Language : english

    Solved Banned users

    Post by uJhisper January 2nd 2012, 9:16 pm

    How can you put a strike thught user'snames who members have been banned
    I.E uJhisper
    any help is appreciated


    Last edited by uJhisper on January 10th 2012, 3:27 am; edited 1 time in total
    avatar
    uJhisper
    Forumember


    Posts : 135
    Reputation : 2
    Language : english

    Solved Re: Banned users

    Post by uJhisper January 2nd 2012, 9:43 pm

    BUMP bwi
    avatar
    Guest
    Guest


    Solved Re: Banned users

    Post by Guest January 2nd 2012, 10:44 pm

    Add to your CSS Stylesheet:
    Code:
    a[href="/userLINK"]{
    text-decoration: line-through !important;
    }
    Replace userLINK to user id, for example on this forum my page is: https://help.forumotion.com/u71325 and id is 71325 so the code for my username will be:
    Code:
    a[href="/u71325"]{
    text-decoration: line-through !important;
    }
    Do dublicate with all banned members. Smile
    Base
    Base
    Forumaster


    Male Posts : 10383
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: Banned users

    Post by Base January 3rd 2012, 5:46 pm

    uJhisper:

    Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead.

    There is no automatic way of doing this. Gassy has provided you with the manual way to do this, however this may not be ideal if there are a lot of banned members. Smile
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: Banned users

    Post by kirk January 3rd 2012, 7:02 pm

    i think it would be better to just have a banned image/icon that shows.
    If you are getting a lot of people you have to ban, then it would not be worth having to do this every time for each member.
    avatar
    uJhisper
    Forumember


    Posts : 135
    Reputation : 2
    Language : english

    Solved Re: Banned users

    Post by uJhisper January 10th 2012, 3:22 am

    Solved
    Make a Banned user rank in rank administration make sat as special make the name
    Code:
    <s>Banned</s>
    and its done!

    Credits:
    uJhisper
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Banned users

    Post by SLGray January 10th 2012, 4:01 am

    Topic Solved & Locked