Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    1,378
    Plugin Contributions
    1

    Default [Done 1.3.5]Forum Nick Name required error

    When using the phpbb linking, the user signup requires the user to enter a value for Forum Nick Name, however is is not listed as a required value.

    Further, on failure when no value is entered, there is an error message regarding 3 characters, with no reference to the field required.

    fyi.

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Forum Nick Name required error

    Did you peek in the language file?
    PHP Code:
      define('ENTRY_NICK''Forum Nick Name:');
      
    define('ENTRY_NICK_TEXT'''); // note to display beside nickname input field
      
    define('ENTRY_NICK_DUPLICATE_ERROR''That Nick Name is already being used. Please try another.');
      
    define('ENTRY_NICK_LENGTH_ERROR''Please try again. Our system requires at least ' ENTRY_NICK_MIN_LENGTH ' characters.'); 
    Last edited by DrByte; 9 Jul 2006 at 04:44 PM.
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Forum Nick Name required error

    Suggested settings to indicate "required" and to further clarify the error-message would be:
    PHP Code:
      define('ENTRY_NICK''Forum Nick Name:');
      
    define('ENTRY_NICK_TEXT''*'); // note to display beside nickname input field
      
    define('ENTRY_NICK_DUPLICATE_ERROR''That Nick Name is already being used. Please try another.');
      
    define('ENTRY_NICK_LENGTH_ERROR''Please try again. Your Nick Name must contain at least ' ENTRY_NICK_MIN_LENGTH ' characters.'); 
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    1,378
    Plugin Contributions
    1

    Default Re: Forum Nick Name required error

    I guess to be pedantic, this hack is required:
    PHP Code:
      define('ENTRY_NICK''Forum Nick Name:');
      
    define('ENTRY_NICK_TEXT''<span style="color: red">*</span>'); // note to display beside nickname input field
      
    define('ENTRY_NICK_DUPLICATE_ERROR''That Nick Name is already being used. Please try another.');
      
    define('ENTRY_NICK_LENGTH_ERROR''Please try again. Your Nick Name must contain at least ' ENTRY_NICK_MIN_LENGTH ' characters.'); 
    Thanks.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Forum Nick Name required error

    well ... the template already does this:
    PHP Code:
    '<span class="alert">' ENTRY_NICK_TEXT '</span>' 
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    1,378
    Plugin Contributions
    1

    Default Re: Forum Nick Name required error

    touche!!

  7. #7
    Join Date
    Dec 2005
    Posts
    42
    Plugin Contributions
    0

    Default Re: Forum Nick Name required error

    How do I get it to stop requiring a nick name? My customers are getting upset by it. You'll have to spell it out for me too, lol. TIA!

    Diana

  8. #8
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    1,378
    Plugin Contributions
    1

    Default Re: Forum Nick Name required error

    A nickname is required because PHPBB integration was chosen during setup. To undo this, edit the appropriate setting in /includes/config.php

  9. #9
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Forum Nick Name required error

    Or simply go to Admin->Configuration->My Store ... and set "Enable PhpBB linkage" to false.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. Adding Nick Name to account confirmation?
    By Veronika7747 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 28 Nov 2008, 05:50 PM
  2. Forum Nick in admin
    By Veronika7747 in forum General Questions
    Replies: 1
    Last Post: 16 Nov 2008, 06:20 PM
  3. Make nick name appear in view my account details
    By vik007 in forum General Questions
    Replies: 0
    Last Post: 26 Feb 2007, 03:46 PM
  4. Nick name for reviews
    By KADesign in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 21 Jun 2006, 04:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg