Seite 1 von 2

Probleme mit UploadPic Mod

Verfasst: 25.06.2006 11:13
von jjj111
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.

Verfasst: 25.06.2006 11:38
von spritzpistole
Hast du auch alle Sprachfiles ediert bzw. hochgeladen!?

Verfasst: 25.06.2006 11:55
von jjj111
Ich habe die Anweisungen genau befolgt.
Muss man denn sonst noch etwas machen?

Verfasst: 25.06.2006 12:02
von gloriosa
Hallo,
beim Abarbeiten der Installationsanleitung hätte Dir auffallen müssen, dass dort nur die englischen Sprachvariablen behandelt wurden. :o Auf die Idee demtentsprechend
jjj111 hat geschrieben:Muss man denn sonst noch etwas machen?
auch mal in das zum Installationspaket gehörige Verzeichnis translations/ zu sehen musst Du schon selber kommen..... :oops:

Verfasst: 25.06.2006 12:10
von jjj111
hä? Ich habe doch die Englische phpbb Version. Ich habe keine Deutschen Module instaliert.

Verfasst: 25.06.2006 12:11
von spritzpistole
jjj111 hat geschrieben:hä? Ich habe doch die Englische phpbb Version.
Möchtest du jetzt alles auf Englisch oder möchtest du alles auf Deutsch!?

Verfasst: 25.06.2006 12:12
von jjj111
Alles auf Englisch.

Verfasst: 25.06.2006 12:13
von spritzpistole
Hast du demnach auch die Englischen Sprachfiles ediert und auch alle Sprachfiles an die Richtige Stelle geuploaded?

Verfasst: 25.06.2006 12:15
von jjj111
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&deg;';
$lang['UP_Rotate270'] = '270&deg;';
$lang['UP_Rotate90'] = '90&deg;';
$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'] = '';

Verfasst: 25.06.2006 12:50
von jjj111
Ich glaube ich weiß woran es liegt.

Ich habe php 2.0.20 und damit wurde der mod nicht getestet, dunzt wahrscheinlich also gar nicht.