I updated from 7.0.2 to 7.1.b4 according to the instructions. In 7.0.2 I used your German translation, the forum software was set to German as I closed the forums for the update. The update went well with no error messages. After the update I downloaded your new language package 7.1.b4 and copied the files to their respective destinations, also with no error messages.
Now I can enter the forums, they display in German but they are still closed. When I try to enter the Admin area, I get the message:
Parse error: parse error, unexpected T_VARIABLE in D:\Webseiten\rsc-komet\ubb\languages\german\admin\generic.php on line 175
I have no idea what to change in order to get it up and running again. Any ideas/suggestions?
_________________________
Dr. Elmar Frank www.drfrank.de
#174252 - 01/18/0708:55 AMRe: V7.1b4 German
[Re: ntdoc]
Rick
Registered: 06/04/06
Posts: 7883
Loc: Aberdeen, WA
Yes, multiple languages will work in 7.1b4. I'm actually going to put Zarzal's language pack to use here so people can actually see how it works on the forums.
#174408 - 01/19/0712:32 AMRe: V7.1b4 German
[Re: Gizmo]
Zarzal
old hand
Registered: 06/05/06
Posts: 1091
Loc: Berlin, Germany
I update the archive again. There was a shoutbox problem on the portal if you use umlaute or special chars in the string $ubbt_lang['DELETE_SHOUT'] = "Lösche Shout ID:"; in the file language/portal_islands.php I change the string to work without umlaute. This stop the shoutbox from working. Thanks to Elmar Frank.
$ubbt_lang['DELETE'] = "Lösche Beitrag Zeit Limit:";
$ubbt_lang['DELETE_1'] = "Zeit in Minuten. Setze diese Zeit auf null um das Löschen ganz abzuschalten.";
ändern auf:
Code:
$ubbt_lang['DELETE'] = "Lösche Beitrag Zeit Limit:";
$ubbt_lang['DELETE_1'] = "Zeit in Minuten. Setze diese Zeit auf null um das Löschen ganz abzuschalten.";
Ansonsten würden, jedenfalls bei mir im FF (2.0.0.1), die Zeilen nicht angezeigt.