0
Welcome Guest! Login
0 items Join Now

dropdown menu with novus

  • dropdown menu with novus

    Posted 15 years 10 months ago
    • Is there a way to have dropdown menus in Novus? I noticed that I can change from splitmenu to module in index.php. What's that about?
  • Re: dropdown menu with novus

    Posted 15 years 10 months ago
    • That means you can have the toolbar position active so you can say..add a 3rd party menu module in there. The 3rd party menu module approach is what I recommend.
    • James Spencer / Developer & Support / Hull, UK
  • Re: dropdown menu with novus

    Posted 15 years 10 months ago
    • Thanks for your reply, James.

      I've got it set for the toolbar position. The mod is set to published. And toolbar is in the index.php

      <!--Begin Menu-->
                <div id="menu-bar">
                     <div class="wrapper">
                          <div id="horiz-menu" class="<?php echo $mtype; ?>">
                               <?php if($mtype == "module") : ?>
                                    <?php echo $topnav; ?>
                               <?php else: ?>
                                    <?php mosLoadModules('toolbar',-1); ?>
                               <?php endif; ?>
                          </div>
                     </div>
                </div>
                <!--End Menu-->

      I changed mtype from splitmenu to module

      Oh, yes, the third party mod I'm using is Extended Menu. The settings are confusing. I've tried to use every possible combo ... at least I think I have but to no avail. ??
    • Last Edit: 8 years 4 months ago by Kat05.
  • Re: dropdown menu with novus

    Posted 15 years 10 months ago
    • In the code, change

      <?php if($mtype == "module") : ?>

      To

      <?php if($mtype !== "module") : ?>
    • James Spencer / Developer & Support / Hull, UK

Time to create page: 0.035 seconds