I've added a new class to the style files like you recommended. The class is named puntitle and by default looks like this:

.puntitle {
    font-size: 14px;
    font-weight: bold
}

I've also changed the template files so that the title uses this class. The changes are made for PunBB 1.1.

If you have any other good suggestions for the css stuff, I'd be glad to hear it.

Edit: Oh, and by the way. The additions since the last version look good. Perhaps you should mention something about the image that has to be created for styles? About it being a PNG and what size etc.

I know a few things you have missed. In ru_common.php:

'Submit'                =>    'Submit',    // "name" of submit buttons
and
'register'                =>  'register',

In ru_login.php:

'Forget mail 2'            =>    'Hello',    // as in "Hello someuser"

In ru_profile.php:

'Change mail 2'                =>    'Hello', // as in "Hello $username"

And then in ru_topic.php:

'Report'            =>    'Report',//'Îò÷åò',

Perhaps you haven't forgotten these and just not translated them.

7,553

(8 replies, posted in PunBB 1.2 show off)

Try wrapping everything below the header in a table with:

style="width: 97%; margin: auto"

7,554

(2 replies, posted in Feature requests)

Yeah, I was planning on doing something like that.

7,555

(8 replies, posted in PunBB 1.2 show off)

Nice! You should modify the template files so that you get the logo and stuff at the top. That would make it even better :)

7,556

(8 replies, posted in General discussion)

Hmm, I can't really see what's better about that layout than the current one. It's also very similar to the one we have now.

Am I missing something?

7,557

(16 replies, posted in Feature requests)

Quakenet - #punbb

7,558

(5 replies, posted in PunBB 1.2 bug reports)

What the hell? I must have missed that. I'll fix it in the next version. Until then, you will have to edit the scripts.

ps21 wrote:

Off topic, this is really a suggestion rather than anything else. Wouldn't it be a good idea to make the board name a separate style. What I have done is to create a class which is .boarditle{} in the stylesheet and then change the relevant part of the main template. Doing it this way means users could for example have a 24px board name in bright organge if they wanted to without messing up anything else.

Maybe that's a good idea. I'll think about it.

7,560

(5 replies, posted in PunBB 1.2 bug reports)

Well, those things are in the language files. I guess azh (who did the translation) just forgot to translate them. You are welcome to download the lang pack, fix it, and then e-mail it to me again.

7,561

(5 replies, posted in PunBB 1.2 bug reports)

Hmm, I'm not sure what you mean. Could you give me an example except for the admin interface and install script where there is "untranslated" text?

7,562

(5 replies, posted in Archive)

Hmm, ok. But in _this_ forum it's not possible to post russian subject? Well, it is, but they can only be very short. I used babelfish to translate his first message in this topic and it appears as if he was having problems posting a russian topic in this forum. The problem only appears when not using the correct encoding though.

7,563

(8 replies, posted in General discussion)

Make: Yeah, what if I had just decided to use phpBB or some other board? We are here to reinvent the wheel, remember? :)

7,564

(37 replies, posted in PunBB 1.2 bug reports)

Perhaps you could try something for me? I don't know if you removed PunBB already or if you still have it installed. If you do, open up include/common.php and find:

$today = date($options['date_format'], $now);
$yesterday = date($options['date_format'], $now-86400);

Replace it with

$today = date($options['date_format'], $now+($diff*3600));
$yesterday = date($options['date_format'], $now+($diff*3600)-86400);

This is not a permanent fix. I just want to check if it resolves your problem.

Awesome! This could be very useful. Keep up the good work!

Also, please note that this only applies to moderats and admins. Regular users are not affected by the referer check.

The end ?> is optional.

And we'll see about ICQ. If you so desperately want to talk to me I am almost always on IRC.

You're right. I will add it to the TODO list.

7,569

(5 replies, posted in Feature requests)

Yeah, I can see you're hoping to see a lot of things in the next version :/

7,570

(10 replies, posted in Feature requests)

Wooty: PunBB used to have subject for every post, but I had a poll about it and we came to the conclusion that is was completetly useless. When you start a new topic, you enter the subject for the discussion. Why would you want to change the subject later in the same topic? It doesn't make sense.

7,571

(2 replies, posted in Feature requests)

1. Yeah, that would be nice. However, I don't feel it's a feature for PunBB. It's something you would see in vBulletin or in Invision Board.

2. If you just want to remove the shawods/hightlights you can edit the CSS definitions for "INPUT, SELECT". PunBB doesn't have one class for each form element type specifically, but it does redefine INPUT, SELECT and TEXTAREA.

7,572

(8 replies, posted in General discussion)

After I wrote that, I actually hesitated for a second, but then I looked it up and what I said was correct. The GPL FAQ states:

Does the GPL require that source code of modified versions be posted to the public?

The GPL does not require you to release your modified version. You are free to make modifications and use them privately, without ever releasing them. This applies to organizations (including companies), too; an organization can make a modified version and use it internally without ever releasing it outside the organization.

But if you release the modified version to the public in some way, the GPL requires you to make the modified source code available to the program's users, under the GPL.

Thus, the GPL gives permission to release the modified program in certain ways, and not in other ways; but the decision of whether to release it is up to you.

7,573

(5 replies, posted in Archive)

If you understand english:

Check out admin/permissions and epecially "All caps message" and "All caps subject".

Posting subjects in russian is a problem here, I know. I'm working on it.

7,574

(5 replies, posted in PunBB 1.2 troubleshooting)

No, he told me the other day that he was laying low with his converter since you were already on it :)

7,575

(8 replies, posted in General discussion)

The GPL only applies if you release the code.