Plugin's been updated.
Since initial testing is complete (thanks to those who tested), I'm sticking the plugin in it's own thread.
Plugin's been updated.
Since initial testing is complete (thanks to those who tested), I'm sticking the plugin in it's own thread.
And I've just noticed I had a couple modlooks. They've been taken care of.
Sorry about that. :)
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.
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?
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. :)
Or use a widget...
« Previous 1 2 3