How to add a new module position in afterburner template - Joomla! Forum - community, help and support


hi there,

i working on rocketheme afterburner template (see 1.jpeg) , need add new module position in right of advertisement module (see 2.jpeg) site shown in picture 3.jpeg (see attach).

can show me how that?

thank in advance.

i've added code below in index.php , templatedetails.xml files:

index.php
<?php if ($this->countmodules('adv')) : ?>
<div id="adv1" class="dp66">
<jdoc:include type="modules" name="adv" style="xhtml" />
</div>
<?php endif; ?>
<?php if ($this->countmodules('buttons')) : ?>
<div id="adv2" class="dp33">
<jdoc:include type="modules" name="buttons" style="xhtml" />
</div>
<?php endif; ?>


templatedetails.xml
<position>adv</position>
<position>buttons</position>

i'm having adv , buttons modules in 2 different rows. want display them in 1 row , 2 column (as shown in picture above). tried on , on again , i'm loosing patience this. there tutorial explains how make structure of modules in index.php file?

thank you.





Comments