- Posts: 1
- Thank you received: 0
Add another "advert" position
12 years 2 months ago #32909
by Hrastopow
Add another "advert" position was created by Hrastopow
Hello,
I like your template and bought it for my band webpage. Is it possible to add more advert positions in the code? Im quite skilled in programming, but not in joomla, so I don't know in which files to look, in order to add a new position.
What I want is to have 10 advert positions instead of 6.. one under another, like on the page, styled appropriately.
Can you point me in the right direction?
Regards,
Miha
I like your template and bought it for my band webpage. Is it possible to add more advert positions in the code? Im quite skilled in programming, but not in joomla, so I don't know in which files to look, in order to add a new position.
What I want is to have 10 advert positions instead of 6.. one under another, like on the page, styled appropriately.
Can you point me in the right direction?
Regards,
Miha
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #32939
by ivan.milic
Replied by ivan.milic on topic Add another "advert" position
Positions are defined in XML file in template directory templateDetails.xml you will see <positions> element where you need to add your new positions.
Other step is to put position in place in index.php of template position rendering is called like this:
<jdoc:include type="modules" name="position_name" style="xhtml" />
Other step is to put position in place in index.php of template position rendering is called like this:
<jdoc:include type="modules" name="position_name" style="xhtml" />
Please Log in to join the conversation.
Time to create page: 0.290 seconds