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.

Remove Minus Reputation Button (phpBB3)

3 posters

Go down

Remove Minus Reputation Button (phpBB3) Empty Remove Minus Reputation Button (phpBB3)

Post by dotDavid Mon 12 Oct - 12:38

Hi,

Is there a way to remove the minus reputation button? I am using phpbb3 templates and I was hoping there would be an easy method.

Thanks.
dotDavid
dotDavid
Hyperactive

Male Posts : 2404
Reputation : 0
Language : English

https://help.forumotion.com/

Back to top Go down

Remove Minus Reputation Button (phpBB3) Empty Re: Remove Minus Reputation Button (phpBB3)

Post by Darren1 Mon 12 Oct - 12:40

Hello

David, you could just remove the "-" button from the "buttons" section the the colours menu, can you not?
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Remove Minus Reputation Button (phpBB3) Empty Re: Remove Minus Reputation Button (phpBB3)

Post by dotDavid Mon 12 Oct - 12:45

No, Darren. These are the reputation buttons ie. ACP > Modules > Reputation > Activate reputation system > Yes. These are not predefined "images", so it "may" be a coding job.
dotDavid
dotDavid
Hyperactive

Male Posts : 2404
Reputation : 0
Language : English

https://help.forumotion.com/

Back to top Go down

Remove Minus Reputation Button (phpBB3) Empty Re: Remove Minus Reputation Button (phpBB3)

Post by Darren1 Mon 12 Oct - 12:47

Have you tried doing it from the colours, as it worked for me.

But otherwise, if possible it's a CSS job Wink
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Remove Minus Reputation Button (phpBB3) Empty Re: Remove Minus Reputation Button (phpBB3)

Post by dotDavid Mon 12 Oct - 12:52

Colours? Shocked What part of colours did you go to? I can't seem to find anything related.
dotDavid
dotDavid
Hyperactive

Male Posts : 2404
Reputation : 0
Language : English

https://help.forumotion.com/

Back to top Go down

Remove Minus Reputation Button (phpBB3) Empty Re: Remove Minus Reputation Button (phpBB3)

Post by Darren1 Mon 12 Oct - 12:59

ouou I said colours? Embarassed Embarassed Embarassed Embarassed

I mean pics menu, under the "Buttons" option there is a "-", try to hide it
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Remove Minus Reputation Button (phpBB3) Empty Re: Remove Minus Reputation Button (phpBB3)

Post by dotDavid Mon 12 Oct - 13:14

Thats not for the reputation system. Its for minimizing tabs.
dotDavid
dotDavid
Hyperactive

Male Posts : 2404
Reputation : 0
Language : English

https://help.forumotion.com/

Back to top Go down

Remove Minus Reputation Button (phpBB3) Empty Re: Remove Minus Reputation Button (phpBB3)

Post by Garmar Wed 14 Oct - 5:05

You didn't specify if the reason was aesthetics or to prevent negative reputation being handed out. If the latter, you can change the values of neg rep in all of your forums to 0 in Reputation Management.
Garmar
Garmar
Forumember

Male Posts : 30
Reputation : 0
Language : english

Back to top Go down

Remove Minus Reputation Button (phpBB3) Empty Re: Remove Minus Reputation Button (phpBB3)

Post by dotDavid Wed 14 Oct - 5:06

Thats what I have done, but uses can still give out a negative reputation, and the bar turns red, which I do not want.
dotDavid
dotDavid
Hyperactive

Male Posts : 2404
Reputation : 0
Language : English

https://help.forumotion.com/

Back to top Go down

Remove Minus Reputation Button (phpBB3) Empty Re: Remove Minus Reputation Button (phpBB3)

Post by Guest Wed 14 Oct - 6:16

If you don't care about compatibility with Internet Explorer 6 or 7, you can remove the minus button through CSS. On phpBB3, the CSS rule would be:

Code:
.vote .vote-button a[href="*eval=minus"] {display: none ! important;}
IE6/IE7 will ignore this CSS rule, so those using IE6/IE7 would still see the minus button.

If IE6/IE7 compatibility is important to you, it will take some out-of-the-box programming to remove the minus button. I could do it, but I don't do out-of-the-box programming for free...
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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