You can download any language packs from Here.
1 2009-06-21 13:52
Re: 1.3.4 Are there Chinese language pack? (1 replies, posted in PunBB 1.3 extensions)
2 2008-11-11 15:02
Topic: Traditional Chinese language pack for PunBB 1.3 (3 replies, posted in PunBB 1.3 additions)
3 2008-11-10 12:02
Topic: Missing variable in installation language file (7 replies, posted in PunBB 1.3 bug reports)
When I use change language in the installation of punbb 1.3, I get some error message.
There must be some language variable missing in "install.php" this language file.
4 2008-02-21 06:39
Topic: Censoring can't effect correctly in chinese. (1 replies, posted in PunBB 1.3 troubleshooting)
Either Punbb 1.2.x or 1.3 beta,Censoring can't effect correctly in chinese.Or it means can not work in multibyte character??
For example:
censored word => replace with
hello => ?? ---->It's working.
?? => hello ---->No effect.
?? => ?? ----->No effect.
The website use UTF-8 for charset,and MySQL use utf8-general_ci for collation.
5 2008-02-11 05:15
Re: Languages (99 replies, posted in PunBB 1.3 additions)
Translation for Chinese is get ready.
Anyone wants to get a test in chinese can go to here.
Chinese for Punbb 1.3 beta
6 2006-05-23 05:55
Re: [Mod]Installation multilanguage support for PunBB 1.2.7 (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi,
I am doing a chinese install of punbb and am glad to see this. I was wondering what collation you are using? I set the db to big5_chinese_ci and was having character display problems. Should I be using utf8 with your language packs?
Yes, Use UTF-8 instead.
You can see my forum http://www.ezdiy.org
7 2006-01-22 02:11
Re: Translate Administration Panel (2 replies, posted in PunBB 1.2 discussion)
Before 1.3 release , you can try this modification.
http://punbb.org/forums/viewtopic.php?id=8082
8 2005-10-23 04:19
Re: Would a PHP 4.3.0 requirement be a problem? (19 replies, posted in PunBB 1.2 discussion)
No problem, I use PHP in 4.4.0 ....:D
and I saw most webhosting use 4.3.x , so I think it would be ok.
9 2005-10-23 04:05
Re: UTF-8, the final solution... (20 replies, posted in PunBB 1.2 troubleshooting)
Did you mean this problem "Unable to insert search index words" ??
Then how about this thread : http://punbb.org/forums/viewtopic.php?id=5882
I modify table field's type to solve that problem. (I'm using Chinese in UTF-8 now,and it works fine for my forum.)
10 2005-10-18 02:58
Re: UTF-8, the final solution... (20 replies, posted in PunBB 1.2 troubleshooting)
I have a discussion about using MySQL4.1 with UTF-8, and you can see some snapshot in that article.
Sorry for the snapshot was in chinese,but you can see something keyword.
1. modify table "search_words" , and change the field "word" type from "varchar" to "varbinary".
2. edit file "/include/dblayer/common_db.php"
add:
$db->query("SET NAMES 'UTF8'");
in the last line,then save it.
3.done.
11 2005-09-26 09:58
Topic: ezDIY.org forum (2 replies, posted in PunBB 1.2 show off)
PunBB is good for use in articles collection....
Anyone who speak chinese or not can join discussion in my forum.
English speaking is also welcome. I will try my best to understand with my poor English.
12 2005-09-26 09:45
Re: 请问这个论坛有中文版本的么? (6 replies, posted in PunBB 1.2 troubleshooting)
PunBB??????,?Punbb??????????????.....???????.
You can download Language packs for chinese from download page.
13 2005-07-11 07:42
Topic: [Mod]Admin Control Panel Multilanguage supported (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
##
## Mod title: Admin Control Panel Multilanguage
##
## Mod version: 1.0.1
## Works with PunBB: 1.2.7
## Based on latest 1.2.7
## Release date: 2005-09-04
## Author: CoolHD (coolhd.tw@yahoo.com.tw)
##
## Description: Multilanguage support for PunBB Admin Control Panel.
## This modification was base on Sakis' (aka SSB) "Admin Control Panel Localization".
##
## Affected files: \admin_bans.php
## \admin_categories.php
## \admin_censoring.php
## \admin_forums.php
## \admin_groups.php
## \admin_index.php
## \admin_loader.php
## \admin_maintenance.php
## \admin_options.php
## \admin_permissions.php
## \admin_prune.php
## \admin_ranks.php
## \admin_reports.php
## \admin_users.php
## \moderate.php
## \include\common_admin.php
##
## New files: \lang\English\admin_bans.php
## \lang\English\admin_categories.php
## \lang\English\admin_censoring.php
## \lang\English\admin_forums.php
## \lang\English\admin_groups.php
## \lang\English\admin_index.php
## \lang\English\admin_loader.php
## \lang\English\admin_maintenance.php
## \lang\English\admin_options.php
## \lang\English\admin_permissions.php
## \lang\English\admin_prune.php
## \lang\English\admin_ranks.php
## \lang\English\admin_reports.php
## \lang\English\admin_users.php
## \lang\English\moderate.php
## \lang\English\common_admin.php
##
## Affects DB: No
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##
Installation:
1. Backup all Affected files.
2. Replace old with new which unzip from zip package.
3. Copy language file into PunBB language directory \lang\English (same as other language file).
4. Done.
And now PunBB have multilanguage support in Admin Control Panel.
I hope this mod would help PunBB become more friendly with those people that
does not familiar in English.
14 2005-07-10 02:33
Topic: Make detect eAccelerator in admin_index.php (1 replies, posted in PunBB 1.2 discussion)
I use eAccelerator to increase performance of PHP scripts, but in admin_index.php it can not detect correctly.So I modify some code like below.
In admin_index.php about line 143:
// See if MMCache or PHPA is loaded
if (function_exists('mmcache'))
$php_accelerator = '<a href="http://turck-mmcache.sourceforge.net/">Turck MMCache</a>';
else if (isset($_PHPA))
$php_accelerator = '<a href="http://www.php-accelerator.co.uk/">ionCube PHP Accelerator</a>';
else
$php_accelerator = 'N/A';
Replace with:
// See if MMCache or eAccelerator or PHPA is loaded
if (function_exists('mmcache'))
$php_accelerator = '<a href="http://turck-mmcache.sourceforge.net/">Turck MMCache</a>';
else if (function_exists('eaccelerator'))
$php_accelerator = '<a href="http://eaccelerator.net/">eAccelerator</a>';
else if (isset($_PHPA))
$php_accelerator = '<a href="http://www.php-accelerator.co.uk/">ionCube PHP Accelerator</a>';
else
$php_accelerator = 'N/A';
Just make it "look" better.
15 2005-07-09 11:49
Re: [Mod]Installation multilanguage support for PunBB 1.2.7 (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I've updated install.php for PunBB v1.2.6.
If you want to try,just download this zip file from above....
16 2005-07-02 02:09
Re: install.php file (3 replies, posted in PunBB 1.2 discussion)
I think it would be better to remove this file after installation, or you can keep it just anyway.
17 2005-06-26 05:10
Topic: [Mod]Installation multilanguage support for PunBB 1.2.7 (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
##
## Mod title: Installation multilanguage support
##
## Mod version: 1.0.2
## Works with PunBB: 1.2.7
## Based on latest 1.2.7
## Release date: 2005-09-04
## Author: CoolHD (coolhd.tw@yahoo.com.tw)
##
## Description: Multilanguage support for PunBB installation.
## And set default language after PunBB install completed.
##
## Affected files: \install.php
##
## New files: \lang\English\install.php
## \lang\Simplified_Chinese\install.php
## \lang\Traditional_Chinese\install.php
##
## Affects DB: No
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##
##
Installation:
1. Backup original install.php
2. Copy install.php file into PunBB root directory
3. Copy language file into PunBB language directory \lang\English (same as other language file)
And now PunBB have multilanguage support in Installation, the language you choose
and after PunBB installation the forum default language will be set.
I hope this mod would help PunBB installation become more friendly with those people that
does not familiar in English.
18 2005-01-16 01:45
Re: Help me translate this (27 replies, posted in PunBB 1.2 discussion)
I need help translating the following into German, French, Catalan, Hebrew, Russian, Chinese Trad. and Vietnamese.
PHP was unable to save the uploaded file to a temporary location.
Thanks
in Chinese Trad
PHP?????????????
or you can download from here
19 2005-01-13 10:24
Re: Have Traditional Chinese Language Pack for PunBB 1.2 ? (3 replies, posted in PunBB 1.2 discussion)
He posts in chinese , and he need someone help to translate it for Punbb 1.2.
I will help to translate in Traditional Chinese.....^^