I don't know about the problems you are talking about, but I have a PM mod running on my v1.2.14 PunBB board (which I upgrade manually through diffs, since 1.2.10/11, I think). Maybe you should try an earlier version, install the mod, and upgrade PunBB. Maybe the problems you're having aren't really relevant, and can be avoided 'properly' by following this procedure.

2

(6 replies, posted in PunBB 1.2 show off)

Bodram wrote:

Assuming that all people like the same color lvl's, brithness and contrast is just wrong .... *Some''Most* people just like there screen settings to be what you call *Badly configured*. (lets be a bit silly ... you are saying: I order everyone to where a uniform, have blue eye's and blond hear ... If they don't ... *Bang* ...)

Well, I'm flattered with the comparison, really... You say it yourself, by the way; "during the day I set my screen a *bit* brighter". With 'badly configured', as you name it, I mean that things are set up in such a way that my website isn't the only one with which you'll have problems reading it. You can't expect éverybody to use only black on white, because it is readably on évery monitor?

Bodram wrote:

Personly I love the color setup, in general I'm sure *Most People* will dislike it ...

Could be, but the thing is that the style is now how the band likes it. "v1.0" of the layout was múch lighter, and had better readability, but it was not dark enough for a certain person in that band (yay!). After mány changes, nothing is left from the original, and I'm trying to make the best I can from the black/grey combination.

hsl wrote:

this is the punbb config of a friend of mine, it also has a dark cloud hanging over it, but it's a whole lot better to read.

The only problem is that I still don't have access to any of the header development files. As for now, I'm obliged to use the one you see now. Maybe if I can get my hands on the original scan of the logo that I can do something with it, but for now I  ceased asking for it, as I just don't get any response... Thanks for the link though, it shows indeed what a 'lighter' header can do to the layout smile.

3

(6 replies, posted in PunBB 1.2 show off)

Dr.Jeckyl wrote:

it's hard to read as i'm sure you know.

Well, yes and no; indeed, the colours are something I was doubting about in the past (and even now, still), as I noticed that on some badly configured monitors it is hardly readable. I try to take everybody into account by keeping myself to the web standards and tweaking the design to be decent in all browsers (PunBB is already compliant and decent in every browser, yay! smile), but what I will nót do, is changing the colours because some people don't know how to configure their monitor... The forum is *perfectly* readable on every monitor I have here (from ~11 years old CRT's to my 1 year old TFT), with modest brightness etc.

Btw, if I really was sure that the combination of colours was not visible on most monitors, I just wouldn't use it, don't you think? I'll keep it in mind, though I find it a bit odd that you guys are the first to complain about it.

4

(6 replies, posted in PunBB 1.2 show off)

It's been up for some time now, since I haven't changed anything to the layout in a while I thought that it should be 'ready' to post it here. I present to you (with a modest deal of pride);

http://forum.fangorn.be/

Totally going along with the 'fight against bloat' wink. A very minimalistic, black/grey style, in total (read: as 'total' as I could get it) harmony with the website itself. Using a banner instead of some text took me a while, especially to get it XHTML compliant (ánd in 'coherence' with the banner on the website). The only visual 'distinctions' of the forum's index are the grey menu- and category-bars, the rest should be obvious by some sort of optical 'illusion' caused by the layout of the text itself. Imo it looked better than when I was playing around with border- and background colors. Minimalistic, as I said earlier. But I surely had my work with it...

Btw; you may notice that there isn't much activity in the public section, but the private section is doing véry well atm smile. So no, the layout isn't scaring any visitors, as far as I know wink.

5

(62 replies, posted in News)

Better late than never, eh? smile Congrats to the team! And congrats to Rickard, for sticking it out on his own (well, see your own newspost for the nuances on this one)  for such a long time wink. I was just wondering how he could actually manage all this on his own...

6

(9 replies, posted in PunBB 1.2 bug reports)

Connorhd wrote:

It actually being valid has nothing to do with it, we want to be able to put a "Valid CSS" icon on our sites to show off tongue

Most of the websites that I come across that have such an icon are nót valid, and vice versa.

My bad, I thought it was more logical to add something anyhow...

7

(9 replies, posted in PunBB 1.2 bug reports)

Nibbler(cpg) wrote:

http://www.w3.org/Bugs/Public/show_bug.cgi?id=2272

You could set the line-height to 0.0 as a workaround I expect.

My apologies for dragging up this old thread, but I would like to suggest an addition to this solution. Instead of converting all the values to 0.0 you can also add 'px' to them;

.pun .clearer, .pun .nosize {
    HEIGHT: 0px;
    WIDTH: 0px;
    LINE-HEIGHT: 0px;
    FONT-SIZE: 0px;
    OVERFLOW: hidden
}

base.css, line 23 to 29

I think it would be worth it if either one of these solutions would be adapted in the PunBB package, since it is the only CSS error that the standard theme contains. If corrected, PunBB('s Oxygen) will validate as fully Strict XHTML 1.0 and CSS - which simply ís something nice for the developers to brag about, imo wink.