What I did was make different register.php's that have the language tag hard coded at the top, and then link to them from the first page, or from the English text that shows when the user is not logged in.
27 2006-10-27 02:47
Re: Compressed CSS (10 replies, posted in Feature requests)
The better way to do this is:
Keep a readable copy of your css in separate .txt files.
Run the production copy of your .css files through:
http://cdburnerxp.se/cssparse/css_optimiser.php
28 2006-10-27 02:36
Re: AJAX Shout Box Testing... (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Instead of hiding your code and not sharing before you feel like it is stable, how about posting it so that we can help out with bugs as well.
29 2006-10-25 02:45
Re: newsbot - post RSS news (28 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thank you so much. I hope you fixed it after dinner.
Also, what is needed is a $db_prefix = 'pre_'; variable, as some people use database prifixes.
Regards.
30 2006-09-30 13:42
Re: Req:Multilanguage (7 replies, posted in Feature requests)
I have converted almost all of the available language files to utf-8, and will be making all of them available soon.
However, we need the default in punbb to be utf-8.
31 2006-09-30 10:22
Re: UTF-8, the final solution... (20 replies, posted in PunBB 1.2 troubleshooting)
Long post with PHP/MySQL/Unicode issues discussed here: http://forums.mysql.com/read.php?103,97854,99266
32 2006-09-29 10:15
Re: UTF-8, the final solution... (20 replies, posted in PunBB 1.2 troubleshooting)
I can't understand why the "English" language file is not set to UTF-8, as is now standard with just about every other PHP script I use (Wordpress, Wikimedia, etc.). Please change this!
Exactly!
33 2006-09-29 10:09
Re: Is it a BUG? (9 replies, posted in PunBB 1.2 troubleshooting)
Why not make English (and others) default to utf-8? That would solve a lot of issues people are having.
Since pubBB is so internationalized, there is no reason to keep things legacy encodings.
Making it consistently utf-8 is easy and is the right thing to do.
As for English, simply switching to utf-8 adds no additional data, because utf-8 ascii data is the same as regular ascii. There is no difference in English text in plain ascii and in utf-8.
34 2006-09-29 09:35
Re: Read punbb groups with a newsreader (5 replies, posted in Feature requests)
thetorpedodog wrote:mesnews wrote:I want to read the group with a newsreader, like OE [Editor note: what is OE?], MesNews, XNews, etc.... Not a rss.
I don't know that there is really any sort of plugin which would make the forum readable by a newsreader (I presume you mean a USENET reader,
Yes, it's what I say.
thetorpedodog wrote:That would require running a separate daemon on your server, and you'd need not only root access but also some significant programming skills to make the forum work in the NNTP protocol.
I did some php file, to reproduce the nntp command (like "group", "article", etc...). And a program, run on my PC, to transform nntp protocol to http. Now I can read messages dirrectly in my newsreader (but not reply for the moment)
This is very handy. Could you please post the code?
35 2006-09-29 09:34
Re: how can i add live rss feed to punbb? (12 replies, posted in Programming)
That's pretty easy I made a small RSS parser a couple of days ago, if you want, you can mail me and I'll send it to you
Can you post this please?