-
AuthorPosts
-
August 26, 2010 at 8:40 am #153830
Hello,
I´d like to change module positions in JA Ores like displayed in the attached picture. Is it possible and how?
Many thanks & regards
Jens
congtq Friendcongtq
- Join date:
- September 2009
- Posts:
- 278
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 10
- Thanked:
- 49 times in 48 posts
August 28, 2010 at 7:16 am #353948Yes, of course. However probably you will have to change rather a lot of css.
Firstly, you need to define the position as you want to display in templatesja_orestemplateDetails.xml file. Next, change the position of module in templatesja_oreslayoutsdefault.php file. For more changing, continue to change files in templatesja_oreslayoutsblocks folder.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 28, 2010 at 7:21 am #353949Hello,
You open the file: templatesja_oreslayoutsblockstopsl.php and find the following code:
class=”main
class=”
2) you open this: templatesja_oreslayoutsdefault.php and remove the followingcode:
[PHP]
<?php $this->loadBlock(‘topsl’) ?>
[/PHP]
3) you open the file:templatesja_oreslayoutsblocksmain.php
find:
[PHP]
<jdoc:include type=”message” />
[/PHP]replace:
[PHP]
<jdoc:include type=”message” />
<?php $this->loadBlock(‘topsl’); ?>
[/PHP]AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 3 voices, and was last updated by Saguaros 14 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change module positions
Viewing 3 posts - 1 through 3 (of 3 total)