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.
The forum of the forums
3 posters

    Removing negative reputation option

    avatar
    dotdotdot
    Forumember


    Posts : 78
    Reputation : 1
    Language : english

    Solved Removing negative reputation option

    Post by dotdotdot Fri Mar 30, 2012 10:26 am

    I've followed the tutorial for how to remove the negative reputation symbol from the forum (using this code below but it's made no difference at all.

    I also tried the other option where the + sign is replaced by a thumbs up and all it does is change both the + and the - signs into thumbs up.

    What am I doing wrong?

    / *-- Removal of negative voting button in messages --* /
    .vote .vote-button, .vote-no-bar {
    display:none;
    }
    .vote .vote-button:first-child {
    display:block;
    }

    I'm using phbb3 and the link to my site is in my profile on the left.

    Many thanks for your help.
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1411
    Reputation : 169
    Language : English
    Location : Bitcoin

    Solved Re: Removing negative reputation option

    Post by E-Mark Fri Mar 30, 2012 11:00 am

    EDIT: Refer my answer in my next post below ;3.


    Last edited by E-Mark on Fri Mar 30, 2012 11:24 am; edited 2 times in total
    avatar
    dotdotdot
    Forumember


    Posts : 78
    Reputation : 1
    Language : english

    Solved Re: Removing negative reputation option

    Post by dotdotdot Fri Mar 30, 2012 11:17 am

    To be honest, I wouldn't mind if both the + and - were gone from the site if that's the only option.

    How do I do that?

    The code I pasted in my first post has no affect on the forum at all: both the + and - signs remained after addint the code.
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1411
    Reputation : 169
    Language : English
    Location : Bitcoin

    Solved Re: Removing negative reputation option

    Post by E-Mark Fri Mar 30, 2012 11:23 am

    Oh im sorry. I get confused. HAHA!
    Actually it can be removed.

    Just remove this:
    Code:

    / *-- Removal of negative voting button in messages --* /

    So you should paste it only like this in the stylesheet:
    Code:

    .vote .vote-button, .vote-no-bar {
    display:none;
    }
    .vote .vote-button:first-child {
    display:block;
    }

    Sorry for misunderstanding Sad
    avatar
    dotdotdot
    Forumember


    Posts : 78
    Reputation : 1
    Language : english

    Solved Re: Removing negative reputation option

    Post by dotdotdot Fri Mar 30, 2012 1:25 pm

    Oh my God, you're a superstar! It worked! That code has removed the negative button and left the positive one.

    Wow, that'll be one happy forum now!

    Thank you very much!
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Removing negative reputation option

    Post by SLGray Fri Mar 30, 2012 1:38 pm

    Is this solved now?



    Removing negative reputation option Slgray10

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


    Posts : 78
    Reputation : 1
    Language : english

    Solved Re: Removing negative reputation option

    Post by dotdotdot Sat Mar 31, 2012 3:57 am

    Yes, many thanks.
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Removing negative reputation option

    Post by SLGray Sat Mar 31, 2012 4:02 am

    Topic Solved & Locked





    Removing negative reputation option Slgray10

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

      Current date/time is Sun Sep 22, 2024 10:29 pm