WebsiteBaker 2.13.9 R22 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Just wondering; but is there any new news regarding the 2.8.4 release?
<?php// old$mLang->enableAddon('admin\addons');// into new$mLang->enableAddon('admin\templates');
$mLang->enableAddon('admin\templates'); doesnt workfor the first help, copy the language-file NL.php btw your favorite languages file from the languages-Folder into admin/addon/language
$mLang->enableAddon('admin\addons');
$mLang->enableAddon('admin\templates);
$mLang->enableAddon('admin\languages);
Sorry for the double posthere a little help for the language problem in the Addon-pages build a empty directory, called "languages" into the foldersadmin / moduleadmin / languagesadmin / templateschange the code in the file admin / template / index.php // line 59from (old)Code: [Select]$mLang->enableAddon('admin\addons'); toCode: [Select]$mLang->enableAddon('admin\templates); change the code in the file admin / languages / index.php // line 56from (old)Code: [Select]$mLang->enableAddon('admin\addons'); toCode: [Select]$mLang->enableAddon('admin\languages); the script search in this (new) languages-folders for the lang-file in your favorite language and if its not there, it use the globale language filethe new languages file for this area are only finish in german and english - thats the problem now
$mLang->enableAddon('admin\languages);$mLang->enableAddon('admin\templates);
$mLang->enableAddon('admin\languages');$mLang->enableAddon('admin\templates');
No need to unquote?Like this:?Code: [Select]$mLang->enableAddon('admin\languages');$mLang->enableAddon('admin\templates');
One small issue, in my language (dutch) the admin pages > Extra > Templates etc. are not translated (see screenshot attatched).