Missing Admin Tools Options
For some reason I've lost some of my options in Admin Tools. I just went to edit an EZ page and the link to admin/ezpages.php no longer appears in the tools menu. The file itself is still there and still works fine. Its just not in the menu structure any more (neither the drop dow or the alt_nav version). I'm also missing the options for a couple of add-ons - again files are there and work but don't appear in the menu.
How is the tools menu populated? What could I have done to have lost some of the options?
Version 1.3.8A
Re: Missing Admin Tools Options
If you've added the "Admin Profiles" mod or otherwise altered code for admin security, menu items may go missing if your admin account doesn't have permission to access those areas.
Alternatively, you'll find the default menu items listed in the /admin/includes/boxes/tools_dhtml.php file.
Re: Missing Admin Tools Options
hi - i've come across the same problem; i do have admin profiles enabled and checked to make sure that the EZ pages box is checked in the profiles admin. (it is.) all my pages are still on the site, but the link in the tools menu is missing.
and i do not see EZ pages listed in the tools menu file you linked to above.
is there a way to find out the hard link to the admin section?
Re: Missing Admin Tools Options
Quote:
Originally Posted by
exittheapple
hi - i've come across the same problem; i do have admin profiles enabled and checked to make sure that the EZ pages box is checked in the profiles admin. (it is.) all my pages are still on the site, but the link in the tools menu is missing.
and i do not see EZ pages listed in the tools menu file you linked to above.
is there a way to find out the hard link to the admin section?
Same exact problem!
Re: Missing Admin Tools Options
I don't know if this was the right way to do this but I opened /admin/includes/boxes/tools_dhtml.php
I then compared it to the one from the original set of Zen Cart files.
I copied the lines that refer to the EZ Pages and pasted them into my existing one. It seems to have worked. :clap:
I will let you know if I run into any hiccups.