-
AuthorPosts
-
seelife Friend
seelife
- Join date:
- October 2011
- Posts:
- 87
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 6 times in 1 posts
October 8, 2011 at 8:02 am #169451Hi Folks, I have posted in Teline4 but would appreciate some quick help. Im running J1.5 & TeL4 installed from latest Quickstart. Its a redevelopment of existing sit’s etc. I am finding the JM sytem great, but my learning curve is vertical.
I want to add a new block to the Teline template just above the User6,7,8,9 area (a contanr area) and below the content mass.
I see in the template to add but not sure what else to do to activate, ie css, modules or whatever. I saw a thread on another template but cannot find it again. Is there a stepwise Tut to add a new block somewhere.
Thanks heaps & regards to all.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
seelife Friendseelife
- Join date:
- October 2011
- Posts:
- 87
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 6 times in 1 posts
October 8, 2011 at 11:20 am #417735Hi Pavit, thanks for that – I will try to read it – But like I said, Im literally days old with Joomla let alone T3.
I thought I saw a thread on this, but maybe it will not apply to TL4?
From what I see it cannot be hard, but I dont want to break too much in my trials 🙂
Thanksseelife Friendseelife
- Join date:
- October 2011
- Posts:
- 87
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 6 times in 1 posts
October 8, 2011 at 3:00 pm #417748Hi – Im not sure if I am using the right terms – What I want is a new area for content that sits above the User6,7,8,9 and below the content-mass-bot. In that I will (I guess) create a new module that will hold eith custom content or article etc.
I have added a <block> in the template using the template manager and edited the default xml.
I have added a basic css code in the template css. But whatever I do, I cannot get it to display the content there.
Im missing something – Im just too new to Joom, TeL4 and T3 etc and would appreciate a little help.
Please can anyone assist?
Best regardspavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 8, 2011 at 4:54 pm #417763Hi
Try in this manner in your default layout modify the layout as shown below
<blocks name="bottom" style="xhtml">
<block name="yourmodulename" type="modules" style="raw">yourmodulename</block>
<block name="botsl1" type="spotlight">user6,user7,user8,user9,user10</block>
<block name="botsl2" type="spotlight" special="left" specialwidth="66">user11,user12</block>
<block name="footer" type="footer" main-inner="1"></block>
</blocks>Modify the templatedetails.xml file
<position>syndicate</position>
<position>debug</position>
<position>yourmodulename</position>
</positions>Save and clear your T3 cache
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 8, 2011 at 5:43 pm #417768Sorry seelife
In the post above i mean you must have all the layout
<?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="absolute" type="modules" style="raw">absolute</block>
<block name="header" type="header"></block>
<block name="topmegamenu" type="topmega"></block>
<block name="mainnav" type="mainnav"></block>
<block name="topbar" type="topbar"></block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="slideshow" type="modules" style="raw">slideshow</block>
<block name="topsl1" type="spotlight" special="left" specialwidth="66">sl1-l,sl1-r</block>
<block name="topsl2" type="spotlight">user1,user2,user3,user4,user5</block>
</blocks>
<blocks name="middle" main-inner="1" colwidth="17">
<block name="content-top" style="raw">content-top</block>
<block name="content-bottom" style="raw">content-bot</block>
<block name="content-mass-top" style="raw" type="tabs">ja-news-1,ja-news-2,ja-news-3</block>
<block name="content-mass-bottom">content-mass-bot</block>
<block name="right-mass-top">col-mass-top</block>
<block name="right-mass-bottom">col-mass-bot</block>
<block name="inset1">left</block>
<block name="right1">right1</block>
<block name="right2">right2</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="yourmodulename" type="modules" style="raw">yourmodulename</block>
<block name="botsl1" type="spotlight">user6,user7,user8,user9,user10</block>
<block name="botsl2" type="spotlight" special="left" specialwidth="66">user11,user12</block>
<block name="footer" type="footer" main-inner="1"></block>
</blocks>
</layout>You must have this layout
Sorry for my fault
seelife Friendseelife
- Join date:
- October 2011
- Posts:
- 87
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 6 times in 1 posts
October 8, 2011 at 10:02 pm #417788Hi Pavit, that worked, perfect.
BTW, no problems with your instructions, I understood – but thank you for being so clear. Another quaestion, if I also want to “insert” a new module inside the content-mass-bot, so that it is the same with as the News area of TeL4, can I do the same thing?
Thanks for the tips.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by seelife 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum