Page 1 of 1

jump to menu bar to show on the index page

Posted: 2015-02-06 13:17
by omphilesithole
Good day!

I need help on dispalying the jump to menu bar on the index page (home page) just after you login, cos at the moment it shows when you click one of the tables that when it shows, so i need it to show just after you login?

Re: jump to menu bar to show on the index page

Posted: 2017-03-27 19:06
by thecomputerchap
I need this too!

Re: jump to menu bar to show on the index page

Posted: 2017-03-27 19:20
by thecomputerchap
Ok I've fixed this...

In incCommon.php, find the following...

<?php if(!$home_page){ ?>
<?php echo NavMenus(); ?>
<?php } ?>

And change it to...

<?php echo NavMenus(); ?>