Removing negative reputation option
3 posters
Page 1 of 1
Removing negative reputation option
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?
I'm using phbb3 and the link to my site is in my profile on the left.
Many thanks for your help.
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.
Re: Removing negative reputation option
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
Re: Removing negative reputation option
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.
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.
Re: Removing negative reputation option
Oh im sorry. I get confused. HAHA!
Actually it can be removed.
Just remove this:
So you should paste it only like this in the stylesheet:
Sorry for misunderstanding
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
Re: Removing negative reputation option
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!
Wow, that'll be one happy forum now!
Thank you very much!
Re: Removing negative reputation option
Is this solved now?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Removing negative reputation option
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» trying to add negative
» I want positive and negative evaluation code
» Remove negative votes
» Remove Negative Votes From Statistics
» Remove negative votes for posts
» I want positive and negative evaluation code
» Remove negative votes
» Remove Negative Votes From Statistics
» Remove negative votes for posts
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum