-
AuthorPosts
-
August 16, 2017 at 12:24 am #1056674
JoomlArt Purity III 1.2.0 Joomla 3.7.3
How to Add a New Module Position in Purity III?
Thanks
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 16, 2017 at 11:58 am #1056788Hi
I read this documentation before asking a question.
This not work in content, in Main Page.
I want to create a New Module POSITION in one-sidebar-right.php.
How to do it?<!-- MAIN CONTENT --> <div id="t3-content" class="t3-content col-xs-12 col-sm-9"> <?php if($this->hasMessage()) : ?> <jdoc:include type="message" /> <?php endif ?> <jdoc:include type="component" /> <!-- //Here is my module --> </div> <!-- //MAIN CONTENT -->
Please move my question to Public Forums JoomlArt Purity III.
Thanks
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 17, 2017 at 12:51 am #1056859Hi
Kindly add module position as shown in the documentation and it will work.
You only need to add the module position code as given in this documentation.this thread is now on this forum and can not move. I suggest you to open the thread on correct forum page for future.
August 17, 2017 at 11:11 am #1056965Hi
I do this:<!-- MAIN CONTENT --> <div id="t3-content" class="t3-content col-xs-12 col-sm-9"> <?php if($this->hasMessage()) : ?> <jdoc:include type="message" /> <?php endif ?> <jdoc:include type="component" /> <!-- //Here is my module --> <jdoc:include type="modules" name="<?php $this->_p('my_module_position_name') ?>" /> <!-- //Here is my module --> </div> <!-- //MAIN CONTENT -->
Add in TemplateDetail.xml
<positions> <position>position-14</position> <position>position-15</position> <position>my_module_position_name</position> <! my created module position /> </positions>
This does not work.
Where (in which folder) to copy TemplateDetail.xml, so that it will not be overwritten when updating the template?
ThanksPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 17, 2017 at 12:06 pm #1056973Hi
Are you getting the position in the layout section.
Kindly share a temp super user details in Private reply.
I will have a better look.Regards
August 17, 2017 at 4:50 pm #1057008Site on local
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 18, 2017 at 1:20 am #1057067You can put the site live and share the details here.
I will check it.Regards
August 18, 2017 at 11:12 am #1057193Pankaj Sharma
Where (in which folder) to copy TemplateDetail.xml, so that it will not be override when updating the template?
RegardsPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 20, 2017 at 2:53 pm #1057387Hi
You can not override this file.
You can add the module position name in this file and you module does not effect on template update.Regards
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum