Guest Posted May 27, 2004 Posted May 27, 2004 Hi guys Ok I have installed this good contribution and as far as I can see only one little niggling fault, proberly on my part. On the main page in the newly greated box for articles this is displayed: BOX_HEADING_ARTICLES BOX_NEW_ARTICLES (0) BOX_ALL_ARTICLES (0) (1) As you can see I wish not to see BOX. Any thoughts on what this Oldhippy has done wrong? :rolleyes: Quote
Guest Posted May 27, 2004 Posted May 27, 2004 The must be define in the language file - admin/includes/languages/english.php - see how the others are done :) Matti Quote
Guest Posted May 27, 2004 Posted May 27, 2004 hi Looked at the relevent /www/s/catalog/includes/languages/english and all looks fine.... The problem is one This is it regards Quote
Guest Posted May 28, 2004 Posted May 28, 2004 There should probably be a separate language file for the contribution in your /languages/english/ directory - I would expect 'articles.php' Look through your contribution files Matti Quote
Guest Posted May 28, 2004 Posted May 28, 2004 Thanks there Johnson. Over weekend will delve deeper into the files, I had a fast peek in them and never saw anything remotly interesting...... But I will be hook or by crook solve this dam thing :ph34r: Cheers Quote
Guest Posted May 28, 2004 Posted May 28, 2004 (edited) Yep what the problem is I seem to think is in the english file you add this: // 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'); As you will see the first part is been inserted into the menu, not the later part.. very odd.. Edited May 28, 2004 by oldhippy Quote
Guest Posted May 29, 2004 Posted May 29, 2004 Ok guys solved it I think :rolleyes: The contribution informs you to change the english file in the: /languages/english/ directory What I have done so far is include the extra code into the: /languages/english/english.php This seems to have solved it :ph34r: 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.