Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • thanos125 Friend
    #147817

    hello

    I’d like to add a column to the template ja purity ii, to have four columns instead of three, in which file I should add the code? thank you

    thanks a lot

    hacksider Friend
    #335603

    You can edit the index.php file to add some divs, though I cant help you specifically since you didnt include a screenshot on where you want your column to be placed though.

    micrantha Friend
    #335622

    Hello,
    This is a T3 framework template.
    For adding a column you could take a look in tutorial:
    http://wiki.joomlart.com/wiki/JA_Template_Framework/Guides
    You have to study the layout-possibilities pre-programmed.
    Than you open file (template)/layouts/default.php (or one of the other layouts you use.
    Make your change in the positions array, by selecting the position you want and type in the module-position you want to associate with it.

    Good luck,
    Micrantha

    musicinme Friend
    #336122

    <em>@thanos125 161159 wrote:</em><blockquote>hello

    I’d like to add a column to the template ja purity ii, to have four columns instead of three, in which file I should add the code? thank you

    thanks a lot</blockquote>

    Try something like this:

    open …/layouts/default.php and change

    'left1' =>'left1',
    'left2' =>'left2',
    'left-mass-top' =>'lcol-mass1',
    'left-mass-bottom' =>'lcol-mass2',
    'right1' =>'right1',
    'right2' =>'right2',
    'right-mass-top' =>'rcol-mass1',
    'right-mass-bottom' =>'rcol-mass2',
    'content-mass-top' =>'content-mass-top',
    'content-mass-bottom' =>'content-mass-bot',
    'content-top' =>'content-top',
    'content-bottom' =>'content-bot',
    'inset1' =>'inset1',
    'inset2' =>'inset2'

    You will get 4 column.Additional position above and below left and right are available also.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 4 voices, and was last updated by  musicinme 14 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum