Bruce, I'm not sure what exactly you need to know, but I'll try to clarify a few thing for you at best that I can. bruce wrote: > i'm going through the mambo app, trying to figure out where in the code the > app starts to generate the actual menus for the Admin functions. i've > tracked the actual code that gets generated "mod_fullmenu.php" but i can't > seem to tell exactly how this code in the jscript gets generated... it The full menu utilizes JSCookmenu class, where the menu items are hardcoded in the mod_fullmenu.php, from around line: 60 - 320+ > appears that the "mod_fullmenu" page is somehow included, but i can't find > out where this happens. Here's what I don't quite understand what you mean by "where this happens". Did you mean how the mod_fullmenu.php is eval'd? The way Mambo works is by 'including' the scripts into different sections by using the mosLoadAdminModule('position_name') function call. The funcion just regurgitates the PHP code so that it is interpreted. > and yeah, i've tried to ask/send emails to people on the mambo list with no > luck. so i figured i'd ask here, if anybody has experience with playing with > the code of mambo... I have quite a few years of experience in dealing with Mambo, but I'm definitely no expert. Hope that helps anyway. -- Wee Keat Chin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php