Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Post
by Mark » 16 Oct 2011, 08:59
De NL Legend wrote: Is there an translation avaibole? (Language NL)
Code: Select all
/ / BEGIN PM Informeer & Gast Registratie bar
$ lang = array_merge ($ lang, array (
'PMG_WELCOME' => 'Welkom bij',
'PMG_REGISTER' => 'Klik hier om te registreren',
'PMG_HELLO' => 'Hallo',
'PMG_YOUHAVE' => '- Je hebt',
'PMG_AND' => 'en',
));
/ / EINDE PM Informeer & Gast Registratie bar
//-- mod : Contact board administration ------------------------------------------------------------
//-- add
$lang = array_merge($lang, array(
'CONTACT_BOARD_ADMIN' => 'Contact opnemen met het forumbeheer',
'CONTACT_BOARD_ADMIN_SHORT' => 'Contact',
));
//-- fin mod : Contact board administration --------------------------------------------------------
$lang = array_merge($lang, array(
'BOT_USERS_ONLINE' => '%d bots online',
'BOT_USERS_TOTAL' => ', %d bots en ',
'BOT_USERS_ZERO_ONLINE' => '0 bots online',
'BOT_USERS_ZERO_TOTAL' => ', 0 bots en ',
'BOT_USER_ONLINE' => '%d bot online',
'BOT_USER_TOTAL' => ', %d bot en ',
'BOTS_ONLINE' => 'Bots: ',
'BOTS_ZERO_ONLINE' => '0 bots ',
));
?>
Post
by Stoker » 16 Oct 2011, 09:05
Replace it with:
Code: Select all
// BEGIN PM Informeer & Gast Registratie bar
$ lang = array_merge ($ lang, array (
'PMG_WELCOME' => 'Welkom bij',
'PMG_REGISTER' => 'Klik hier om te registreren',
'PMG_HELLO' => 'Hallo',
'PMG_YOUHAVE' => '- Je hebt',
'PMG_AND' => 'en',
));
// EINDE PM Informeer & Gast Registratie bar
//-- mod : Contact board administration ------------------------------------------------------------
//-- add
$lang = array_merge($lang, array(
'CONTACT_BOARD_ADMIN' => 'Contact opnemen met het forumbeheer',
'CONTACT_BOARD_ADMIN_SHORT' => 'Contact',
));
//-- fin mod : Contact board administration --------------------------------------------------------
$lang = array_merge($lang, array(
'BOT_USERS_ONLINE' => '%d bots online',
'BOT_USERS_TOTAL' => ', %d bots en ',
'BOT_USERS_ZERO_ONLINE' => '0 bots online',
'BOT_USERS_ZERO_TOTAL' => ', 0 bots en ',
'BOT_USER_ONLINE' => '%d bot online',
'BOT_USER_TOTAL' => ', %d bot en ',
'BOTS_ONLINE' => 'Bots: ',
'BOTS_ZERO_ONLINE' => '0 bots ',
));
?>
There was errors in Terr0rs translation!
I have fixed it.
Post
by Mark » 16 Oct 2011, 09:26
Stoker wrote: Replace it with:
Code: Select all
// BEGIN PM Informeer & Gast Registratie bar
$ lang = array_merge ($ lang, array (
'PMG_WELCOME' => 'Welkom bij',
'PMG_REGISTER' => 'Klik hier om te registreren',
'PMG_HELLO' => 'Hallo',
'PMG_YOUHAVE' => '- Je hebt',
'PMG_AND' => 'en',
));
// EINDE PM Informeer & Gast Registratie bar
//-- mod : Contact board administration ------------------------------------------------------------
//-- add
$lang = array_merge($lang, array(
'CONTACT_BOARD_ADMIN' => 'Contact opnemen met het forumbeheer',
'CONTACT_BOARD_ADMIN_SHORT' => 'Contact',
));
//-- fin mod : Contact board administration --------------------------------------------------------
$lang = array_merge($lang, array(
'BOT_USERS_ONLINE' => '%d bots online',
'BOT_USERS_TOTAL' => ', %d bots en ',
'BOT_USERS_ZERO_ONLINE' => '0 bots online',
'BOT_USERS_ZERO_TOTAL' => ', 0 bots en ',
'BOT_USER_ONLINE' => '%d bot online',
'BOT_USER_TOTAL' => ', %d bot en ',
'BOTS_ONLINE' => 'Bots: ',
'BOTS_ZERO_ONLINE' => '0 bots ',
));
?>
There was errors in Terr0rs translation!
I have fixed it.
Works perfect, my next question:
How can I change that text what members see and hide that white line?
You do not have the required permissions to view the files attached to this post.
Post
by Stoker » 16 Oct 2011, 09:44
Looking at your screenshot I can see you havent added the language code to the language you are using.
Post
by Mark » 16 Oct 2011, 09:56
Stoker wrote: Looking at your screenshot I can see you havent added the language code to the language you are using.
What do you mean?
Post
by Mark » 16 Oct 2011, 14:18
BUMP.
Post
by Vox Populi » 16 Oct 2011, 14:51
I'd be careful on bumping when it's only been 5 hours!! Some time a response takes up to 72 hours. Besides, IT'S SUNDAY. People like to rest. What may be considered and emergency to you is not necessarily and emergency to anybody else.
Off of my soapbox now. It's Stokers board and he moderates.
Post
by Mark » 18 Oct 2011, 12:14
What must I translate now then?