We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Arnold D
  2. Announcement
  3. Thursday, 03 April 2014
  4.  Subscribe via email
How to create a new module position in default template JA Purity iii plz help..
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Arnold D,

To add new module position in default layout of Purity III, please follow the instruction:

#1: Open default.php file in templates/purity_iii/tpls then add new module position

<jdoc:include type="modules" name="<?php $this->_p('your_module_position_name') ?>" />


#2: Define the new created module position in TemplateDetail.xml file located in templates/purity_iii

<positions>
<position>your_module_position_name</position>
</positions>


For more detail, please check detail documentation: http://t3-framework.org/documentation/bs3-layout-system#add-position
Comment
There are no comments made yet.
  1. more than a month ago
  2. Announcement
  3. # Permalink


There are replies in this post but you are not allowed to view the replies from this post.