Page 1 of 1

fixed width?

Posted: Mon May 12, 2008 11:07 am
by Del
did I just never notice or are the pages changed to fixed width? I have to scroll all the screenies, cant remember having to do that before...

Even a lowly 8x6 cap needs scrolling?

Re: fixed width?

Posted: Mon May 12, 2008 11:39 pm
by Supernova
If bandwidth is an issue I can sort that out :P

The theme is set at 1000 px wide, i'm not going to make it any wider.

I could add a custom upload to imageshack box with a little bit of tinkering, so you could post thumbnails if needed, or edit phpbb3's script to resize the images. Jase do you know if you have the imagemagick binaries on the server? let me guess, you don't? :P

Re: fixed width?

Posted: Tue May 13, 2008 12:25 am
by Del
nah, I was just wondering if I'd always seen scroll bars and not noticed them before, or if something had indeed changed.

Another tick in the dwindling sanity counter. Nice one

Re: fixed width?

Posted: Tue May 13, 2008 7:46 am
by Azrael
GO GO GREASEMONKEY

This also gets rid of the header, giving you EVEN MORE room for content. (Just get rid of the last line if you want the header)

Code: Select all

// ==UserScript==
// @name           Make It Bigger Damnit
// @namespace      asdfjkl
// @description    Makes Fester's forums bigger
// @include        http://festers.clanservers.com/*
// ==/UserScript==

GM_addStyle("#maintable { width: 100% !important; }")
GM_addStyle("#logorow { display: none !important; }")