Topic: 2 things.
I'm running PunBB 1.2.14, and I noticed that in the end of the installation, there's a tag missing: ?>
Where it says to upload config file, it forgot to use the tag.
<?php
$db_type = 'mysql';
$db_host = 'localhost';
$db_name = '';
$db_username = '';
$db_password = '';
$db_prefix = '';
$p_connect = false;
$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = '';
define('PUN', 1);
Here there should be a ?>. Please fix this.
And one more thing. I'm translating PunBB into Hebrew (I've done it before), and I want to know: Where are the admin skin files? I wish that the Admin CP will remain LTR, since it doesn't have any language files.
Where can I do that? Or PunBB team can make it in the next version (Admin CP is LTR by default, and can't be changed through the Language files)?
Thanks for the reply!
Dan,
PunBB Hebrew translator.