droberts2005 Posted December 29, 2005 Share Posted December 29, 2005 Hi Rob, I tried it again and I think I found the problem. The following instruction is where I am falling short. I don't have a includes/languages/english/english.php -------------------------------------------------------------------------- In includes/languages/english/english.php add the following // Article Manager define('BOX_HEADING_ARTICLES', 'Articles'); define('BOX_ALL_ARTICLES', 'All Articles'); define('BOX_NEW_ARTICLES', 'New Articles'); define('TEXT_DISPLAY_NUMBER_OF_ARTICLES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> articles)'); define('TEXT_DISPLAY_NUMBER_OF_ARTICLES_NEW', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> new articles)'); define('TABLE_HEADING_AUTHOR', 'Author'); define('TABLE_HEADING_ABSTRACT', 'Abstract'); define('BOX_HEADING_AUTHORS', 'Articles by Author'); define('NAVBAR_TITLE_DEFAULT', 'Articles'); -------------------------------------------------------------------------- Should I have this file? My store runs well with out it. When I tried the install the other day I added those line to the includes/languages/english.php Am I to create this file? I am sure how to do that. Help Please David Quote Link to comment Share on other sites More sharing options...
tina_boots Posted December 29, 2005 Share Posted December 29, 2005 Hi Rob, I tried it again and I think I found the problem. The following instruction is where I am falling short. I don't have a includes/languages/english/english.php -------------------------------------------------------------------------- In includes/languages/english/english.php add the following // Article Manager define('BOX_HEADING_ARTICLES', 'Articles'); define('BOX_ALL_ARTICLES', 'All Articles'); define('BOX_NEW_ARTICLES', 'New Articles'); define('TEXT_DISPLAY_NUMBER_OF_ARTICLES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> articles)'); define('TEXT_DISPLAY_NUMBER_OF_ARTICLES_NEW', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> new articles)'); define('TABLE_HEADING_AUTHOR', 'Author'); define('TABLE_HEADING_ABSTRACT', 'Abstract'); define('BOX_HEADING_AUTHORS', 'Articles by Author'); define('NAVBAR_TITLE_DEFAULT', 'Articles'); -------------------------------------------------------------------------- Should I have this file? My store runs well with out it. When I tried the install the other day I added those line to the includes/languages/english.php Am I to create this file? I am sure how to do that. Help Please David You're good, there isn't supposed to be an includes/language/english/english.php file, only the one which you found and edited. Be well, Tina Quote If you're not having fun you're not doing it right Teach a person to fish rather than give them a loaf of bread or however that saying goes. Link to comment Share on other sites More sharing options...
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.