versies
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

versies
kan iemand mij vertellen wat het verschik is tussen .10 en .11 kwa versie dan?
Jah dat is het. Je moet ff in je lang_admin (dutch) ff nog wat toevoegen:
Zie hier: http://www.phpbb.nl/viewtopic.php?t=142 ... c&start=15
Code: Selecteer alles
#
#-----[ OPEN ]---------------------------------------------
#
language/lang_dutch/lang_admin.php
#
#-----[ FIND ]---------------------------------------------
# Line 332
$lang['Session_length'] = 'Session length [ seconds ]';
#
#-----[ AFTER, ADD ]---------------------------------------------
#
// Visual Confirmation
$lang['Visual_confirm'] = 'Enable Visual Confirmation';
$lang['Visual_confirm_explain'] = 'Requires users enter a code defined by an image when registering.'; @14krpm
Add dit aan lang_main.php:
Code: Selecteer alles
//
// Visual confirmation system strings
//
$lang['Confirm_code_wrong'] = 'The confirmation code you entered was incorrect';
$lang['Too_many_registers'] = 'You have exceeded the number of registration attempts for this session. Please try again later.';
$lang['Confirm_code_impaired'] = 'If you are visually impaired or cannot otherwise read this code please contact the %sAdministrator%s for help.';
$lang['Confirm_code'] = 'Confirmation code';
$lang['Confirm_code_explain'] = 'Enter the code exactly as you see it. The code is case sensitive and zero has a diagonal line through it.';