Graniteman22
If your shop /admin is rename to something like that /admin123, then below is what you do
Copy
/zc_1.5.x/admin/missing_images.php
to
/admin123/missing_images.php
Copy
/zc_1.5.x/admin/includes/extra_datafiles/missing_images.php
to
/admin123/includes/extra_datafiles/missing_images.php
Then on Admin Back End, go Tools --> Install SQL Patches
Then reload your admin page, then you will see the new Menu Under Tools --> Missing Images CheckerPHP Code:INSERT INTO admin_pages (page_key, language_key, main_page, page_params, menu_key, display_on_menu, sort_order) VALUES ('missingImagesChecker', 'BOX_TOOLS_MISSINGIMAGESCHECKER', 'FILENAME_MISSINGIMAGESCHECKER', '', 'tools', 'Y', 50);
Hope this help.
Thank you
Best Regards,
Jimmy Chan
http://www.jimmychan.tk
http://explorerhome.no-ip.org/blog


Reply With Quote
