Confirmed, I'll take a look at it later today.

It does have support for other languages. People simply haven't written the other language packs because this is still a beta and the files are subject to change. And 1.3 aims to address the problem you brought up with 1.2.17, which is inherent in not using UTF-8. wink

That feature was removed from the core, it is going to become an official extension

Rev 1507: I've tried the db_update tool (with charset convers disabled, since it's a 1.2 utf8 database), and at the end when trying to access the new install, I've got a ?There is no valid language pack 'Francais' installed. Please reinstall a language of that name.? error. I've tried editing the o_default_lang field of the config table to ?English?, same error (yup, the same).

Did you delete the cache file after that?

And an unknown cookie_name? Do you not have it set in your config.php? hmm

880

(69 replies, posted in News)

I'm not sure why those lines were generated (maybe line feeds changed at some point?)

881

(119 replies, posted in PunBB 1.3 extensions)

More stuff smile
1. Again, the extension really shouldn't require you renaming files/uploading files outside of the extensions folder.
2. It looks like you allow several XSS attacks. You should be sanitizing all output that might contain HTML (eg: poster names, subjects, etc).
3. The directory traversal I talked about earlier still appears to exist
4. I still see the use of short tags
5. Again, you would have been better served merging extensions/portal/admin/portal.php into hooks in admin/options.php so you don't have to replicate so much code.
6. Again, you use many hook names that were already assigned (copy/paste from admin/forums and include/cache?). That is bad and sure to mess up your code as soon as someone tries using those hooks.
7. Again, your extensions should support more than just MySQL.

882

(69 replies, posted in News)

bingiman: I sent you an email

883

(7 replies, posted in PunBB 1.3 extensions)

Why? http://blog.punbb.org/2007/02/14/mods-extensions/
And it will be released when it is done wink

884

(69 replies, posted in News)

I just tried it on PunBB-Hosting and can't replicate it. If someone else manages to replicate it on a clean install, I'll take another look.

885

(69 replies, posted in News)

p4i wrote:

Good point, qie. If changes were made just in a few files, it would be easier to replace only those.

That's why there's a changed files download wink

bingiman wrote:

I seem to have a problem with admin_maintenance. The file when I run it appears to be in a loop.

I'll check the code again, but it was working fine last I tested. What URL is it looping on?
Edit: I just tried it and it worked just fine. You do realize it's supposed to load lots of pages, right?

886

(7 replies, posted in PunBB 1.3 extensions)

That's being planned as an official extension

For anyone curious, the issue was not with the conversion process but with the MySQL dblayer. smile

888

(11 replies, posted in PunBB 1.2 troubleshooting)

http://www.weewebhost.co.uk/eccgforum/config.php
Looks like something isn't saving as plain text

889

(2 replies, posted in PunBB 1.3 troubleshooting)

Moved to the Beta Talk forum

890

(119 replies, posted in PunBB 1.3 extensions)

http://en.wikipedia.org/wiki/Directory_traversal

891

(11 replies, posted in PunBB 1.2 troubleshooting)

Could you link to your forum?

I was planning on working on db queries first, but there's also going to be an OpenID one, which I think should be applicable to the HTTP(s) requests.

It looks like a couple TDs are getting too much height, but I can't imagine that PunBB's CSS is causing that: all of that stuff is prefixed with the pun class specifically so it won't interfere.
http://validator.w3.org/check?verbose=1 … Findex.php
I would try dealing with that stuff first.

Mmm, lets keep this to the topic you already created? wink
http://punbb.org/forums/viewtopic.php?id=18110
Closed

Could you link to your site so we can see the problem live?

I edited your post to add code tags

Look in Oxygen.css, this would be your problem:

DIV.icon {

    FLOAT: left;

    MARGIN-TOP: 0.1em;

    MARGIN-LEFT: 0.2em;

    DISPLAY: block;

    BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;

    BORDER-STYLE: solid

}

Did you do that conversion with the version of db_update.php from SVN? If not, it would be great if you could try it again and see if that fixes your problem.
If it doesn't, it would be great if you could send either Rickard or me a copy of your 1.2 database to work with to try to track down the issue.

Huh? I'm not completely sure what you're trying to say, but the database update script is supposed to convert all PunBB data to UTF-8.

Thanks, corrected smile