Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Member Approval 1.4 minor fixes


zwayne

Recommended Posts

I couldn't find an email address for a Member Approval 1.4 contact (only a web hosting URL for one of the contributors.) So I'm posting some minor items that need to fixed in this contrib and hopefully they'll be taken care of by the author(s):

 

1) Instruction typo:

 

#### [ OPEN ]

admin/filesnames.php

 

SHOULD BE

admin/includes/filenames.php

 

2) Instruction omission:

The file button_activate.gif

goes in admin/includes/languages/english/images/buttons/

 

3) Problem: there is at least one define that is changed in

admin/includes/languages/english.php when it should instead be a new define.

define('HEADING_TITLE', 'Member approval');

creates page title problems with other pages in the administration.

 

Instead, do something like

define('MEMBER_HEADING_TITLE', 'Member approval');

 

and change the members.php to reflect this.

 

Other than that the contrib works great!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...