-
AuthorPosts
-
gianfranco Friend
gianfranco
- Join date:
- September 2010
- Posts:
- 73
- Downloads:
- 0
- Uploads:
- 9
- Thanked:
- 1 times in 1 posts
October 6, 2010 at 12:21 pm #154990Hi 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 regardsP.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
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 7, 2010 at 4:04 am #358010Now, 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
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Saguaros 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Add left column under ja news fp in teline III
Viewing 2 posts - 1 through 2 (of 2 total)