Probleme mit UploadPic Mod
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Probleme mit UploadPic Mod
Hallo,
ich habe mich genau an die Installationsanweisungen des Mods gehalten.
http://www.phpbb.de/moddb/mod.php?id=355
Und gerade habe ich alles nochmals überprüft und es klappt nicht.
Im Adminbereich habe ich zwar Formulare aber diese haben keine Labels, so weiß man nicht wofür jedes Textfeld ist. Außerdem tragen die Buttons keine Beschriftung, etc
Was könnte ich da falsch gemacht haben?
Meine phpbb Version ist: phpBB 2.0.20
Der scheint die Variablen für die Sprache nicht zu finden. Habe es aber wie gesagt genau nach Anweisung installiert.
ich habe mich genau an die Installationsanweisungen des Mods gehalten.
http://www.phpbb.de/moddb/mod.php?id=355
Und gerade habe ich alles nochmals überprüft und es klappt nicht.
Im Adminbereich habe ich zwar Formulare aber diese haben keine Labels, so weiß man nicht wofür jedes Textfeld ist. Außerdem tragen die Buttons keine Beschriftung, etc
Was könnte ich da falsch gemacht haben?
Meine phpbb Version ist: phpBB 2.0.20
Der scheint die Variablen für die Sprache nicht zu finden. Habe es aber wie gesagt genau nach Anweisung installiert.
-
- Mitglied
- Beiträge: 1287
- Registriert: 02.10.2004 00:25
- Wohnort: Haßloch
- Kontaktdaten:
Hallo,
beim Abarbeiten der Installationsanleitung hätte Dir auffallen müssen, dass dort nur die englischen Sprachvariablen behandelt wurden.
Auf die Idee demtentsprechend

beim Abarbeiten der Installationsanleitung hätte Dir auffallen müssen, dass dort nur die englischen Sprachvariablen behandelt wurden.

auch mal in das zum Installationspaket gehörige Verzeichnis translations/ zu sehen musst Du schon selber kommen.....jjj111 hat geschrieben:Muss man denn sonst noch etwas machen?

Viele Grüße - gloriosa 
Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !

Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !
-
- Mitglied
- Beiträge: 1287
- Registriert: 02.10.2004 00:25
- Wohnort: Haßloch
- Kontaktdaten:
-
- Mitglied
- Beiträge: 1287
- Registriert: 02.10.2004 00:25
- Wohnort: Haßloch
- Kontaktdaten:
Welche englischen Sprachfiles meinst du? In meiner zip waren keine Dabei.
Ich habe die Dateien editiert, also z.B.
#
#-----[ BEFORE, ADD ]------------------------------------------
# NOTE: apply this to ALL your languages if they are not present in the "translations"-directory
#
// UploadPic
$lang['UploadPic'] = 'UploadPic';
$lang['UP_Back'] = 'back';
$lang['UP_BBCode'] = 'BBCode';
$lang['UP_CloseWindow'] = 'cancel';
$lang['UP_Converted'] = 'larger images will be resized';
$lang['UP_CopyCode'] = 'standard';
$lang['UP_CopyCodeLeft'] = 'left';
$lang['UP_CopyCodeRight'] = 'right';
$lang['UP_CopyText'] = 'insert picture';
$lang['UP_CopyURL'] = 'insert as link';
$lang['UP_Custom'] = 'Custom size';
$lang['UP_Datatypes'] = 'Datatypes';
$lang['UP_Dimensions'] = 'Dimensions';
$lang['UP_ErrCreateGIF'] = 'Image too big.<br />A GIF-image must not be larger than %dx%d pixels in size.';
$lang['UP_ErrCreatePic'] = 'Image could not be created.<br />Try uploading a smaller picture.';
$lang['UP_ErrDatatype'] = 'The datatype <strong>%s</strong> is not supported.';
$lang['UP_ErrFilesize'] = 'Filesize exceeds limit.';
$lang['UP_ErrGDLib'] = 'GD-Library not available.';
$lang['UP_ErrImgDir'] = 'Image-directory doesn\'t exist.';
$lang['UP_ErrLogin'] = 'Please login.';
$lang['UP_ErrMinposts'] = 'You have to write at least %d posts to be allowed to upload images.';
$lang['UP_ErrNoGallery'] = 'Gallery not activated.';
$lang['UP_ErrPermission'] = 'You don\'t have permission to upload.';
$lang['UP_ErrUpload'] = 'Image could not be uploaded.';
$lang['UP_ErrWritable'] = 'Image-directory is not writable.';
$lang['UP_Files'] = 'files';
$lang['UP_Gallery'] = 'gallery';
$lang['UP_Help'] = 'Upload a picture and insert it into your message.';
$lang['UP_Maximum'] = 'max.';
$lang['UP_Multiple'] = 'insert picture and upload another one';
$lang['UP_Note'] = 'Note';
$lang['UP_PFile'] = 'Picture file';
$lang['UP_Pixel'] = 'pixel';
$lang['UP_Resized'] = 'resized';
$lang['UP_Rotate'] = 'Rotation (right)';
$lang['UP_Rotate0'] = 'none';
$lang['UP_Rotate180'] = '180°';
$lang['UP_Rotate270'] = '270°';
$lang['UP_Rotate90'] = '90°';
$lang['UP_send'] = 'send';
$lang['UP_Title'] = 'upload picture';
$lang['UP_YourPics'] = 'Your uploaded files';
// the variable "UP_Information" can be used to display information in the upload-window before the upload
$lang['UP_Information'] = '';
Ich habe die Dateien editiert, also z.B.
#
#-----[ BEFORE, ADD ]------------------------------------------
# NOTE: apply this to ALL your languages if they are not present in the "translations"-directory
#
// UploadPic
$lang['UploadPic'] = 'UploadPic';
$lang['UP_Back'] = 'back';
$lang['UP_BBCode'] = 'BBCode';
$lang['UP_CloseWindow'] = 'cancel';
$lang['UP_Converted'] = 'larger images will be resized';
$lang['UP_CopyCode'] = 'standard';
$lang['UP_CopyCodeLeft'] = 'left';
$lang['UP_CopyCodeRight'] = 'right';
$lang['UP_CopyText'] = 'insert picture';
$lang['UP_CopyURL'] = 'insert as link';
$lang['UP_Custom'] = 'Custom size';
$lang['UP_Datatypes'] = 'Datatypes';
$lang['UP_Dimensions'] = 'Dimensions';
$lang['UP_ErrCreateGIF'] = 'Image too big.<br />A GIF-image must not be larger than %dx%d pixels in size.';
$lang['UP_ErrCreatePic'] = 'Image could not be created.<br />Try uploading a smaller picture.';
$lang['UP_ErrDatatype'] = 'The datatype <strong>%s</strong> is not supported.';
$lang['UP_ErrFilesize'] = 'Filesize exceeds limit.';
$lang['UP_ErrGDLib'] = 'GD-Library not available.';
$lang['UP_ErrImgDir'] = 'Image-directory doesn\'t exist.';
$lang['UP_ErrLogin'] = 'Please login.';
$lang['UP_ErrMinposts'] = 'You have to write at least %d posts to be allowed to upload images.';
$lang['UP_ErrNoGallery'] = 'Gallery not activated.';
$lang['UP_ErrPermission'] = 'You don\'t have permission to upload.';
$lang['UP_ErrUpload'] = 'Image could not be uploaded.';
$lang['UP_ErrWritable'] = 'Image-directory is not writable.';
$lang['UP_Files'] = 'files';
$lang['UP_Gallery'] = 'gallery';
$lang['UP_Help'] = 'Upload a picture and insert it into your message.';
$lang['UP_Maximum'] = 'max.';
$lang['UP_Multiple'] = 'insert picture and upload another one';
$lang['UP_Note'] = 'Note';
$lang['UP_PFile'] = 'Picture file';
$lang['UP_Pixel'] = 'pixel';
$lang['UP_Resized'] = 'resized';
$lang['UP_Rotate'] = 'Rotation (right)';
$lang['UP_Rotate0'] = 'none';
$lang['UP_Rotate180'] = '180°';
$lang['UP_Rotate270'] = '270°';
$lang['UP_Rotate90'] = '90°';
$lang['UP_send'] = 'send';
$lang['UP_Title'] = 'upload picture';
$lang['UP_YourPics'] = 'Your uploaded files';
// the variable "UP_Information" can be used to display information in the upload-window before the upload
$lang['UP_Information'] = '';