Currently I'm testing a demo version of EBMM and am having a slight problem. I've a php index page and want to use the'php include' method to add the created menu. I've done this and it worked, when all the files were relative to the index page and within the 'mysite folder'. When I tried to create a 'menu folder' and use the include method, it created problems. I've changed all the file addresses I could see to "menu/####" which partially cured the problem, but the rollovers don't work. I've also experimented with several export options, saving or creating folders which also seem to fail. As I'm using this on localhost I just want to make it work and export the finished site to my server.
What options do I select to enable this and save time?
Saving menu to folders
Saving menu to folders
Amateur web design now dabbling with php and jquery
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: Saving menu to folders
You can use absolute paths (e.g. /menus/) so if your domain is www.yoursite.com and menu files are put under www.yoursite.com/menus, it should work.
While using Insert into Web Page wizard, simply enter your absolute path.
While using Insert into Web Page wizard, simply enter your absolute path.
Re: Saving menu to folders
Thinking about it, when I tried the various save/export options, the one where I could save the images in a sub-directory relative to the file created, it didn't work. I would have expected it to ask where I wanted the created files saved. It didn't do this and as far as I could see, no files were created. Is this disabled in the demo?
I've tried it again, and opened a previously created version. Deleting the created files from last time and trying to save them again results in an error or no save at all.
I've tried it again, and opened a previously created version. Deleting the created files from last time and trying to save them again results in an error or no save at all.

Amateur web design now dabbling with php and jquery
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: Saving menu to folders

Try using Just generate HTML code and necessary files and following the instructions precisely.
Re: Saving menu to folders
Hi Karlis, well I am trying itKarlis wrote:I simply do not understand why everybody else can get this right and you can not.
Try using Just generate HTML code and necessary files and following the instructions precisely.


- Create a menu
- Save it as e.g. menu with subfolder
- Create another menu
- Save the files and BAMP file with the same name in the same folder
- Writes to folder without warning of overwrite
- Will have created two menu.htm files, one of which will not open in a browser
- The images in the subfolder don't get updated if changed
Overall I'd say I understand the error I made better and should have no problems now, hopefully.

Amateur web design now dabbling with php and jquery
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: Saving menu to folders
Yes, the no-overwrite prompt is a usability-problem, I'll note that.
You should note, though, that diferent menus should be saved to diferent folders.
You should note, though, that diferent menus should be saved to diferent folders.