Quick.Cms bug fixes list

Quick.Cms v4.0 bugs

1) "« back | print" links displayed uncorrectly in IE 7

    • Edit templates/default/style.css and find code:
      #options a{padding:0 10px 0;color:#01476f;background:inherit;}
    • And replace to:
      *:first-child+html #options{width:95%;} /* IE 7 hack */
      #options a{padding:0 10px 0;color:#01476f;background:inherit;}

2) The problem with XHTML validation in page content pagination

  • download Quick.Cms_v4.1.zip from download »
  • replace core/libraries/trash.php file in your script by file from downloaded package copy

3) Libraries upgrade

  • download Quick.Cms_v4.1.zip from download »
  • overwrite "file-jobs.php", "flat-files.php" and "tpl-parser.php" files from core/libraries/ directory in your script by files from downloaded package copy