Uutiset:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu
Advertisement:

Haun tulos hakusanalle: registration fields

Tuloksien järjestys
#121
SMF 1.1.x Support / Registration Fatal Error: How to fix? redeclare?
toukokuu 16, 2012, 01:55:31 AP tekijältä freebot
...... , 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 /><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[ ......
#122
Modifications and Packages / Gamer IDs
lokakuu 18, 2010, 07:50:53 IP tekijältä KiLLuMiNaTi-7-
......  to Mod  Gamer IDs   Adds 4 new profile fields. Xbox, PSN, Steam & Xfire with popup gamercard  ............  disabled completely or can be enabled to show on registration page by going to: Admin -> Core Features ->  ............  Advanced Profile Fields -> Features and Options -> Profile Fields. Two  ............ , 2011) Fixed bug where you couldn't disable the fields in the profile summary Added Italian translation ( ......
#123
......  cant see anything being typed in the password fields. It is being typed but the text isnt showing up.  ............  in the first field but it wont show up. The fields are white for some reason and I am guessing the  ......
#124
Mod Requests / Correct answers
toukokuu 07, 2012, 07:44:04 IP tekijältä tuskawilla
......  upgraded to 2.0.2 this weekend I liked the custom fields for user registrantion. I made it a requirement  ............  place of the areyouhuman mod.   But if the custom fields could require correct answers to complete  ............  we can ask custom questions per the custom user fields and if they are wrong registration is  ......
#125
Scripting Help / Custom Registration Workflow
huhtikuu 30, 2012, 11:53:04 AP tekijältä gav240z
......  right direction.  What I want to do is create a registration form that lives outside of the normal forum.  I' ............  / logout forms, but what I really need is a user registration form.  I'm hoping I can avoid hacking the  ............  instead just submit the form with the relevant fields completed and allow the user to complete  ............  the SMF user system outside of SMF Custom Profile Fields [nofollow] - Not quite what I'm looking for.  ............  to complete the form validation stage.  Custom Registration and Profile Fields - Editing existing  ............  to create an A/B test, I want to know if my new registration form performs better than the default SMF 1. I'm  ............  to simplify user registration and by having the flow on pages outside of the  ............  registration workflow I can get more control over the user  ......
#126
SMF Coding Discussion / AJAX register form
huhtikuu 07, 2012, 02:08:25 AP tekijältä mageguild
......  to change the Register.template.php so that the registration form is loaded onto the page using ajax.   What  ............  done is removed the entire form from the template_registration_form function and placed it into a separate file ( ............ , I have added:  Koodi [Valitse] Laajenna <div id="registrationWrapper"></div> <script> $("#registrationWrapper"). ............ /tennischat_standard/includes/site_templates/RegistrationForm.php");  </script>  The file does appear to  ............  loading on the registration form, but none of the php code appears to be  ............ -charset="', $context['character_set'], '" name="registration" id="registration" onsubmit="return verifyAgree(); ............  class="cat_bar">  <h3 class="catbg">', $txt['registration_form'], '</h3>  </div>  <div class="title_bar" ............  <span class="topslice"><span></span></span>  <fieldset class="content">  <dl class="register_form"> ............ // End Refferals System     // If flags is set for registration show it.  if (!empty($modSettings[' ............   document.images.flags.src = document.forms.registration.country.options[document.forms.registration............ '] . '/images/flags/\' + document.forms.registration.country.options[document.forms.registration............ >  </dl>';  }   if (!empty($context['profile_fields']) || !empty($context['custom_fields']))  {   ............  <span class="topslice"><span></span></span>  <fieldset class="content">  <dl class="register_form"  ............ ">';  }   if (!empty($context['profile_fields']))  {  // Any fields we particularly want?   ............  ($context['profile_fields'] as $key => $field)  {  if ($field['type'] ==  ............  </dd>';  }  }  }   // Are there any custom fields?  if (!empty($context['custom_fields']))  {   ............  ($context['custom_fields'] as $field)  echo '  <dt>  <strong', ............  like a proper gent.  if (!empty($context['profile_fields']) || !empty($context['custom_fields']))  {   ............  '  </dl>  </fieldset>  <span class="botslice"><span></span></span> ............  <span class="topslice"><span></span></span>  <fieldset class="content centertext">  ',  ............ ['visual_verification_id'], 'all'), '  </fieldset>  <span class="botslice"><span></span></span> ......
#127
...... '] = 0;<br /><br /> // Always redirect registration to SMF.<br /> $wgHooks['UserCreateForm'][] = ' ............ > * checked against the local database's password fields.<br /> *<br /> * This is just a question, and  ......
#128
SMF 2.0.x Support / need help SMF 2.0.2
maaliskuu 09, 2012, 03:28:34 AP tekijältä bakra
......  to topic, it redirects me to board.  2. In registration blank, how to add 2 "*requered fields" : First  ......
#129
SMF 2.0.x Support / help whit blank fields on register system
maaliskuu 28, 2012, 03:50:59 IP tekijältä denver1980
...... .1   while i was installing mods never check form registration, but when I finished install all mods I need, try  ............  register a new member and encounter that password fields are in blank(background), i try to write an user  ......
#130
...... '] = 0;<br /><br /> // Always redirect registration to SMF.<br /> $wgHooks['UserCreateForm'][] = ' ............ > * checked against the local database's password fields.<br /> *<br /> * This is just a question, and  ......
#131
SMF 2.0.x Support / Customizing registration fields?
maaliskuu 05, 2012, 09:35:07 AP tekijältä Jerri Blank
......  document lists "Add custom registration fields and decide whether they are required or  ......
......  would like to modify the registration page and the defaults (in specific, I want to  ............  by default). I've enabled the Advanced Profile Fields, but that doesn't help me in this case nore does  ............  allow me to modify the actual registration page (e.g., to change the order of the questions  ............  during registration). How do I accomplish these customization tasks?  ......
#133
SMF 2.0.x Support / Register Redirect does not work
helmikuu 10, 2012, 04:36:32 IP tekijältä BaghdadGhost
......  when a new member correctly fill all required fields to register in the forum, after clicking on  ............  of the page.  the weird think is that the member registration is accepted after that point and if he/she open  ......
#134
Bridges and Integrations / Single Sign On
helmikuu 19, 2012, 09:29:07 AP tekijältä wora_hr
......  ever else. Se the quick diagram.     Scenario: - registration on smf is disabled. - primary database of users  ............  smf or inside of smf (if inside whati is minimum fields to be populated from connector or outside system)  ............  schema tables - what are the most important fields for user profile to get this work. (I do not need  ......
#135
Theme Site Themes / WoW-DK 2.0
heinäkuu 21, 2011, 02:48:29 IP tekijältä Akyhne
......  2011: ! Please update to latest version as registration fields are very difficult to read in the previous  ......
#136
SMF Feedback and Discussion / Registration
helmikuu 05, 2012, 03:01:39 IP tekijältä creativegifts
......  there anyway to add additional fields to be filled in when a member is registering? ......
#137
SMF Coding Discussion / Custom profile fields
helmikuu 08, 2012, 10:44:29 IP tekijältä Sir Osis of Liver
......  Radio buttons in the registration form are stacked vertically, and I'm trying to  ......
#138
SMF 2.0.x Support / Registration Fields
tammikuu 24, 2012, 10:47:46 IP tekijältä mike0
...... 've added a referral field into my registration form. However, I can't find where that column is  ......
#139
Modifications and Packages / Latest Member(s)
tammikuu 10, 2012, 09:31:40 AP tekijältä Matthew K.
......  to colour member names with their group colour. Registration Dates - Whether or not to show the members  ............ .php)  v1.0.1 (r12.31.11): !bugfix: int-only fields is now cross-browser compatible. (!lm_source/ ......
#140
SMF Coding Discussion / Quick Registration Help
tammikuu 28, 2012, 05:12:32 IP tekijältä Biology Forums
......  have several spam-inhibiting registration deterrents I use on my forum.  My question is, is  ............  user clicks register after filling in all those fields, it takes the user to the registration page with  ............  those fields pre-filled in the registration page? That way,  ......
Advertisement: