• Update to version 1.5.0:

    • Change donation address
    • Create notice for search field in menu
    • Change save process, now constructor use folder blogs.dir for save custom themes and cache

    For update themes you should be change path to images in theme config.php – remove themes/%theme_name%/ from image path:

    // before
    "images"   => array(
        "header"   => array('src'=>'themes/default/header.jpg', 'pos'=>'right top', 'repeat'=>'no-repeat'),
    )
    
    // after
    "images"   => array(
        "header"   => array('src'=>'header.jpg', 'pos'=>'right top', 'repeat'=>'no-repeat'),
    )
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Constructor version 1.5.0’ is closed to new replies.