Update V3.1 ยป V3.2

CKEditor

CKEditor is updated to Version 4.5 and there are some new plugins.

ModMaker

The Lightbox was set automatically when image elements were placed. The Lightbox must now be selected when creating a new module. In the ModMaker database (file makemod.db) in table admin, there is a new field autolightbox.
If you no longer needed the settings of your modules, you can delete the file /content/access/makemod.db.
Alternatively you can open the database with a SQLite3 admin tool. Ssupplemente the field "autolightbox" in table "admin". The field type is INTEGER, only the state of the checkbox will be saved.

Flexbox Columns

The Grid element were removed and replaced with flexible columns. Who does not want to replace all of the elements in its files can before deleting the contents of the file /content/grids/css/columns.css copy into your own CSS file.
The new columns based on a grid of 12 and are not compatible with the gridelements. The easiest way for the change is to insert a new column element in the page and copy the contents of a gridelements column in the new column.

Link Highlight

The highlighting of links in menu files has been changed. The CSS classes are no longer attributed to the a tag, but to the li tag. This change not only the color of the current links can be changed, but the complete design of the enclosing list element.

Header, Footer files

In directory /settings there is the new file extradata.php. The file is the central place to involve header and footer files from.

Image editor

In Image editor now images in the /.box directory can also be edited. For this, you select the small image in the Media Manager, and then, in the Image editor you can change to the big image.

Watermark images

Watermark images have now to be placed in the directory /content/media/image/watermarks. The directory is no longer adjustable, /watermarks may not have any sub directories, sub directories are ignored.

Advanced htaccess

For search engine optimization, the .htaccess file has been added GZIP, Expire and Cache-Control functionality. If the corresponding Apache modules exist, the loading time of your pages are improved.
There is also a mod_rewrite check for the installation.

Compression

All Javascript and stylesheet files have been compressed. The uncompressed original files are located in the subdirectory /source.
For image compression, there are 2 new variables in the globalvars.php
$webutler_config['png_compress'] for compressing images in PNG format (default is 6) and
$webutler_config['jpg_quality'] for compressing images in JPG format (default is 75)

Update from version 3.1 - What to do?

  1. With FTP delete the complete directory /admin
  2. Upload the new /admin directory
  3. Upload the files loader.php, wbclass.php and mmclass.php from directory /includes
  4. Upload the file includes/sitemap/index.php
  5. Upload the new file /settings/extradata.php
  6. Upload the new root htaccess file
  7. In directory /content/style create a new folder named /source
  8. Change the CSS classes for link colors in your stylesheet file from a tag to the li tag
  9. In your pages replace the class attribute in Google Maps by data-source
  10. Gridelements were removed and replaced with column elements
    • delete the old folder /content/grids
    • upload the new folder /content/columns
  11. Changes in the baseconfig.php
    • $webutler_config['watermark_imgdir'] has been removed
    • $webutler_config['imgthumbsize'] has been replaced by
    • $webutler_config['imgsmallsize'] = array(width, height)
    • $webutler_config['imgorgsize'] has been replaced by
    • $webutler_config['imgboxsize'] = array(width, height)
  12. Changed/new variables in the globalvars.php
    • $webutler_config['insertgrid'] has changed to $webutler_config['insertcolumns']
    • $webutler_config['highlite_current'] wurde entfernt
    • $webutler_config['admingrids'] has been removed
    • $webutler_config['png_compress'] - Compression PNG images
    • $webutler_config['jpg_quality'] - quality JPG images
    • $webutler_config['codeicon'] - show icon for PHP and Javascript code in the editor
      Bug in CKEditor: Code icons in list items (<ol> und <ul>) will be deleted.
    • $webutler_config['ckecssclasses'] - instead of use the style attribute CSS classes can be used for text alignment and text indent
      Bug in CKEditor: In the styles combo only a single class can be selected. This has the effect that the alignment / indent classes are deleted.
    • $webutler_config['ckeembed'] - embed provider to load embedded media
    • $webutler_config['ckemenubg'] - background color menu editor
    • $webutler_config['ckeblockbg'] - background color block editor
    • $webutler_config['ckecombobg'] - background color editor combo boxes