Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • arikdan Friend
    #195550

    hi,
    i want to switch between the orders of the modules:
    JA Masshead will be instead of User 5-8, an User5 will be instead of masshead module. but i mean not switching the position in the joomla’s bacendk. i mean ordering in the php code. i tried to replacethe positions in the backend, but the image in Masshead Module wasn’t stretched to the entire screen, and that’s what is important to me.

    thanks!

    Ninja Lead Moderator
    #525796

    I’m not entirely sure what you mentioned. Just for better clarification, please send me illustrated screenshot of what you are trying to achieve. I shall help you out.

    arikdan Friend
    #525799

    hi
    this is the schematic of what i want.

    thanks!


    1. stam
    Ninja Lead Moderator
    #526024

    Hope solution below will help you switch between User 5-8 and masshead positions.

    Open the templatesja_universityetclayoutsdefault.xml file

    Change


    <blocks name="top" style="xhtml">
    <block name="absolute" type="modules" style="raw">absolute</block>
    <block name="top-panel" type="modules" style="raw" main-inner="1">top-panel</block>
    <block name="header" type="header" main-inner="1"></block>
    <block name="mainnav" type="mainnav" main-inner="1"></block>
    <block name="cpanel" type="usertools/cpanel"></block>
    <block name="masshead" style="raw" no-main="1">masshead</block>
    <block name="slideshow" style="raw">slideshow</block>
    <block name="topsl" type="spotlight">user1, user2, user3, user4</block>
    <block name="topsl1" type="spotlight">user5, user6, user7, user8</block>
    <block name="topsl2" type="spotlight">user9, user10, user11, user12</block>
    </blocks>

    To

    <blocks name="top" style="xhtml">
    <block name="absolute" type="modules" style="raw">absolute</block>
    <block name="top-panel" type="modules" style="raw" main-inner="1">top-panel</block>
    <block name="header" type="header" main-inner="1"></block>
    <block name="mainnav" type="mainnav" main-inner="1"></block>
    <block name="cpanel" type="usertools/cpanel"></block>
    <block name="topsl1" type="spotlight">user5, user6, user7, user8</block>
    <block name="slideshow" style="raw">slideshow</block>
    <block name="topsl" type="spotlight">user1, user2, user3, user4</block>
    <block name="masshead" style="raw" no-main="1">masshead</block>
    <block name="topsl2" type="spotlight">user9, user10, user11, user12</block>
    </blocks>

    Once done, clear cache from Admin area.

    arikdan Friend
    #526122

    thanks!!
    you’ve really helped me 🙂

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  arikdan 10 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum