Confirmed, I'll take a look at it later today.
876 2008-02-21 11:59
Re: Censoring can't effect correctly in chinese. (1 replies, posted in PunBB 1.3 troubleshooting)
877 2008-02-21 11:30
Re: Errors in most of language pack (6 replies, posted in PunBB 1.3 troubleshooting)
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.
878 2008-02-21 11:29
Re: Approval of new posts / topics (5 replies, posted in PunBB 1.3 troubleshooting)
That feature was removed from the core, it is going to become an official extension
879 2008-02-21 11:26
Re: Feedback on the update process (81 replies, posted in PunBB 1.3 troubleshooting)
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?
880 2008-02-20 23:20
Re: PunBB 1.2.17 (69 replies, posted in News)
I'm not sure why those lines were generated (maybe line feeds changed at some point?)
881 2008-02-20 22:43
Re: [extension release] Portal (119 replies, posted in PunBB 1.3 extensions)
More stuff
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.
883 2008-02-20 21:34
Re: pm extension (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
884 2008-02-20 21:22
Re: PunBB 1.2.17 (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 2008-02-20 14:20
Re: PunBB 1.2.17 (69 replies, posted in News)
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
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 2008-02-20 11:25
Re: pm extension (7 replies, posted in PunBB 1.3 extensions)
That's being planned as an official extension
887 2008-02-20 01:13
Re: Feedback on the update process (81 replies, posted in PunBB 1.3 troubleshooting)
For anyone curious, the issue was not with the conversion process but with the MySQL dblayer.
888 2008-02-20 00:03
Re: Tearing hair out! (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 2008-02-19 23:51
Re: IIS Page tracking Bug (2 replies, posted in PunBB 1.3 troubleshooting)
Moved to the Beta Talk forum
890 2008-02-19 23:34
Re: [extension release] Portal (119 replies, posted in PunBB 1.3 extensions)
891 2008-02-19 19:41
Re: Tearing hair out! (11 replies, posted in PunBB 1.2 troubleshooting)
Could you link to your forum?
892 2008-02-19 18:07
Re: Is anyone working on an external login extension? (19 replies, posted in PunBB 1.3 extensions)
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.
893 2008-02-19 15:52
Re: 2 pixel gap above flash movie (8 replies, posted in PunBB 1.2 troubleshooting)
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.
894 2008-02-19 15:40
Re: A List of features... for the future ;) (1 replies, posted in PunBB 1.3 troubleshooting)
Mmm, lets keep this to the topic you already created?
http://punbb.org/forums/viewtopic.php?id=18110
Closed
895 2008-02-19 14:50
Re: 2 pixel gap above flash movie (8 replies, posted in PunBB 1.2 troubleshooting)
Could you link to your site so we can see the problem live?
896 2008-02-19 13:00
Re: 2 pixel gap above flash movie (8 replies, posted in PunBB 1.2 troubleshooting)
I edited your post to add code tags
897 2008-02-19 03:38
Re: Trying to change forum status indicator icons (4 replies, posted in PunBB 1.2 troubleshooting)
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
}
898 2008-02-19 02:16
Re: Feedback on the update process (81 replies, posted in PunBB 1.3 troubleshooting)
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.
899 2008-02-19 01:40
Re: Feedback on the update process (81 replies, posted in PunBB 1.3 troubleshooting)
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.
900 2008-02-18 23:57
Re: CSRF in common.php question... (19 replies, posted in PunBB 1.3 troubleshooting)
Thanks, corrected