Eighteen48 Posted March 17, 2008 Posted March 17, 2008 I am adding Page Editor v1.6 and so far everything has been cut and dry except the installation on the Admin side of things. The instructions says: Open catalog/admin/index.php Find near line:46 array('title' => BOX_HEADING_REPORTS, 'image' => 'reports.gif', 'href' => tep_href_link(FILENAME_STATS_PRODUCTS_PURCHASED, 'selected_box=reports'), 'children' => array(array('title' => REPORTS_PRODUCTS, 'link' => tep_href_link(FILENAME_STATS_PRODUCTS_PURCHASED, 'selected_box=reports')), array('title' => REPORTS_ORDERS, 'link' => tep_href_link(FILENAME_STATS_CUSTOMERS, 'selected_box=reports')))), After it, insert: // BOF edit pages array('title' => BOX_HEADING_PAGES, 'image' => 'pages.gif', 'href' => tep_href_link(FILENAME_PAGES, 'selected_box=pages'), 'children' => array(array('title' => PAGES_LIST_PAGES, 'link' => tep_href_link(FILENAME_PAGES, 'selected_box=pages')), array('title' => PAGES_ADD_PAGE, 'link' => tep_href_link(FILENAME_PAGES.'', 'selected_box=pages&action=new_page')))), // EOF edit pages Where would this could be placed or should I disregard it? Quote Powered By osC 2.2RC2a STS 4.5.8 - HTC 2.6.3 - FP 1.5.9 - BCH 1.0.0
macempires Posted July 28, 2008 Posted July 28, 2008 I am adding Page Editor v1.6 and so far everything has been cut and dry except the installation on the Admin side of things. The instructions says: Where would this could be placed or should I disregard it? Did you manage to come right my friend?....I've currently encountered the same problem. Did you try to disregard it?...I'd luv to know if that worked. I'll give it a test from my side as well. Good luck PS: please could you let me know how you got around this problem. Thanks mate Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.