Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • gianfranco Friend
    #154990

    Hi all,
    I have to handle this thing but I can succeded to do it!
    I just have to add a left column under the ja content just below the space for ja news fp.
    I tried some but the only result I got is to have 4 column instead the default 3.

    If you would check the attached jpg you will understand what I need to do and maybe, I’m sure, some of you can solve it.

    Thanks to all
    best regards

    P.S Just one thing…. how can I change the date on top of the teline III ? And also all the worlds in english like you are here: / reset preference and so on ?

    Thanks again

    Gianfranco


    1. new_column
    Saguaros Moderator
    #358010

    Now, please see the design concept of the t3 framework verion 1.x layout in here

    to have the layout as you expected, you only re-configure the position of the layout, you open the file: templatesja_teline_iiilayoutsdefault.php

    and find the following code:
    [PHP]
    $positions = array (
    ‘left1’ =>”,
    ‘left2’ =>”,
    ‘left-mass-top’ =>”,
    ‘left-mass-bottom’ =>”,
    ‘right1′ =>’left’,
    ‘right2′ =>’right’,
    ‘right-mass-top’ =>’col-mass1′,
    ‘right-mass-bottom’ =>’col-mass2′,
    ‘content-mass-top’ =>”,
    ‘content-mass-bottom’ =>”,
    ‘content-top’ =>’content-top’,
    ‘content-bottom’ =>’content-bot’,
    ‘inset1’ =>”,
    ‘inset2’ =>”
    );
    [/PHP]
    replace:

    [PHP]
    $positions = array (
    ‘left1’ =>”,
    ‘left2’ =>”,
    ‘left-mass-top’ =>”,
    ‘left-mass-bottom’ =>”,
    ‘right1′ =>’left’,
    ‘right2′ =>’right’,
    ‘right-mass-top’ =>’col-mass1′,
    ‘right-mass-bottom’ =>’col-mass2′,
    ‘content-mass-top’ =>’content-top’,
    ‘content-mass-bottom’ =>”,
    ‘content-top’ =>”,
    ‘content-bottom’ =>’content-bot’,
    ‘inset1′ =>’content-left’,
    ‘inset2’ =>”
    );
    [/PHP]

    when done, the template has a new position, it’s content-left position you will put yours on there

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 13 years, 5 months ago.

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