New BOTTOM8 area

Support desk for Multipurpose Quark Theme
GK User
Sat Feb 20, 2016 10:40 am
Hi it's possible to add a new BOTTOM8 area inot the Quark template ? just after BOTTOM7 area....
Thanks in advance.
Andrea
User avatar
Fresh Boarder

teitbite
Thu Mar 03, 2016 9:48 am
Hi

There is a "bottom8" area there already. In the matter of fact there is also "bottom9" as a standard. Please simply use one of those positions.
User avatar
Moderator

GK User
Fri Mar 04, 2016 11:50 am
Hi, thanks but I have wrong described the requirement, I need a new BOTTOM are ie BOTTOM10, BOTTOM11, etc...
Thanks in advance.
User avatar
Fresh Boarder

teitbite
Wed Mar 09, 2016 10:09 am
Hi

Please edit /layout/default.php and look for code:

Code: Select all
       <?php if($this->API->modules('bottom9') && $item_id != $error_item_id) : ?>
       <section id="gkBottom9" class="gk-clearfix<?php if($this->API->modules('bottom9') > 1) : ?> gkPage gkCols3<?php endif; ?>">
          <div <?php if(isset($this->module_ids['bottom9'])) echo ' id="'.$this->module_ids['bottom9'].'"'; ?> class="gk-clearfix<?php if($this->API->modules('bottom9') > 1) : ?> gk-not-single-module<?php endif; ?>">
             <jdoc:include type="modules" name="bottom9" style="gk_style" modcol="3" modnum="<?php echo $this->API->modules('bottom9'); ?>" />
          </div>
       </section>
       <?php endif; ?>


copy it below it and wherever You see "bottom9" change it to "bottom10", "bottom11", etc...
User avatar
Moderator


cron