Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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:

Posted

The must be define in the language file - admin/includes/languages/english.php - see how the others are done :)

 

Matti

Posted

hi

Looked at the relevent /www/s/catalog/includes/languages/english and all looks fine....

 

The problem is one

 

 

 

This is it

 

regards

Posted

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

Posted

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

Posted (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 by oldhippy
Posted

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:

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...