Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • templater Friend
    #1056674

    JoomlArt Purity III 1.2.0 Joomla 3.7.3

    How to Add a New Module Position in Purity III?

    Thanks

    Pankaj Sharma Moderator
    #1056676

    Hi
    Here is the documentation helps you to create new module positions.

    Regards

    templater Friend
    #1056788

    Hi
    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

    • This reply was modified 6 years, 8 months ago by  templater.
    • This reply was modified 6 years, 8 months ago by  templater.
    Pankaj Sharma Moderator
    #1056859

    Hi
    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.

    templater Friend
    #1056965

    Hi
    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?
    Thanks

    Pankaj Sharma Moderator
    #1056973

    Hi
    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

    templater Friend
    #1057008

    Site on local

    Pankaj Sharma Moderator
    #1057067

    You can put the site live and share the details here.
    I will check it.

    Regards

    templater Friend
    #1057193

    Pankaj Sharma
    Where (in which folder) to copy TemplateDetail.xml, so that it will not be override when updating the template?
    Regards

    Pankaj Sharma Moderator
    #1057387

    Hi
    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

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 9 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum