-
AuthorPosts
-
micheltorres Friend
micheltorres
- Join date:
- March 2008
- Posts:
- 171
- Downloads:
- 4
- Uploads:
- 25
- Thanks:
- 36
- Thanked:
- 2 times in 1 posts
November 8, 2010 at 9:53 am #156179Hello,
I´m trying to do this, but not working. I was read your T3 docs, but simply don´t work. Probably I was made some mistakes.
Please help me
Thanks
kobenes Friendkobenes
- Join date:
- April 2010
- Posts:
- 177
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 29 times in 28 posts
November 8, 2010 at 11:30 am #361927Hello,
did you check these posts, I hope helps:
Adding Modules to Middle content position
creating new module position in T31 user says Thank You to kobenes for this useful post
micheltorres Friendmicheltorres
- Join date:
- March 2008
- Posts:
- 171
- Downloads:
- 4
- Uploads:
- 25
- Thanks:
- 36
- Thanked:
- 2 times in 1 posts
November 8, 2010 at 1:12 pm #361935Hello kobenes,
I change to:
<blocks name=”middle” colwidth=”22″>
<block name=”content-top” type=”spotlight”>user1,user2,user3</block>
<block name=”content-mass-top” style=”jaraw”>content-mass-top</block>
<block name=”content-mass-bot” style=”jaraw”>content-mass-bot</block>
<block name=”inset2″>left</block>
<block name=”right2″>right</block>
</blocks>Including content-mass-bot and changing order of content-mass-top and content-top. But, nothing happens.
What I am doing wrong?
Thank you
kobenes Friendkobenes
- Join date:
- April 2010
- Posts:
- 177
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 29 times in 28 posts
November 8, 2010 at 1:28 pm #361938What you mean with “nothing happened” ? Did you publish modules on your new module positions? You should write your position name manually (by your keyboard) in the Module Manager, because you didn’t add the module position name in the template XML file.
micheltorres Friendmicheltorres
- Join date:
- March 2008
- Posts:
- 171
- Downloads:
- 4
- Uploads:
- 25
- Thanks:
- 36
- Thanked:
- 2 times in 1 posts
November 8, 2010 at 2:54 pm #361955Yes. I’ve published modules in new positions, but nothing happens.
Thank you
micheltorres Friendmicheltorres
- Join date:
- March 2008
- Posts:
- 171
- Downloads:
- 4
- Uploads:
- 25
- Thanks:
- 36
- Thanked:
- 2 times in 1 posts
November 10, 2010 at 12:42 pm #362289Hello again,
I want to insert a new position BELOW USER1,USER2,USER3, like image attached.
I was follow framework guide, without any success.
Probably I am dumb 🙂
But you certainly can made a better explanation.Anyone can help me?
Thanks
kobenes Friendkobenes
- Join date:
- April 2010
- Posts:
- 177
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 29 times in 28 posts
November 10, 2010 at 1:00 pm #362291From the template manager, you should click on Layouts tab and click on Edit button for your currently-used layout. A popup window will be opened with your block codes.
You can add whereever you want publish your modules on your template…
<block name="module-name">position(s)-name(s)</block>
After you did that, than you should publish your module(s), whith sanme positions that you just created, manually enter them for module position.As I can see in the picture you want to add this module position above the content. So you should add it before content block, so it will be after like something: <block name=”topsl” type=”spotlight” main-inner=”1″>user1,user2,user3,user4,user5</block> </blocks>
I hope this helps…1 user says Thank You to kobenes for this useful post
micheltorres Friendmicheltorres
- Join date:
- March 2008
- Posts:
- 171
- Downloads:
- 4
- Uploads:
- 25
- Thanks:
- 36
- Thanked:
- 2 times in 1 posts
November 10, 2010 at 1:42 pm #362293Hello kobenes. Thanks for your good will.
Following you I can publish modulos in bottom position, but none where I want to do. I don’t have <block name=”topsl”…>
Take a look of my current layout (default from joomlart, I just insert line suggested by you):
<?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=”jaraw” main-inner=”1″>top-panel</block>
<block name=”header” type=”header” main-inner=”1″></block>
<block name=”topbar” type=”topbar”></block>
<block name=”mainnav” type=”mainnav”></block>
<block name=”cpanel” type=”usertools/cpanel”></block>
</blocks>
<blocks name=”middle” colwidth=”22″>
<block name=”content-mass-top” style=”jaraw”>content-mass-top</block>
<block name=”content-top” type=”spotlight”>user1,user2,user3</block>
<block name=”iscas”>chamaiscascapa</block> <—- LINE SUGGESTED BY YOU
<block name=”inset2″>left</block>
<block name=”right2″>right</block>
</blocks>
<blocks name=”bottom” style=”xhtml”>
<block name=”botsl” type=”spotlight” main-inner=”1″>user6,user7,user8,user9,user10</block> <- WHEN I INSERTED HERE, WORKS, BUT IN WRONG PLACE
<block name=”navhelper” type=”navhelper” main-inner=”1″></block>
<block name=”footer” type=”footer”></block>
<block name=”ie-rounded” type=”ie-rounded” no-main=”1″ no-wrap=”1″></block>
</blocks>
</layout>Many thanks
kobenes Friendkobenes
- Join date:
- April 2010
- Posts:
- 177
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 29 times in 28 posts
November 10, 2010 at 3:00 pm #362306That’s weird… Please put the same codes in to suggested place by me again, but this time can you add style=”jaraw”
micheltorres Friendmicheltorres
- Join date:
- March 2008
- Posts:
- 171
- Downloads:
- 4
- Uploads:
- 25
- Thanks:
- 36
- Thanked:
- 2 times in 1 posts
November 10, 2010 at 3:15 pm #362310There is no “<block name=”topsl” type=”spotlight” main-inner=”1″>user1,user2,user3,user4,user5</block> </blocks>” in my layout (original from quickstart)
My layout actually is:
<?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=”jaraw” main-inner=”1″>top-panel</block>
<block name=”header” type=”header” main-inner=”1″></block>
<block name=”topbar” type=”topbar”></block>
<block name=”mainnav” type=”mainnav”></block>
<block name=”cpanel” type=”usertools/cpanel”></block>
</blocks>
<blocks name=”middle” colwidth=”22″>
<block name=”content-mass-top” style=”jaraw”>content-mass-top</block>
<block name=”content-top” type=”spotlight”>user1,user2,user3</block>
<block name=”iscas” style=”jaraw”>chamaiscascapa</block>
<block name=”inset2″>left</block>
<block name=”right2″>right</block>
</blocks>
<blocks name=”bottom” style=”xhtml”>
<block name=”botsl” type=”spotlight” main-inner=”1″>user6,user7,user8,user9,user10</block>
<block name=”navhelper” type=”navhelper” main-inner=”1″></block>
<block name=”footer” type=”footer”></block>
<block name=”ie-rounded” type=”ie-rounded” no-main=”1″ no-wrap=”1″></block>
</blocks>
</layout>:confused:
kobenes Friendkobenes
- Join date:
- April 2010
- Posts:
- 177
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 29 times in 28 posts
November 10, 2010 at 3:34 pm #362313No i mean put the code that you mentioned 2 post before 🙂 Not my first reply…
I mean you said that:
<block name="content-top" type="spotlight">user1,user2,user3</block>
<block name="iscas" style="jaraw">chamaiscascapa</block> <---- LINE SUGGESTED BY YOU
<block name="inset2">left</block>November 10, 2010 at 10:21 pm #362343I need to move a middle.content-top behind content-main, Any ideas?
micheltorres Friendmicheltorres
- Join date:
- March 2008
- Posts:
- 171
- Downloads:
- 4
- Uploads:
- 25
- Thanks:
- 36
- Thanked:
- 2 times in 1 posts
November 10, 2010 at 11:51 pm #362357Nothing works like I need
I want a position just ABOVE main content, BELOW user1, user2, user3 (on default JA Social quickstart)
I’ve tryied many possibilities and I can do my new position in everyplace, except where I want.
My Layout is:
<?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=”jaraw” main-inner=”1″>top-panel</block>
<block name=”header” type=”header” main-inner=”1″></block>
<block name=”topbar” type=”topbar”></block>
<block name=”mainnav” type=”mainnav”></block>
<block name=”cpanel” type=”usertools/cpanel”></block>
</blocks>
<blocks name=”middle” colwidth=”22″>
<block name=”content-mass-top” style=”jaraw”>content-mass-top</block>
<block name=”content-top” type=”spotlight”>user1,user2,user3</block>
<block name=”chama-iscas” style=”jaraw”>chamaiscascapa</block>
<block name=”inset2″>left</block>
<block name=”right2″>right</block>
</blocks>
<blocks name=”bottom” style=”xhtml”>
<block name=”botsl” type=”spotlight” main-inner=”1″>user6,user7,user8,user9,user10</block>
<block name=”navhelper” type=”navhelper” main-inner=”1″></block>
<block name=”footer” type=”footer”></block>
<block name=”ie-rounded” type=”ie-rounded” no-main=”1″ no-wrap=”1″></block>
</blocks>
</layout>In bold, the position I’ve created (doesn’t work)
Please somebody help me.
Thanks
micheltorres Friendmicheltorres
- Join date:
- March 2008
- Posts:
- 171
- Downloads:
- 4
- Uploads:
- 25
- Thanks:
- 36
- Thanked:
- 2 times in 1 posts
November 12, 2010 at 4:57 pm #362628Anyone?
Please.
I really need to insert more positions, and all suggestions that I’ve received simply don’t work.Thanks
charles99 Friendcharles99
- Join date:
- December 2008
- Posts:
- 314
- Downloads:
- 207
- Uploads:
- 17
- Thanks:
- 8
- Thanked:
- 50 times in 6 posts
November 14, 2010 at 3:16 pm #362839<em>@micheltorres 203253 wrote:</em><blockquote>Anyone?
Please.
I really need to insert more positions, and all suggestions that I’ve received simply don’t work.Thanks</blockquote>
It you check my post it will show you how to add 5 new module positions…. And the template you are using uses content-top and content-bottom…
I have posted a example of what I am using so just copy it, and you are good to go!
You can move the blocks around in order to get the effect you…
Here is example where I moved the content-bottom setting to get the effect you want. But just move it around until you have what you want…
<blocks name=”middle” colwidth=”26″>
<block name=”content-mass-top” style=”jaraw”>content-mass-top</block>
<block name=”content-top” type=”spotlight”>user1,user2,user3</block>
<block name=”content-bottom” type=”spotlight”>user12,user13,user14</block>
<block name=”inset2″>left</block>
<block name=”right2″>right</block>
<block name=”content-mass-bottom” type=”spotlight” special=”right” specialwidth=”26″ main-inner=”1″>user15,user16</block>I hope this helps…. almost forgot the special=”right” will give you a 75% / 25% module position layout just like in the Droid Template…
1 user says Thank You to charles99 for this useful post
AuthorPostsThis topic contains 16 replies, has 4 voices, and was last updated by micheltorres 14 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum