Yes, it needs to be updated somewhat. I believe ps21 is working on it.
Here's the old one: http://punbb.org/download/museum/sg-1.0.1.zip
You are not logged in. Please login or register.
PunBB Forums → Posts by Rickard
Yes, it needs to be updated somewhat. I believe ps21 is working on it.
Here's the old one: http://punbb.org/download/museum/sg-1.0.1.zip
You can download the mod from the PunBB Resource (where all PunBB mods are located).
Nice. I will upload your lang pack shortly.
You are also correct about the template. I'll fix it for 1.1.1. Thanks :)
Very nice. I'll upload your language pack to punbb.org. I have two questions on the translation though:
1. The translation for 'Actions' in hu_common.php is missing. Is that on purpose?
2. The correct locale string for hungarian in Windows NT is actually "hungarian" or "hun". At least according to this document. Am I wrong?
I will wait for your answer on this before I post the translation.
Nope.
Anyone knows how a CSS-base layout looks in browsers available on the unix platform?
NS, Mozilla, FB, Opera, Konqueror
and text-based browsers like
Lynx, Links, Arena, w3
?Cuz Pun is a good forum suited for text-based browsers due to it's simplicity and lightweightness.
NS, Moz/FB and Opera should be no different than their Windows versions. I have no idea bout Konqueror and I'm not sure about text based browsers. I know PunBB is quite nice in links as it is now.
Open up header.php, goto line 185 (after "ob_start();"). Insert:
include_once $pun_root.'include/parser.php';
Then a few line down, replace
<?php echo $pun_config['o_announcement_message'] ?><br><br>
with
<?php echo parse_message($pun_config['o_announcement_message'], 1) ?><br><br>
Then, you have to search all files for the string:
require $pun_root.'include/parser.php';
and replace it with
require_once $pun_root.'include/parser.php';
The files you need to search in are delete.php, edit.php, help.php, moderate.php, post.php (2 places), profile.php (2 places) and viewtopic.php.
It was a bit more tedious than I had first expected, but I'm sure you can handle it :)
I'm at school now, but give me a minute.
So, it's either Use box model hack to give IE5 and 5.5 different values for width, or use a background image which might or might not make it harder for people to customize the forums ... if they really wanted to customize the forums, they'd use their own background image, possibly, but ? hrmm. I haven't given up, I've just found thousands of ways that don't work ...
It's your call. I think I would prefer not having anything more than the style sheet to customize, but if it can't be done without the background image, it can't :)
I thought of another possible problem. Quite often, I hide/show a column in a table depending on whether a certain feature is enabled or not and whether the user is an admin/mod or not. Won't this be a problem?
Well, there is no dutch language pack for PunBB 1.1. You are more than welcome to update the 1.0.1 pack to work with 1.1 though. I was planning on writing some documentation on how to do this, but if you download the dutch pack for 1.0.1 and compare it to the english pack included with 1.1, I'm sure you will see what's missing.
I just received word from Jules Vo-Dinh that he and Denis Labat have started up a support site for PunBB in French. Nice work guys! Check out PunBB en français.
Well, I guess it's possible. I don't perticularily like the idea of allowing both HTML and BBCode though. If you want the field to be HTML, then a regular line break \n should not be converted into <br />. However, if the field can contain BBCode, it feels more like a regular post and then the forum should convert line breaks into <br />.
But, if you want to do it yourself, it's quite easy. If you want to, I can describe how.
In the end I can't see Kennel doing this any time soon with all the other features he's got to work into punBB. Like for instance changing how permissions are set for users and forums, should be all done from the admin panel. But the users permissions could still be done from their profile.
I don't have any internal priority for the things to do for PunBB 1.2. A possible redesign is just as important as the other things. Also, "changing how permissions are set for users and forums" is not something I remember putting on my todo list :) Did I tell you that I was going to do that?
Back to the matter in hand, with all this CSS and do this and do that I can see the skinning of this board being more complicated than before. AND you mention skinning with any PHP knowledge, for a start you don't need to edit any PHP code to skin your board!
Skinning in terms of changing colors will be just a simple as now. Skinning in terms of actually changing the layout will be much easier and will not require editing PHP code (as it does today).
Yeah, it's a bug. I know of it already :)
That's an option. However, I fear that modding discussions will pop up here anyway.
Splitting the css files up into one for colors and one for "framework" seems like a good idea.
When I read what the two of you are discussing, I realize that my knowledge in the "art of webdesign" is severly limited. I really appreciate having knowledgable fellas like you to help out with this part of PunBB. Just so you know :)
CSpotkill: You've now been working on the topic view. Will it not be an enormous job to also do all the other pages? I mean, with this kind of design, the actual HTML only describes what content is to be displayed and hardly anything about how it will be displayed. There are a large variety of pages in PunBB (not to mention the admin interface).
I agree. The fact that I have yet to assign any moderators here at punbb.org makes the column useless (to say the least).
Do you mean that the column should be removed completely or do you mean that it should be removed only if there are no moderators assigned?
Nope, you did right.
Regarding centering, see ps21's post here: http://punbb.org/forums/viewtopic.php?id=3100
Sure. You have to edit index.php though.
ps21: I only wanted CSpotkill to make it look like the current table based design to prove to me that it can in fact be done. There is nothing that says we can't change the appearance to something more suited a completely CSS based design if we choose to switch to that.
The layout you proposed is an alternative. However, I do prefer a solution where you can change styles by simply replacing the CSS file. Involving the templates complicates things a bit. Multiple styles would mean multiple templates. Multiple templates means more work for people who have made changes to their templates to integrate PunBB into their website design. Also, I really don't mind the fact that changing the design would involve a lot of work on the code. We'll worry about that later :)
Edit: One of the things I don't like about a lot of other BB software is the fact that everything is based on templates. Sure, it is powerful and you can change the appearance drastically for every single piece of information that is displayed, but it's a pain to work with. Anyone who has worked with vBulletin will agree with me on this. I'm not saying your proposal is anything like vBulletin, but it is a shift towards a more template based design.
CSpotkill: Pixel-perfection isn't the main priority. At least not in my book. What I'm looking for is a design that is flexible and that makes life as easy as possible for people who want to create custom styles and people who want to integrate PunBB into their current website design. If aiming for that means the padding in some paragraph isn't 100% accurate in IE5, so be it.
Hmm. I tried registering with a username ending with a singlequote and I can't duplicate the problems. What problems are they experiencing exactly? Do they get any error messages?
Vad är adressen till ditt forum?
Anyway i think you should keep it how it is Kennel, okay, maybe make it all XML/XHTML code but forget the CSS if Spot wants it to be all done in CSS then knock yourself out. I prefer desiging stuff with tables.
I will not make any decisions on what to do until I see the end result. If CSpotkill can show that it is indeed possible to create the same (or virtually the same) look, but with more modern techniques, and that this doesn't look crap for people not using the very latest in browser technology, I will very seriously consider it for PunBB 1.2.
The biggest advantage I see with the CSpotkill's approach is that styles for the forum will be much more flexible. It will be possible to create styles for PunBB that alter the appearance completely (not only colors and a few widths and height here and there). This will hopefully make PunBB more attractive.
But, as I said before, we'll see when he's finished. I don't want to jump to conclusions.
Forum resident lukepuuk has created a Dutch language pack for PunBB 1.1. Grab it on the download page. Thanks man!
PunBB Forums → Posts by Rickard
Powered by PunBB, supported by Informer Technologies, Inc.