Page 1 of 1

Forums question

Posted: Thu May 14, 2015 5:02 pm
by cbarrett
Is there a forum setting where i can disable the background images? Nothing says "Hey I'm screwing around at work" more than a picture of a dragon in my browser window.

Re: Forums question

Posted: Thu May 14, 2015 5:13 pm
by Noren
lol I'm in the same boat. AFAIK you can only block images within messages (attachments & signatures) via user control panel. Would prob need a browser extension to block the background image for the boards themselves. In short, idk!

Re: Forums question

Posted: Thu May 14, 2015 5:19 pm
by antihero
cbarrett wrote:Is there a forum setting where i can disable the background images? Nothing says "Hey I'm screwing around at work" more than a picture of a dragon in my browser window.


Lol awesome!

Re: Forums question

Posted: Thu May 14, 2015 9:06 pm
by Skeletora
Hey guys, if you use the web developer tool bar extension with Firefox, you can just right click a web page, go to "web developer" menu -> images - disable all images

Or you can save a css file locally on your own PC, and turn off the background image that way. User/browser stylesheets will always override server supplied ones.

"when using Firefox, you can put your custom CSS into the userContent.css file on your own computer. That file is located in the chrome folder of your Firefox profile. Provided you include the ‘!important‘ directive, the CSS in this file will override the CSS applied by the designer of the web page."

Regards Skele