How to add another position to afterburner template sidebar? - Joomla! Forum - community, help and support


here's bit of code form that:

code: select all

<?php if ($rightcolumn_width != 0) : ?>
                        <div id="col3" class="<?php echo $rightcolumn_color; ?>">
                          <jdoc:include type="modules" name="right" style="afterburner" />
                        </div>
            <?php endif; ?>


i want add sidebar position did this:

code: select all

<?php if ($rightcolumn_width != 0) : ?>
                        <div id="col3" class="<?php echo $rightcolumn_color; ?>">
                          <jdoc:include type="modules" name="right" style="afterburner" />
                          <jdoc:include type="modules" name="right1" style="afterburner" />
                        </div>
            <?php endif; ?>


i added in template details too, it's still not working. can see position on page in ?tp=1 module won't show.

ughh showing





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support