Uutiset:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu
Advertisement:

Haun tulos hakusanalle: registration fields

Tuloksien järjestys
#241
......  need to do a bulk member registration, with csv import just like this one:  http://www. ............  info, and avatar image on that csv. What are the fields name that I need to add (if it possible)? ......
......  = Off [Performance] ; Disables registration of the older (and deprecated) long predefined  ............  = Off [Performance] ; Disables registration of the somewhat redundant $argv and $argc global ; ............ , often<br />; referred to as EGPCS or GPC). Registration is done from left to right, newer<br />; values  ............ >odbc.max_links = -1<br /><br />; Handling of LONG fields. Returns number of bytes to variables. 0 means< ............  URLs in a defined set of HTML tags.<br />; form/fieldset are special; if you include them here, the  ............ = false<br />; show warnings on duplicate constant registrations<br />;com.autoregister_verbose = true<br /><br /> ......
#243
SMF 1.1.x Support / Additional Fields For Admin's Registration Form
maaliskuu 18, 2011, 03:19:07 IP tekijältä KnowNothing
......  of users myself. I'd like to add some text entry fields (address, phone #, etc.) to the Registration  ......
#244
......  into SMF. This is just a quick "How To Integrate Registrations". It does not cover login/logout, etc. I'll  ............ , somewhere in your code, there is going to be a registration form, that posts the data from the form into a  ............  by finding both the form, and the file with the registration function that writes users into the database.  ............  names are that the user will input, and the registration function will be in the file you want to modify.  ............  example, in Mambo, the form is in a file called registration.html.php, while the registration function is in  ............  to call SMF's SSI.php at the beginning of the registration function, to make sure that variables are  ............ 'showOnline',  );    // Set the options needed for registration.  $regOptions = array(  'interface' => 'guest',   ............ '][$var] = empty($_POST[$var]) ? 0 : 1;   // Registration options are always default options...  if (isset($ ............  use, but it does highlight the flexibility of the registration system. You could, for example, add "location"  ............  "birthdate" to the registration form, and they would be properly written to SMF.  ............  can also add your own fields, just by adding to the arrays, mirroring what you  ............  to the registration form.  Also be aware that this works with almost  ............  registration system written in PHP. The examples above were  ......
#245
Modifications and Packages / Auto Verification
tammikuu 10, 2010, 12:19:06 IP tekijältä live627
......  This mod adds automatic verification to the input fields during registration just like in SMF 2.0. It just  ............ : // Use numeric entities in the below.<br />$txt['registration_username_available'] = 'Username is available';< ............  />$txt['registration_username_unavailable'] = 'Username is not  ............ ';<br />$txt['registration_username_check'] = 'Check if username is  ............ ';<br />$txt['registration_password_short'] = 'Password is too short';<br />$ ............ ['registration_password_reserved'] = 'Password contains your  ............ /email';<br />$txt['registration_password_numbercase'] = 'Password must contain  ............  upper and lower case, and numbers';<br />$txt['registration_password_no_match'] = 'Passwords do not match';< ............  />$txt['registration_password_valid'] = 'Password is valid'; All  ......
#246
Mod Requests / Required Field upon registration
elokuu 06, 2008, 10:46:45 AP tekijältä Goldeagle
......  appear within the profile appear as part of the registration process and make it mandatory.  Is this something  ............  it something that would need to be created? The fields I am thinking about are the age field, Location,  ......
......  (plus some other data that could be in hidden fields on the registration page) to be submitted to both  ............  mysql database.  I need to get the following fields into our download systems mysql database   ......
#248
SMF Coding Discussion / Custom Registration and Profile fields
maaliskuu 06, 2005, 06:23:50 IP tekijältä Aravot
...... .smf_custom-profile and created two custom registration fields (First Name & Last Name), the inputted  ............  in user "Profile", I created the same custom text fields (First Name & Last Name) in "Forum Profile  ............  two question.  Q1. I want to make the two created fields (First Name & Last Name) mandatory during  ............  that, any help is appreciated, below is the code  Registration.template.php Koodi [Valitse] Laajenna </tr><tr> < ......
#249
SMF Coding Discussion / Re: Include reason for joining in profile.
maaliskuu 02, 2018, 07:04:35 IP tekijältä Jeff B
......  the smf_members table to the new column in custom_fields table  and  How would you make the field required  ............  registration? It appears there are no options in the custom  ......
#250
...... , 2017, 03:23:32 APYou can use the custom profile fields in 2.0 to collect additional information.   Admin  ............ -> Core Features -> Advanced Profile Fields. Once it's activated, you'll see it in Admin ->  ............  and Options -> Profile Fields.  Thank you. Now I can use additional information  ............  my user registration page. ......
#251
SMF 1.1.x Support / 8: Undefined index:
helmikuu 17, 2011, 01:45:50 IP tekijältä DWG
......  1.0 [ List Files ] [ Delete ] 3. Profile Fields & Icons Mod 1.0 [ Uninstall ] [ List Files ] ............ [ List Files ] [ Delete ] 12. Admin member list registration date 1.1 [ Uninstall ] [ List Files ] [  ............ ] [ List Files ] [ Delete ] 15. Display Name On Registration 1.9 [ Apply Mod ] [ List Files ] [ Delete ]  ......
......  with the following mods  Order Custom Profile Fields 1.1.1 Like Posts. 2.1.1 Event registration mod  ............  the theme and mods one by one and testing the registration after each mod install. ......
#253
Arşiv / Üye Olurken Register.php'de Hata!
tammikuu 31, 2007, 10:54:00 AP tekijältä ByHaQaN
...... , and it helps the administrator moderate member registrations.<br /> Similarly, it handles account activation  ............ ()<br /> // !!!<br />*/<br /><br />// Begin the registration process.<br />function Register()<br />{<br />  ............  has it disabled.<br /> if (!empty($modSettings['registration_method']) && $modSettings['registration_method'] = ............ = 3)<br /> fatal_lang_error('registration_disabled', false);<br /><br /> // If this user is  ............  admin - redirect them to the admin registration page.<br /> if (allowedTo('moderate_forum') && !$ ............  if it's disabled.<br /> if (!empty($modSettings['registration_method']) && $modSettings['registration_method'] = ............ = 3)<br /> fatal_lang_error('registration_disabled', false);<br /><br /> foreach ($_POST as  ............ ('Login');<br /> fatal_lang_error('under_age_registration_prohibited', false, array($modSettings['coppaAge'] ............ ']);<br /><br /> // Collect all extra registration fields someone might have filled in.<br /> $ ............ ']);<br /><br /> // Set the options needed for registration.<br /> $regOptions = array(<br /> 'interface' =>  ............ ['skip_coppa']) ? 'coppa' : (empty($modSettings['registration_method']) ? 'nothing' : ($modSettings[' ............ ] = empty($_POST[$var]) ? 0 : 1;<br /><br /> // Registration options are always default options...<br /> if ( ............  setup.<br /> elseif (!empty($modSettings['registration_method']))<br /> {<br /> loadTemplate('Register') ............ => 'after',<br /> 'description' => $modSettings['registration_method'] == 2 ? $txt['approval_after_registration............ ] : $txt['activate_after_registration']<br /> );<br /> }<br /> else<br /> {<br />  ............ ['user']))<br /> {<br /> if (empty($modSettings['registration_method']) || $modSettings['registration_method'] = ............ /> $context['can_activate'] = empty($modSettings['registration_method']) || $modSettings['registration_method'] = ............ ['passwd'])<br /> {<br /> if (empty($modSettings['registration_method']) || $modSettings['registration_method'] = ............ '], sprintf($txt[empty($modSettings['registration_method']) || $modSettings['registration_method'] = ............ ('Profile');<br /> fatal_error($txt['registration_not_approved'] . ' <a href="' . $scripturl . '? ............ }', $modSettings['coppaAge'], $txt['coppa_after_registration']),<br /> 'many_options' => !empty($modSettings[ ......
#254
SMF Coding Discussion / Customizing registration fields
tammikuu 05, 2005, 05:05:56 IP tekijältä sledgeweb
......  Let's say I wanted to add a required field to the registration page, how would I go about doing so? I've looked  ............  make a required input field for the ZIP during registration. How would I go about implementing this?  I  ......
#255
Mod Requests / [Free] RP Character Database/Registration Mod
maaliskuu 19, 2011, 12:42:47 AP tekijältä Atomic Blaze
...... .  I would like it to have support for multiple fields designated by an admin, post a topic with the  ......
#256
SMF 2.0.x Support / Customized Registration Form
syyskuu 08, 2010, 11:35:37 IP tekijältä Buraaq
...... 's council.  However, I needed to customized the registration form for my forum.  Currently, 4 fields are  ............  to know their roll numbers before approving their registration request, I would be able to check the college  ......
#257
SMF 2.0.x Support / registration form fields too far from descriptions
maaliskuu 06, 2011, 12:31:48 AP tekijältä Neek
...... 'm using a custom theme and i want the form fields to be closer to their descriptions on the  ......
#258
SMF 1.1.x Support / Custom Profile Field shows 4 times
heinäkuu 02, 2009, 02:09:23 IP tekijältä cewncew
......  of SMF 1.1.9 and add the mod Custom Profile Fields. It works fine except it shows four (4) times in  ............  profile and registration form. This is private government website so I can  ......
#259
Mambo Bridge Support / Which registration method to use and why?
marraskuu 22, 2006, 01:48:57 IP tekijältä imrich
......  have the SMF Custom profile (3.15).  When I have registration set to 'use Brige Registration' I don't see the  ............  fields created by the SMF Custom profile mod.  So I took  ............  by my results.  It appears that using 'bridge registration' that a new user will be created in both Joomla  ............  SMF user databases.  When I choose 'use SMF registration' it appears that a new user is only created in  ............  (is this true?). However I do see my custom fields at registration time.  So my question is: Can  ............  differences and affects of using the different registration methods?  How does "bridge" registration differ  ............  using "SMF" registration or from "Joomla" registration?  What affects will  ......
......   I want to modify the Custom Field at the time of registration.   What I want to do is to add conditional fields............ . When user choose TEACHER, a text field (Teacher Registration Number) will be appeared underneath the field  ............ . When user choose STUDENT, a text field (Student Registration Number) will be appeared underneath the field  ......
Advertisement: