hmm i get an error in the german language

edited July 2006 in Vanilla 1.0 Help
hmm i get an error in the german language add-on. if I click on the terms of use i get an error call to an unknow function "GetUrl" on line 569... if I uncomment this line it works finde :)

Comments

  • Can you still open and read the toc? The solution provided within the language pack is to add an empty function to the termsofservice.php. Just write function GetURL() {} somewhere.
  • This line is in the part of the "extentsion translation section" of the German language file. It's related to the the guest welcome message (http://lussumo.com/addons/?PostBackAction=AddOn&AddOnID=9). My workaround was simply deleting these lines with the translations of this extension in the language file and modify the language in the extension's default.php directly. If you outcomment these lines in your language file, the welcome message is in english. So, simply change the text in the extenstion default.php
This discussion has been closed.