kovenant wrote:When the signature is larger the the message itself it is anoying.
Plus you cant go to the forum due to gifs in signature eating up bandwith.
Noone in their good mind would put a gif as a signature
If bandwidth is an issue, you can remove all signatures from this page:
http://forum.nostalrius.org/ucp.php?i=prefs&mode=viewFor the size issue, if you're using Firefox you can add this line to your userContent.css:
- Code: Select all
@-moz-document domain(forum.nostalrius.org){ div.postbody > div.signature { max-height:150px; overflow:hidden; }}
This will crop all signatures to 150px for you.
The userContent.css file can be found here:
windows: %appdata%\Mozilla\Firefox\Profiles\<random letters and numbers>.default\chrome
linux: /home/<username>/.mozilla/firefox/<random letters and numbers>.default/chrome