add more module positions (bottom rows)

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Dec 05, 2013 9:41 am
Reply with quote
Report this post
Hi,

For a new website I want to use the white / grey 'rows' (like the blueap demo).
I have to use the bottom positions, because these are not between the inset and sidebar (resulting in whitespace on the left and right).

Is it possible to customize the module positions and add more 'bottom' rows?
Or can I adjust the positioning of the bottom 4 and 5 (next to each other)
Or is there another way I can achieve I can add more 'rows' to a 'page'?

THanx in advance

Roel
User avatar
Fresh Boarder

teitbite
Sat Dec 07, 2013 5:05 pm
Reply with quote
Report this post
Hi

There sould be no problem with adding new rows. Please edit file /layout/default.php and see the example of bottom positions row:

Code: Select all
               <?php if($this->API->modules('bottom6')) : ?>
               <div id="gkBottom6"<?php if($this->API->modules('bottom6') == 1) : ?> class="gkSingleModule"<?php endif; ?>>
                   <div class="gkCols6">
                       <jdoc:include type="modules" name="bottom6" style="<?php echo $this->module_styles['bottom6']; ?>" modnum="<?php echo $this->API->modules('bottom6'); ?>" />
                   </div>
               </div>
               <?php endif; ?>


just copy it under this bottom6 example with next numbers 7, 8, 9
User avatar
Moderator

GK User
Mon Dec 09, 2013 9:37 am
Reply with quote
Report this post
Thanx, I will try!
User avatar
Fresh Boarder

teitbite
Tue Dec 10, 2013 11:41 am
Reply with quote
Report this post
Hi

No problem. Glad I could help.
User avatar
Moderator


cron