Welcome to Geeklog, Anonymous Wednesday, November 27 2024 @ 08:31 pm EST
Geeklog Forums
filemgmt doesn't show up on menu
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.
10
12
Quote
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:
{
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.
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.
11
14
Quote
All times are EST. The time is now 08:31 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content