0
Welcome Guest! Login
0 items Join Now

place a new module position

    • Tectic's Avatar
    • Tectic
    • Rocketeer
    • Posts: 54
    • Thanks: 0

    place a new module position

    Posted 15 years 2 months ago
    • I'd like to be able to place a new position above the 'top' position in Afterburner to display a graphic that my client insists be on the site(!),

      I'm sure I've seen a post in the past on how to add a module position to a template but I've just spent a fruitless half-hour searching for it - guess my brain's too tired to think up suitable search key words! so can anyone point me in the right direction? Ta!
    • Tectic
      Success is a journey not a destination
  • Re: place a new module position

    Posted 15 years 2 months ago
    • Hello,

      Open the template's index.php and find:
      <div id="header">

      place this code after it:
      <?php if ($this->countModules('top2')) : ?>
                                    <jdoc:include type="modules" name="top2" style="none" />
                          <?php endif; ?>

      Now publish your module to 'top2' position. Just enter top2 directly into your module's position dropdown when you configure it.
    • Tectic's Avatar
    • Tectic
    • Rocketeer
    • Posts: 54
    • Thanks: 0

    Re: place a new module position

    Posted 15 years 2 months ago
    • :D Many thanks Mike, perfect!
    • Tectic
      Success is a journey not a destination

Time to create page: 0.054 seconds