Module on MainMenu

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Jul 19, 2013 5:41 am
Reply with quote
Report this post
Hi

I would like to add a Custom HTML module published on the mainmenu, it's just a couple of Social icons, but for some reason its not showing.

Any ideas?

TIA

Kev
User avatar
Gold Boarder

GK User
Fri Jul 19, 2013 6:12 am
Reply with quote
Report this post
Hi,
because of that
Code: Select all
 <?php if($this->API->get('show_menu', 1)) : ?>
                <div id="gkMainMenu" class="gkPage">
                        <?php
                   $this->mainmenu->loadMenu($this->API->get('menu_name','mainmenu'));
                    $this->mainmenu->genMenu($this->API->get('startlevel', 0), $this->API->get('endlevel',-1));
                ?>
                </div>
                <?php endif; ?>

Inside template folder : gk_creativity\layouts\default.php

As you see there is menu not a typical module position,
but you can change it and add your own position, if you like, instead of our menu.

TIP: http://www.gavick.com/documentation/joo ... -position/

I think, Now you have all info how to do this.
User avatar
Platinum Boarder


cron