-
AuthorPosts
-
hoknight Friend
hoknight
- Join date:
- July 2009
- Posts:
- 400
- Downloads:
- 128
- Uploads:
- 225
- Thanks:
- 110
- Thanked:
- 4 times in 4 posts
June 16, 2015 at 5:00 am #207437Hi,
Is it possible to add a new position upon the main content?
Just like my attached file.Regards,
Johnny
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 16, 2015 at 5:09 am #574163Hi
edit this file templatesja_cagotplsblocksmainbodytwo-sidebar.php
<div id="t3-mainbody" class="container t3-mainbody">
<div class="row"><!-- MAIN CONTENT -->
<div id="t3-content" class="t3-content col-xs-12 col-md-6 col-md-push-3">
<jdoc:include type="modules" name="<?php $this->_p('newmodule') ?>" style="raw"/>
<?php if($this->hasMessage()) : ?>
<jdoc:include type="message" />
<?php endif ?><jdoc:include type="component" />
</div>
<!-- //MAIN CONTENT -->add the line of code in red , newmodule is the name of your module
hoknight Friendhoknight
- Join date:
- July 2009
- Posts:
- 400
- Downloads:
- 128
- Uploads:
- 225
- Thanks:
- 110
- Thanked:
- 4 times in 4 posts
June 16, 2015 at 6:30 am #574172Thanks to your reply!
I just added the new position following your step.I can see the new position displayed at template manager.
However,why I can’t find this position on the module page?Regards,
Johnny-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 16, 2015 at 8:06 am #574196Hi
Go to this file templatesja_cagotemplateDetails.xml and add your new position name
<position>footer-9</position>
<position>footer-10</position>
<position>debug</position>
<position>YOURPOSITIONNAME</position>1 user says Thank You to pavit for this useful post
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by pavit 9 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum