Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Mar 2010
    Posts
    55
    Plugin Contributions
    0

    Default New fields in Create account information

    Hai,
    I add new some fields in to account create form .But Which page is used to store account information in database
    please help me

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Create account information

    includes/modules/create_account.php

  3. #3
    Join Date
    Mar 2010
    Posts
    55
    Plugin Contributions
    0

    Default Re: Create account information

    Hai,
    Thanks, But i cant see , the company name store which table

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Create account information

    I add new some fields in to account create form .But Which page is used to store account information in database
    You did not ask about "company"
    Thanks, But i cant see , the company name store which table
    What editor are you using to view the contents with???
    Use it's search function

    about lime 48
    Code:
      if (ACCOUNT_COMPANY == 'true') $company = zen_db_prepare_input($_POST['company']);
    about line 116
    Code:
      if (ACCOUNT_COMPANY == 'true') {
        if ((int)ENTRY_COMPANY_MIN_LENGTH > 0 && strlen($company) < ENTRY_COMPANY_MIN_LENGTH) {
          $error = true;
          $messageStack->add('create_account', ENTRY_COMPANY_ERROR);
        }
    about line 264
    if (ACCOUNT_COMPANY == 'true') $sql_data_array['entry_company'] = $company;

  5. #5
    Join Date
    Mar 2010
    Posts
    55
    Plugin Contributions
    0

    Default Re: New fields in Create account information

    Thanks

 

 

Similar Threads

  1. Create Account - modify existing fields or add extra fields?
    By sopretty in forum General Questions
    Replies: 4
    Last Post: 30 Jul 2010, 08:26 PM
  2. Replies: 2
    Last Post: 29 Dec 2008, 09:37 PM
  3. Remove fields in 'Create Account' page
    By miles in forum General Questions
    Replies: 1
    Last Post: 15 Jun 2008, 12:03 PM
  4. page create account fields
    By richard12345 in forum Basic Configuration
    Replies: 3
    Last Post: 29 Apr 2008, 03:30 PM
  5. Create account fields - centered?
    By pensive612 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Nov 2006, 10:27 AM

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