Remove Negative Votes From Statistics
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Remove Negative Votes From Statistics
Greetings everyone,
As the topic's title reads, I wish to remove the "Negative votes" located In the Statistics Tab of the user profile. This applies to both "Negative votes received" & "Negative votes given".
I have Implemented a Likes functionality, whereby the Negative feature Is not enabled In posts.
Here's a pic:

I'm running phpBB3.
Thanks In advance for all help given.
As the topic's title reads, I wish to remove the "Negative votes" located In the Statistics Tab of the user profile. This applies to both "Negative votes received" & "Negative votes given".
I have Implemented a Likes functionality, whereby the Negative feature Is not enabled In posts.
Here's a pic:

I'm running phpBB3.
Thanks In advance for all help given.
Last edited by inallsorts on December 24th 2014, 12:39 pm; edited 1 time in total
inallsorts- Forumember
- Posts : 246
Reputation : 8
Language : English
Re: Remove Negative Votes From Statistics
Hello @inallsorts,
Go to Administration Panel > Modules > JavaScript codes management > Create a new script
Title : Your choice
Placement : In all the pages
Paste the code below and submit :
Go to Administration Panel > Modules > JavaScript codes management > Create a new script
Title : Your choice
Placement : In all the pages
Paste the code below and submit :
- Code:
/\/u\d+stats/.test(window.location.pathname) && $(function() { $('.stats-field.genmed li:contains(Negative votes)').remove() });
Re: Remove Negative Votes From Statistics
@Ange Tuteur wrote:Hello @inallsorts,
Go to Administration Panel > Modules > JavaScript codes management > Create a new script
Title : Your choice
Placement : In all the pages
Paste the code below and submit :
- Code:
/\/u\d+stats/.test(window.location.pathname) && $(function() { $('.stats-field.genmed li:contains(Negative votes)').remove() });
Once again, absolutely perfect Ange. Of course, I didn't expect anything less.
Thank you kindly.
/Topic.
inallsorts- Forumember
- Posts : 246
Reputation : 8
Language : English
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum