-
AuthorPosts
-
Xinxeta Multimedia Friend
Xinxeta Multimedia
- Join date:
- September 2014
- Posts:
- 41
- Downloads:
- 45
- Uploads:
- 4
- Thanks:
- 8
April 14, 2011 at 9:06 am #162776Can i remove the content position only in the main page??
And i want to add 3 modules positions in the template (see the picture).Thanks
Xinxeta Multimedia FriendXinxeta Multimedia
- Join date:
- September 2014
- Posts:
- 41
- Downloads:
- 45
- Uploads:
- 4
- Thanks:
- 8
April 15, 2011 at 8:47 am #386519I need to know how to fix it. any suggestion?
ThanksPhill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 15, 2011 at 8:56 am #386521To delete the main content you can make a copy of the profile you are using but in that copy of the profile set the option “Hide main content block” to “Yes”. We then need to assign that profile to the frontpage. That is done in the general tab in the “Profile Override Settings” section. Add a new item to the list with your home menu in the left column and your new profile name in the right column (dropdowns will appear when you hit the “click to add” boxes). Save your settings and clear your jat3 cache and in some cases your cookies too.
We can look at the new module positions when you have that bit sorted.
1 user says Thank You to Phill for this useful post
Xinxeta Multimedia FriendXinxeta Multimedia
- Join date:
- September 2014
- Posts:
- 41
- Downloads:
- 45
- Uploads:
- 4
- Thanks:
- 8
April 15, 2011 at 10:27 am #386535Ok!! Works perfectly…
And now, how to add the new module positions?
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 15, 2011 at 1:10 pm #386561Are you using the J1.5 version or the J1.6 version?
1 user says Thank You to Phill for this useful post
Xinxeta Multimedia FriendXinxeta Multimedia
- Join date:
- September 2014
- Posts:
- 41
- Downloads:
- 45
- Uploads:
- 4
- Thanks:
- 8
April 15, 2011 at 1:29 pm #386568Joomla 1.5
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 15, 2011 at 2:04 pm #386572From the template manager open the layouts tab and edit your layout by adding the 2 lines I have highlighted in red 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="top-panel" type="modules" style="raw" main-inner="1">top</block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="header" type="header" main-inner="1"></block>
<block name="mainnav" type="mainnav" main-inner="1"></block>
<block name="slideshow" type="modules" style="raw">slideshow</block>
<block name="topsl" type="spotlight" style="raw" main-inner="1">user1,user2</block>
</blocks>
<blocks name="middle" colwidth="20">
<block name="content-mass-top" style="raw">content-mass-top</block>
<block name="inset1" style="jaxhtml">left</block>
<block name="right1" style="jaxhtml">right</block>
<block name="content-bottom" type="spotlight">content-bottom</block>
<block name="content-mass-bottom" type="spotlight">bottom1,bottom2</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="botsl-2" type="spotlight" main-inner="1">user4</block>
<block name="botsl-1" type="spotlight" main-inner="1">user5,user6,user7,user8,user9,user10</block>
<block name="navhelper" type="navhelper" main-inner="1"></block>
<block name="footer" type="footer" main-inner="1"></block>
</blocks>
</layout>Xinxeta Multimedia FriendXinxeta Multimedia
- Join date:
- September 2014
- Posts:
- 41
- Downloads:
- 45
- Uploads:
- 4
- Thanks:
- 8
April 18, 2011 at 8:18 am #386829When i apply the changes, the page trunks and i receive this error:
XML Parsing Error at 19:100. Error 76: Mismatched tag
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 18, 2011 at 9:57 am #386871Sorry, there was a minor typo in the above code. The second bit in red should have ended in </block>. I somehow put “</blocks>” by mistake. Please remove the extra “s”.
Xinxeta Multimedia FriendXinxeta Multimedia
- Join date:
- September 2014
- Posts:
- 41
- Downloads:
- 45
- Uploads:
- 4
- Thanks:
- 8
April 18, 2011 at 10:36 am #386892Ok, thanks
July 24, 2011 at 2:14 pm #402744Hello,
I am also trying to delete the main content on the frontpage only. I would like 2 side by side module positions to go in the location where the main content goes.I followed all of the steps above, but the content displays below where the main content would go
Would someone be able to help me out with this. Attached in how I would like to have the positions.Thanks for any help!
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
July 26, 2011 at 9:39 am #403076Please try adding the line in red below.
<blocks name="middle" colwidth="20">
<block name="content-mass-top" style="raw">content-mass-top</block>
<block name="content-top" style="spotlight">top1,top2</block>
<block name="inset1" style="jaxhtml">left</block>
<block name="right1" style="jaxhtml">right</block>
<block name="content-bottom" type="spotlight">content-bottom</block>
<block name="content-mass-bottom" type="spotlight">bottom1,bottom2</block>
</blocks>
Which should give you the two module positions top1 and top2
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 3 voices, and was last updated by Phill 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum