Status: offline

celticskyhawk

Forum User
Junior
Registered: 04/27/06
Posts: 29
I am using the chameleon plugin theme on top of GL 1.4.1 and recently installed the filemgmt plugin 1.5.3. The menu has an option for FAQ, but nothing shows up for filemgmt. My admin menu option is there and everything works fine, but it appears that the menu_elements isn't pulling it. I've read through the instructions but can't find anything. I have a file uploaded for testing and that hasn't changed anything.

Status: offline

celticskyhawk

Forum User
Junior
Registered: 04/27/06
Posts: 29
Figured it out. For some reason this code in functions.inc was commented out:
Text Formatted Code
function plugin_getmenuitems_filemgmt()
{
    global $_CONF, $LANG_FILEMGMT;
    $menuitems = array();
    $menuitems["{$LANG_FILEMGMT['downloads']}"] = $_CONF['site_url'] . "/filemgmt/index.php";
    return $menuitems;
}


I've never dealt with that file before, so it would seem it was commented out from the start. I just don't see that being the case though, so I'm not stressing about it.