You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 303 of 354)
Topics by Rickard User defined search
Posts found: 7,551 to 7,575 of 8,829
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.
Try wrapping everything below the header in a table with:
style="width: 97%; margin: auto"
Yeah, I was planning on doing something like that.
Nice! You should modify the template files so that you get the logo and stuff at the top. That would make it even better :)
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?
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.
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.
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?
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.
Make: Yeah, what if I had just decided to use phpBB or some other board? We are here to reinvent the wheel, remember? :)
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.
Yeah, I can see you're hoping to see a lot of things in the next version :/
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.
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.
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.
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.
No, he told me the other day that he was laying low with his converter since you were already on it :)
The GPL only applies if you release the code.
Posts found: 7,551 to 7,575 of 8,829