New Zenner
- Join Date:
- Mar 2010
- Posts:
- 55
- Plugin Contributions:
- 0
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:bigups:
Views: 671
New Zenner
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:bigups:
Black Belt
includes/modules/create_account.php
New Zenner
Hai,
Thanks, But i cant see , the company name store which table:clap:
Black Belt
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
if (ACCOUNT_COMPANY == 'true') $company = zen_db_prepare_input($_POST['company']);
about line 116
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;```
New Zenner
Thanks:clap:
Tell staff why this post should be reviewed.