-
AuthorPosts
-
June 15, 2013 at 4:11 pm #188257
Hi again
Can somebody please explain how to configure modules in Teline III to place them into two columns?
Thanks
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 15, 2013 at 4:19 pm #495980If you installed the template using quickstart then you already have installed that layout in profile main-right-left
otherwise you can use the layout i post below<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
<!--Extra css load for this layout-->
<stylesheets>
</stylesheets>
<blocks name="top" style="xhtml">
<block name="header" type="header"></block>
<block name="mainnav" type="mainnav" ></block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="navhelper" type="navhelper"></block>
<block name="topsl" type="spotlight">user1,user2,user3,user4,user5</block>
</blocks>
<blocks name="middle" colwidth="20" fixheight="1">
<block name="content-top">content-top</block>
<block name="content-bottom">content-bot</block>
<block name="right-mass-top">col-mass1</block>
<block name="right-mass-bottom">col-mass2</block>
<block name="right1">right</block>
<block name="right2">left</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="botsl" type="spotlight">user6,user7,user8,user9,user10</block><block name="footer" type="footer"></block>
</blocks>
</layout>Anyway i think you should take a look at the T3V2 documentation HERE
June 16, 2013 at 3:41 pm #495994works perfectly!
many thanks and sorry for stupid question.
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by tempus88 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to place module to right1 an right2
Viewing 3 posts - 1 through 3 (of 3 total)