-
AuthorPosts
-
nataliia Friend
nataliia
- Join date:
- December 2010
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 21
- Thanked:
- 1 times in 1 posts
July 7, 2011 at 2:00 am #166021Hi!
I would like to have an ability to install a module after a content. So I would like to know how I can add a new position right after a content.Thanks
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 7, 2011 at 9:34 am #400186Hi you can do it following way below :
1.Login to backend >> go to template manager >> select ja Methys >> click layout tab >> click to edit button for “default” layout, on popup window change code from
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
<!--Extra css load for this layout-->
<stylesheets>
</stylesheets>
<scripts>
<file>js/ja.more.js</file>
</scripts>
<blocks name="top" style="xhtml">
<block name="absolute" type="modules" style="raw">absolute</block>
<block name="top-panel" type="modules" style="raw">top-panel</block>
<block name="header" type="header" main-inner="1"></block>
<block name="slideshow" type="modules" no-main="1" >slideshow</block>
<block name="video" type="modules" >video</block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4,user5</block>
</blocks>
<blocks name="middle" colwidth="22" fixheight="1">
<block name="content-mass-top" type="modules">content-mass-top</block>
<block name="inset2">left</block>
<block name="right1" width="30">right</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="botsl" type="spotlight" main-inner="1" specialwidth="30">user6,user7,user8,user9,user10</block>
<block name="navhelper" type="navhelper" main-inner="1"></block>
<block name="footer" type="footer"></block>
</blocks>
</layout>
to :
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
<!--Extra css load for this layout-->
<stylesheets>
</stylesheets>
<scripts>
<file>js/ja.more.js</file>
</scripts>
<blocks name="top" style="xhtml">
<block name="absolute" type="modules" style="raw">absolute</block>
<block name="top-panel" type="modules" style="raw">top-panel</block>
<block name="header" type="header" main-inner="1"></block>
<block name="slideshow" type="modules" no-main="1" >slideshow</block>
<block name="video" type="modules" >video</block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4,user5</block>
</blocks>
<blocks name="middle" colwidth="22" fixheight="1">
<block name="content-mass-top" type="modules">content-mass-top</block>
<block name="content-bottom" type="modules">content-bottom</block>
<block name="inset2">left</block>
<block name="right1" width="30">right</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="botsl" type="spotlight" main-inner="1" specialwidth="30">user6,user7,user8,user9,user10</block>
<block name="navhelper" type="navhelper" main-inner="1"></block>
<block name="footer" type="footer"></block>
</blocks>
</layout>
Then you try to put a module to “content-bottom” position you will see it under content.
Hope can help you1 user says Thank You to Sherlock for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Sherlock 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to add layout aftercontent
Viewing 2 posts - 1 through 2 (of 2 total)