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.

Removing negative reputation option

3 posters

Go down

Solved Removing negative reputation option

Post by dotdotdot March 30th 2012, 5:26 pm

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.
avatar
dotdotdot
Forumember

Posts : 78
Reputation : 1
Language : english

http://www.clooneysopenhouse.com

Back to top Go down

Solved Re: Removing negative reputation option

Post by E-Mark March 30th 2012, 6:00 pm

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


Last edited by E-Mark on March 30th 2012, 6:24 pm; edited 2 times in total
E-Mark
E-Mark
Active Poster

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

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Removing negative reputation option

Post by dotdotdot March 30th 2012, 6:17 pm

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.
avatar
dotdotdot
Forumember

Posts : 78
Reputation : 1
Language : english

http://www.clooneysopenhouse.com

Back to top Go down

Solved Re: Removing negative reputation option

Post by E-Mark March 30th 2012, 6:23 pm

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
E-Mark
E-Mark
Active Poster

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

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Removing negative reputation option

Post by dotdotdot March 30th 2012, 8: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!
avatar
dotdotdot
Forumember

Posts : 78
Reputation : 1
Language : english

http://www.clooneysopenhouse.com

Back to top Go down

Solved Re: Removing negative reputation option

Post by SLGray March 30th 2012, 8: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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51567
Reputation : 3525
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Removing negative reputation option

Post by dotdotdot March 31st 2012, 10:57 am

Yes, many thanks.
avatar
dotdotdot
Forumember

Posts : 78
Reputation : 1
Language : english

http://www.clooneysopenhouse.com

Back to top Go down

Solved Re: Removing negative reputation option

Post by SLGray March 31st 2012, 11: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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51567
Reputation : 3525
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum