-
AuthorPosts
-
March 7, 2014 at 12:11 am #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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 7, 2014 at 10:33 am #525796I’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.
March 7, 2014 at 11:22 am #525799Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 10, 2014 at 7:57 am #526024Hope 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.
March 10, 2014 at 5:24 pm #526122thanks!!
you’ve really helped me 🙂AuthorPostsViewing 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
replacing the Masshead position with User5-8 positions
Viewing 5 posts - 1 through 5 (of 5 total)