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 October 12th 2009, 11:38 am

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 October 12th 2009, 11:40 am

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 October 12th 2009, 11:45 am

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 October 12th 2009, 11:47 am

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 October 12th 2009, 11:52 am

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 October 12th 2009, 11:59 am

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 October 12th 2009, 12:14 pm

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 October 14th 2009, 4:05 am

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 October 14th 2009, 4:06 am

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 October 14th 2009, 5:16 am

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