-
AuthorPosts
-
September 3, 2010 at 5:06 pm #154036congtq Friend
congtq
- Join date:
- September 2009
- Posts:
- 278
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 10
- Thanked:
- 49 times in 48 posts
September 4, 2010 at 3:41 am #354574You need to change in templatesja_rasitelayoutsblocksmain.php
Move this code
[PHP]<?php if($this->countModules($inset2)) : ?>
<div class=”ja-col column ja-inset2″ style=”width:<?php echo $this->getColumnWidth(‘i2’) ?>%”>
<div class=”ja-rs5-top”><div class=”ja-rs5-tl”> </div><div class=”ja-rs5-tr”> </div></div><div class=”ja-rs5-mid”><div class=”ja-rs5-ml”><div class=”ja-rs5-mr”>
<jdoc:include type=”modules” name=”<?php echo $inset2;?>” style=”JAxhtml” />
</div></div></div><div class=”ja-rs5-bot”><div class=”ja-rs5-bl”> </div><div class=”ja-rs5-br”> </div></div>
</div>
<?php endif; ?>[/PHP]
up to above of
[PHP]<div id=”ja-content” class=”column” style=”width:<?php echo $this->getColumnWidth(‘cw’) ?>%”>[/PHP]September 8, 2010 at 12:43 pm #354924Thanks congtq, it works 😉
September 9, 2010 at 11:38 am #355046congtq, now, i need to put or move a new position in Home, to insert module ja_tabs, can you help me again?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 10, 2010 at 9:48 am #355112<em>@pelaestrada 193376 wrote:</em><blockquote>congtq, now, i need to put or move a new position in Home, to insert module ja_tabs, can you help me again?
</blockquote>
Dear pelaestrada
You can go to the templatesja_rasitelayoutsdefault.php file,Look for this code
[PHP]$positions = array (
‘left1’ =>”,
‘left2’ =>”,
‘left-mass-top’ =>”,
‘left-mass-bottom’ =>”,
‘right1’ =>”,
‘right2′ =>’right’,
‘right-mass-top’ =>”,
‘right-mass-bottom’ =>”,
‘content-mass-top’ =>’content-mass’,
‘content-mass-bottom’ =>”,
‘content-top’ =>”,
‘content-bottom’ =>”,
‘inset1’ =>”,
‘inset2′ =>’left’
);[/PHP]And change it to
[PHP]$positions = array (
‘left1’ =>”,
‘left2’ =>”,
‘left-mass-top’ =>”,
‘left-mass-bottom’ =>”,
‘right1’ =>”,
‘right2′ =>’right’,
‘right-mass-top’ =>”,
‘right-mass-bottom’ =>”,
‘content-mass-top’ =>’content-mass’,
‘content-mass-bottom’ =>”,
‘content-top’ =>”,
‘content-bottom’ =>’content-bottom’,
‘inset1’ =>”,
‘inset2′ =>’left’
);[/PHP]Then go to the back-end and assigning your modules to the content-bottom position.
I hope this help !
September 10, 2010 at 1:39 pm #355128This tutorial doens’t work? http://www.joomlart.com/forums/topic/how-to-create-new-position-in-joomla-1-5/
September 10, 2010 at 1:40 pm #355129Sorry guys, i didn’t see this new reply yet, thanks 🙂
September 10, 2010 at 1:52 pm #355130dath, the position content-bottom doesn’t exist in my templat,
but when i put the position to bottom it works
[PHP] ‘content-bottom’ =>’content-bottom’, [/PHP]
to
[PHP]
‘content-bottom’ =>’bottom’, [/PHP]AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 3 voices, and was last updated by pelaestrada 14 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Exchange positions.
Viewing 8 posts - 1 through 8 (of 8 total)