Fork me on GitHub

Web 2.0 Theme page / layout configuration  Bottom

  • Hello,
    I'm new to zikula and i'm currently working on the new web site for our fire department. I'm building our design based on the Web 2.0 Theme from blanktheme.org and i'm struggling with the layout of the pages.
    So i checked out the template/modules folder and changed the layout as described in the BlankTheme Wiki.
    Example: home.htm

    Code

    <!--[ assign var='current' value='home' ]-->
    <!--[ assign var='body'    value='grid' ]-->
    <!--[ assign var='layout'  value='123_3b' ]-->


    Changed to:

    Code

    <!--[ assign var='current' value='home' ]-->
    <!--[ assign var='body'    value='3col' ]-->
    <!--[ assign var='layout'  value='213' ]-->


    ... but the Layout still stays the same - the home.ini and the layout settings in the theme properties seem to be correct.

    Could there still be something i missed to get the correct layout?

    Thanks in advance.



    Edited by ro0f on Jan 08, 2011 - 04:30 AM.
  • You might be seeing cached copies of your templates. Make sure that in Admin/Layout//Rendering engine 'Compile check' and 'Force compilation' are checked. Also in Admin/Layout//Themes manager/Settings 'Check for updated version of templates' and 'Force templates re-compilation' are checked. Once you make your site live, you can switch these of again.
  • Hey dits,
    thanks. The setting in the Themes Manager/Settings section was the problem. I just activated it in the pnRender section. :)

This list is based on users active over the last 60 minutes.