Update V2.1 » V2.2

The Admin window were switched to jQuery. In addition, the CKEditor has been updated to version 364, and the administration is prepared for multilingualism. But there are no translations. If someone has the time and inclination, English is still missing:

Super would of course also the translation of the help files!

Other languages ​​are completely missing. Whoever wants to translate what the language files can be found in each of the /lang directory.

What to do?

  1. Using FTP, delete the complete directory /admin
  2. Upload the new /admin directory
  3. Override the "/includes/functions.php" file with the new file.
  4. Override the "/includes/users/user_class.php" file with the new file.
  5. In the "baseconfig.php" file, the variable $webutler_config['user_lang'] come for the language of the administrator to do so. This you have to add in your baseconfig.php.
  6. In the root directory overwrite ".htaccess" file with the new file.
  7. In the file "globalvars.php", the following variables must be added:
    • $webutler_config['admin_lang'] for the language of the webmaster
    • $webutler_config['defaultlang'] for the standard language, e.g. required if the page is not operated multilingual
    • Also the config was extended with a few ini_set functions:
      • webutler_setinivalues('session.use_cookies', 1);
      • webutler_setinivalues('session.cookie_httponly', 1);
      • webutler_setinivalues('session.use_only_cookies', 1);
      • webutler_setinivalues('display_errors', 0);
      • webutler_setinivalues('display_startip_errors', 0);

    The variables can simply be copied from the new globalvars.php out.
  8. The file /settings/modulebox.php was simplified. There are now no more explanatory text, only the specification of module name and link.