Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • micheltorres Friend
    #156179

    Hello,

    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 Friend
    #361927

    Hello,
    did you check these posts, I hope helps:
    Adding Modules to Middle content position
    creating new module position in T3

    micheltorres Friend
    #361935

    Hello 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 Friend
    #361938

    What 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 Friend
    #361955

    Yes. I’ve published modules in new positions, but nothing happens.

    Thank you

    micheltorres Friend
    #362289

    Hello 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


    1. new-position-forum
    kobenes Friend
    #362291

    From 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…

    micheltorres Friend
    #362293

    Hello 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 Friend
    #362306

    That’s weird… Please put the same codes in to suggested place by me again, but this time can you add style=”jaraw”

    micheltorres Friend
    #362310

    There 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 Friend
    #362313

    No 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>

    tomzone Friend
    #362343

    I need to move a middle.content-top behind content-main, Any ideas?

    micheltorres Friend
    #362357

    Nothing 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


    1. new-position-forum
    micheltorres Friend
    #362628

    Anyone?
    Please.
    I really need to insert more positions, and all suggestions that I’ve received simply don’t work.

    Thanks

    charles99 Friend
    #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…

Viewing 15 posts - 1 through 15 (of 16 total)

This 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