Community Central
Register
Community Central
This Forum has been archived
Forums: Admin Central Index General Questions Is there a way to hide the number of edits one has made on a wiki?
Central's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Note: This topic has been unedited for 4030 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.


No.--PedroM 10:05, February 21, 2013 (UTC)

You can't hide them directly. It's however possible lay-out sided by using css.

This css example hide the number of edits on the pages (didn't test this but normaly should work, I'm not sure if this will also hide the other elements of the tally):

DIV.tally {display: none !important}

Other tally:

  • Main and user edits: DIV.tally
  • Images: DIV.tally.counter


Note: The only way to hide this for one user is by using js to hide the css tag only for that specific page.
Note2: It's not possible to hide them on the Special:ListUsers.

--Jens Ingels (talk) 22:33, February 24, 2013 (UTC)

You forgot to mention that by the TOU you may use this only to hide the edit count from nobody but yourself.--PedroM 10:15, March 1, 2013 (UTC)