Posted by gerdami on 29 Nov 2009 09:48, last edited by GoVegan on 09 May 2010 05:46
Background
Wikidot members can customise their forum signatures via My account, My profile, Forum signature.
However,
8.2. Several users are complaining about the signature of one user, which is promoting a political ideology. The site admin asks the user to change his signature. [...]
Source: WCPG
Admin side
The admin of a site can append some CSS code to his/her custom theme
Hide all forum signatures
.signature{display:none !important;}
Hide pictures (only) in forum signatures
.signatureimg{display:none !important;}
Client side
If you don't want to see forum signatures from a wikidot site that you don't own, first get Stylish addons for Firefox, which lets you customise the way you see any website in the WWW.
The good things with Stylish:
- it's user's choice
- user can later enable/disable signatures with a single click
Click on the Stylish button, Write new style -> For wikidot.com… or For subdomain.wikidot.com… and add one of the following codes:
Hide all forum signatures from community.wikidot.com
@-moz-documentdomain("community.wikidot.com") {.signature{display:none !important;}}
Hide pictures (only) in forum signatures from any wikidot site
@-moz-documentdomain("wikidot.com") {.signatureimg{display:none !important;}}
References
Author
gerdami gerdami . Please visit his/her userPage.