I have a couple of pages that I am putting in, and have replaced the page_2 etc with my new pages. I am missing a configuration step that I hope someone can help with:
In languages\english\html_includes\
I have renamed define_page_2 etc to my filenames. For example define_product-inquires.php
In the english.php file I did this:
define('BOX_INFORMATION_PAGE_2', 'Product Inquires');
etc
In includes\templates\my template name\templates
I have renamed the template files like this:
tpl_product-inquires_default.php
In lanugages\english\
I have renamed each filename like this:
product-inquires.php
In includes\filenames.php
line 62: define('FILENAME_DEFINE_PAGE_2', 'define_product-inquiries');
line 106: define('FILENAME_PAGE_2', 'product-inquiries');
THE RESULT:
I have the words showing up on my sitemap as a page, and looking for index.php?main_page=mypagename (but it doesn't find the page)
And I also have it showing up correctly in the admin panel in the define pages editor, on the list of pages.
So my only problem left is it not finding the page. Is this because of the filenames.php? Was I supposed to do this:
line 62: define('FILENAME_DEFINE_PRODUCT-INQUIRIES', 'define_product-inquiries');
line 106: define('FILENAME_PRODUCT-INQUIRIES', 'product-inquiries');
Or is there more to it than that?
Thanks for your help,
Gin




