-
AuthorPosts
-
monalh Friend
monalh
- Join date:
- March 2012
- Posts:
- 68
- Downloads:
- 23
- Uploads:
- 21
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
March 17, 2012 at 6:07 am #175091Hi!
I would like to have a new module position under the slideshow and abow the main-content assigned to my start-page, spanning the whole width. How can I manage that? In my case I use main + right layout, but want a new module in whole width (in my case 980 px).khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 17, 2012 at 12:47 pm #444126– You create a new folder has name is page in /templates/ja_rave
– You copy /plugins/system/jat3/jat3/base-themes/default/page/default.php into /templates/ja_rave/page folder
– You add the code into /templates/ja_rave/default.php
<?php if($this->countModules('newposition')) : ?>
<div id="ja-newposition">
<jdoc:include type="modules" name="newposition" />
</div>
<?php endif; ?>
after
<?php
//content-mass-top
if($this->hasBlock('content-mass-top')) :
$block = &$this->getBlockXML ('content-mass-top');
?>
<div id="ja-content-mass-top" class="ja-mass ja-mass-top clearfix">
<?php $this->showBlock ($block); ?>
</div>
<?phpendif; ?>
monalh Friendmonalh
- Join date:
- March 2012
- Posts:
- 68
- Downloads:
- 23
- Uploads:
- 21
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
March 17, 2012 at 9:07 pm #444203I actually found out that it works great by using User1 also! Works perfect.
monalh Friendmonalh
- Join date:
- March 2012
- Posts:
- 68
- Downloads:
- 23
- Uploads:
- 21
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
March 17, 2012 at 10:26 pm #444225I would also like to ad one more module position, on the available “white-space” to the right of the logo. Any suggestions?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 18, 2012 at 4:22 am #444265You read the thread http://www.joomlart.com/forums/topic/how-to-create-a-new-module-position-5/
monalh Friendmonalh
- Join date:
- March 2012
- Posts:
- 68
- Downloads:
- 23
- Uploads:
- 21
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
March 18, 2012 at 2:44 pm #444333Hi! I read the thread, but I cant find templatesja_raveblocksheader.php… No file called header.php in my blocks-folder..
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 18, 2012 at 10:48 pm #444404monalh:
As a JATC Member, always remember that you have access to our JoomlArt Tutorials Section – which contains a great deal of tips and tutorials for many frequently-asked issues, as well as some more specialized issues/modifications . . . . such as HOW TO CREATE A NEW MODULE POSITION.
😎
-
AuthorPosts
This topic contains 8 replies, has 4 voices, and was last updated by TomC 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum