Remove animated signatures from xenforo.com

Slavik

XenForo moderator
Staff member
As title.

I like to read others signatures, but there are a couple of extremely irritating animated ones currently knocking about.

Can you please remove the ability to put animated images into signatures here :)

//Slav
 
I tend to disable signatures on any forum which allows either images or animated images in signatures. IMO only text should be allowed, but that's me.
 
I have this in EXTRA.css on my site.

Code:
.signature .bbCodeBlock,
.signature .bbCodeImage {
display: none !important;
}
 
I have this in EXTRA.css on my site.

Code:
.signature .bbCodeBlock,
.signature .bbCodeImage {
display: none !important;
}

Just to confirm - this removes the ability to add images to sigs (or disables the display of them)?
 
Just to confirm - this removes the ability to add images to sigs (or disables the display of them)?

It doesn't remove the ability to add them through your profile, but it disables the appearance of images entirely by using the display:none attribute in CSS.
 
LOL the XF sig situation outa controll, I think when a sig is so big XF tells me to click to view the full sized version than maybe the sig is TOO BIG ?

Screen Shot 2011-10-08 at 2.26.44 AM.webp
 
Top Bottom