PDA

View Full Version : Removing Reputation from post bit


soeit
02-20-2014, 01:12 PM
We don't wish to have reputations for users on our forums.

We want everybody to be on a level playing field.

How do you remove the reputation marks (grey bars) on the post bit background of a post?

I've managed to disable them but its an eye-sore on the posting.

Many Thanks
Tom

Seven Skins
02-20-2014, 03:10 PM
Put this in css_additional.css template

.b-meter {
display: none;
}

soeit
02-20-2014, 04:57 PM
Thank you very much!

Lynne
02-20-2014, 05:09 PM
If you turn off the reputation system, then the reputation bars would be gone also. (It sounds like you don't want to use it?)

soeit
02-20-2014, 05:24 PM
I thought I had turned it off within the settings but it is still showing on the members list, even though its greyed out.

Mark.B
02-20-2014, 05:25 PM
If you turn off the reputation system, then the reputation bars would be gone also. (It sounds like you don't want to use it?)
That works but it also leaves a big gap where the bars should be so I also tend to go with the css option where this is needed.

You only notice the gap in terms of the postbit stretching way longer than it ought to be. Took me a while to work out why.

Might log a bug for this, though it's really minor and cosmetic.

Lynne
02-20-2014, 05:32 PM
Check AdminCP > Settings > Options > user profile options > enabled user profile features and make sure it isn't checked there. Then also check all Usergroup Manager > edit usergroups and make sure it isn't turned on for any usergroups.

clarknovak
09-17-2019, 02:03 PM
I should like to mention that this still works in vB5.5.4 . Many thanks!

Put this in css_additional.css template

.b-meter {
display: none;
}