The MU forums have moved to WordPress.org

Editing and creating top level navigation menus (66 posts)

  1. lunabyte
    Member
    Posted 17 years ago #

    Plugin's been updated.
    Since initial testing is complete (thanks to those who tested), I'm sticking the plugin in it's own thread.

    New Thread

  2. drmike
    Member
    Posted 17 years ago #

    And I've just noticed I had a couple modlooks. They've been taken care of.

    Sorry about that. :)

  3. lunabyte
    Member
    Posted 17 years ago #

    It's cool. We'll just dock your pay. Oh, wait a sec... ;)

    Reminds me I need to push out the latest and greatest version of my plugin. It's been a couple weeks, and other than a minor issue, all seems well.

  4. drummergirl
    Member
    Posted 16 years ago #

    Can anyone tell me how to get this working in MU? I have installed it to the plugins directory and activated it from admin. I put the code in the header of the default template and tested with a few links. Works great on the main home page, but throws up error messages on the subdomain pages. What do I need to do differently to make this work? I need to give the users a menu that they can customize themselves. I thought this was the answer for MU - is it?

  5. drummergirl
    Member
    Posted 16 years ago #

    Ok - figured this one out...

    <?php
    if (function_exists('wg_get_menu')) {
    echo wg_get_menu();
    }
    ?>

    This keeps it from displaying the error message on the blogs that don't have it activated. :)

  6. lunabyte
    Member
    Posted 16 years ago #

    Or use a widget...

About this Topic

  • Started 17 years ago by dizzy99
  • Latest reply from lunabyte