Guest Posted April 12, 2005 Posted April 12, 2005 When i open the index.php page. The text below appears but when I go to the index.php page to erase it - it is not there! Where is it and how do I get rid of it so that viewers dont see it? Thanks. .... Error Messages If there are any error or warning messages shown above, please correct them first before proceeding. Error messages are displayed at the very top of the page with a complete background color. Several checks are performed to ensure a healthy setup of your online store - these checks can be disabled by editing the appropriate parameters at the bottom of the includes/application_top.php file. Editing Page Texts The text shown here can be modified in the following file, on each language basis: [path to catalog]/includes/languages/english/index.php That file can be edited manually, or via the Administration Tool with the Languages->English->Define or Tools->File Manager modules. The text is set in the following manner: define('TEXT_MAIN', 'This is a default setup of the osCommerce project...'); The text highlighted in green may be modified - it is important to keep the define() of the TEXT_MAIN keyword. To remove the text for TEXT_MAIN completely, the following example is used where only two single quote characters exist: define('TEXT_MAIN', ''); More information concerning the PHP define() function can be read here. Securing The Administration Tool It is important to secure the Administration Tool as there is currently no security implementation available. Online Documentation Online documentation can be read at the osCommerce Wiki Documentation Effort site. Community support is available at the osCommerce Community Support Forums site. If you wish to download the solution powering this shop, or if you wish to contribute to the osCommerce project, please visit the support site of osCommerce. This shop is running on osCommerce version osCommerce 2.2-MS2.
3DoorsUp Posted April 12, 2005 Posted April 12, 2005 When i open the index.php page. The text below appears but when I go to the index.php page to erase it - it is not there! Where is it and how do I get rid of it so that viewers dont see it? Thanks.? .... Error Messages If there are any error or warning messages shown above, please correct them first before proceeding. Error messages are displayed at the very top of the page with a complete background color. Several checks are performed to ensure a healthy setup of your online store - these checks can be disabled by editing the appropriate parameters at the bottom of the includes/application_top.php file. Editing Page Texts The text shown here can be modified in the following file, on each language basis: [path to catalog]/includes/languages/english/index.php That file can be edited manually, or via the Administration Tool with the Languages->English->Define or Tools->File Manager modules. The text is set in the following manner: define('TEXT_MAIN', 'This is a default setup of the osCommerce project...'); The text highlighted in green may be modified - it is important to keep the define() of the TEXT_MAIN keyword. To remove the text for TEXT_MAIN completely, the following example is used where only two single quote characters exist: define('TEXT_MAIN', ''); More information concerning the PHP define() function can be read here. Securing The Administration Tool It is important to secure the Administration Tool as there is currently no security implementation available. Online Documentation Online documentation can be read at the osCommerce Wiki Documentation Effort site. Community support is available at the osCommerce Community Support Forums site. If you wish to download the solution powering this shop, or if you wish to contribute to the osCommerce project, please visit the support site of osCommerce. This shop is running on osCommerce version osCommerce 2.2-MS2. <{POST_SNAPBACK}> Sometimes we are too close to the forest to see the trees! The answer is right in front of you: [path to catalog]/includes/languages/english/index.php Look at define('TEXT_MAIN', 'ENTER YOUR TEXT HERE to HERE'); Erase everything else! :D We help each other, to help ourselves! Aloha Allison! Liken to wrinkles, the many paths of my life not only altered my destiny, but my appearance. Poetry, the artistry of plying ones soul to the empty canvases of life. A vision without sight. A verse without darkness. Lighting each day with a prose of beauty and love.
3DoorsUp Posted April 12, 2005 Posted April 12, 2005 Sometimes we are too close to the forest to see the trees! The answer is right in front of you: [path to catalog]/includes/languages/english/index.php? Look at define('TEXT_MAIN', 'ENTER YOUR TEXT HERE to HERE'); Erase everything else!? :D <{POST_SNAPBACK}> Additionally, if you wish to have no information below the, greeting simply erase everthing as in: define('TEXT_MAIN', 'here to here'); leaving nothing between the commas. Strongly recommend you take some time to read the getting started documentation above, and looking into the knowledge base (also linked from above). We are here to help each other, help ourselves. Welcome to the family! :D We help each other, to help ourselves! Aloha Allison! Liken to wrinkles, the many paths of my life not only altered my destiny, but my appearance. Poetry, the artistry of plying ones soul to the empty canvases of life. A vision without sight. A verse without darkness. Lighting each day with a prose of beauty and love.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.