Adding a module position to a Yt Framework Template
When you want to add a postion with
demoposition name, please open
templates//layouts/.xml file, and then find a place where you want to add your position, use this structure:
Example:
user1</position>
user2</position>
user3</position>
user4</position>
user5</position>
user6</position>
demoposition</position>
</positions>
- positions tag: group of positions. You have to put new position into this tag
- position tag: you will use this tag to define new position.
- width attribute: the width of module
- style attribute: this attribute is as style in the default of joomla template
- type attribute: there are two types modules and module
After you define new position in xml file, go to Administrator -> Extensions -> Module Manager, choose a module to assign to this position. In the editing page, enter new postion name into
Position Dropdown
Adding a module position to a Yt Framework Template
When you want to add a postion with
demoposition name, please open
templates//layouts/.xml file, and then find a place where you want to add your position, use this structure:
Example:
user1</position>
user2</position>
user3</position>
user4</position>
user5</position>
user6</position>
demoposition</position>
</positions>
- positions tag: group of positions. You have to put new position into this tag
- position tag: you will use this tag to define new position.
- width attribute: the width of module
- style attribute: this attribute is as style in the default of joomla template
- type attribute: there are two types modules and module
After you define new position in xml file, go to Administrator -> Extensions -> Module Manager, choose a module to assign to this position. In the editing page, enter new postion name into
Position Dropdown