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
#141
Modifications and Packages / Re: SA Facebook Integration
marraskuu 15, 2014, 01:32:20 IP tekijältä 420Connect.co.uk
......  the facebook button you see above the login fields?  I'm looking to have it gone, so when users  ............  register, they are then taken to the registration page, where they can instead see the reg. with  ......
#142
SMF 2.0.x Support / Require Birthdate When Registering
tammikuu 17, 2012, 06:00:44 IP tekijältä richdon03
......  do I force the birthdate to appear on the registration page? There is an option to require a minimum  ............ , but the birthdate field does not show up on the registration page.   I have enabled "Custom Profile Fields."  ............  I enter that section, the only "Standard fields" that show are "ICQ,MSN,AIM,YIM, Location, Gender, ............  of birth, but I really need it to show on the registration page, sice my site serves adult content.  I know  ......
#143
Modifications and Packages / Re: Enhanced PM System
lokakuu 28, 2014, 07:30:47 IP tekijältä Ninja ZX-10RR
...... [ List Files ] [ Delete ] 23. Order Custom Profile Fields 1.1.1 April 22, 2014, 02:26:56 AM [ Uninstall ] ............  ] [ Delete ] 83. Restrict Email Providers on Registration 1.2 August 06, 2014, 11:40:08 PM [ Uninstall ]  ......
#144
SMF 2.0.x Support / Altering what appears on the registration form
tammikuu 07, 2012, 02:44:39 IP tekijältä blockus
...... 'm running 2.0.1. For whatever reason, on the registration form, the secret question and answer fields aren' ......
......  this mod "Select avatar on registration"  I've run the pak update and all looked to go  ............ , 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($reg_errors =  ............  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') && !$ ............ ');<br /><br /> // Do we need them to agree to the registration agreement, first?<br /> $context[' ............ $modSettings['requireAgreement']);<br /> $context['registration_passed_agreement'] = !empty($_SESSION[' ............ '])))<br /> {<br /> $context['registration_passed_agreement'] = $_SESSION[' ............  they saying they're under age, while under age registration is disabled?<br /> if (empty($modSettings[' ............ ('Login');<br /> fatal_lang_error('under_age_registration_prohibited', false, array($modSettings['coppaAge'] ............ > 1 && $context['require_agreement'] && !$context['registration_passed_agreement'])<br /> $current_step = 1;<br / ............ > $context['sub_template'] = $current_step == 1 ? 'registration_agreement' : 'registration_form';<br /> $context[' ............ '] = $current_step == 1 ? $txt['registration_agreement'] : $txt['registration_form'];<br /><br  ............ = true;<br /> }<br /> }<br /><br /> // Any custom fields we want filled in?<br /> require_once($sourcedir . ............  '/Profile.php');<br /> loadCustomFields(0, 'register');<br /><br /> // Or any standard  ............ ?<br /> if (!empty($modSettings['registration_fields']))<br /> {<br /> require_once($sourcedir  ............ ', 'profile_extra_own'));<br /> $reg_fields = explode(',', $modSettings['registration_fields'] ............  on this front - go check.<br /> foreach ($reg_fields as $field)<br /> if (isset($_POST[$field]))<br / ............ ']($_POST[$field]);<br /><br /> // Load all the fields in question.<br /> setupProfileContext($ ............ ?<br /> // Were there any errors?<br /> $context['registration_errors'] = array();<br /> if (!empty($reg_errors)) ............  foreach ($reg_errors as $error)<br /> $context['registration_errors'][] = $error;<br />}<br /><br />//  ............ = array();<br /><br /> // Did we save some open ID fields?<br /> if ($verifiedOpenID && !empty($context[' ............ ']))<br /> {<br /> foreach ($context['openid_save_fields'] as $id => $value)<br /> $_POST[$id] = $value;< ............  if it's disabled.<br /> if (!empty($modSettings['registration_method']) && $modSettings['registration_method'] = ............ = 3)<br /> fatal_lang_error('registration_disabled', false);<br /><br /> // Things we don't  ............ ['requireAgreement']) && empty($_SESSION['registration_agreed']))<br /> redirectexit();<br /><br /> // ............ ('Login');<br /> fatal_lang_error('under_age_registration_prohibited', false, array($modSettings['coppaAge'] ............ ['avatar']) : '';<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 ( ............ '] = 1;<br /><br /> // Check whether we have fields that simply MUST be displayed?<br /> $request = $ ............ , mask, show_reg<br /> FROM {db_prefix}custom_fields<br /> WHERE active = {int:is_active}',<br />  ............ ']]) : '';<br /><br /> // We only care for text fields as the others are valid to be empty.<br /> if (! ............ ('register');<br /><br /> // We'll do custom fields after as then we get to use the helper function!< ............  setup.<br /> elseif (!empty($modSettings['registration_method']))<br /> {<br /> loadTemplate('Register') ............ ' => $txt['register'],<br /> 'title' => $txt['registration_successful'],<br /> 'sub_template' => 'after',< ............  /> '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'] = ............ ('Profile');<br /> fatal_error($txt['registration_not_approved'] . ' <a href="' . $scripturl . '? ............ /> $context += array(<br /> 'page_title' => $txt['registration_successful'],<br /> 'sub_template' => 'login',< ............ }', $modSettings['coppaAge'], $txt['coppa_after_registration']),<br /> 'many_options' => !empty($modSettings[ ......
......  want to enable some fields like quick reply, notifications on reply, pm, ...  ......
#147
SMF 2.0.x Support / Weird Registration Field Problem
tammikuu 04, 2012, 11:11:38 AP tekijältä billowingwillows
......  problem with the user name field and the password fields. The email address field works correctly - you  ......
#148
Modifications and Packages / Re: Lazy Admin Menu
elokuu 20, 2014, 06:09:50 IP tekijältä Ninja ZX-10RR
...... [ List Files ] [ Delete ] 22. Order Custom Profile Fields 1.1.1 April 22, 2014, 02:26:56 AM [ Uninstall ] ............  ] [ Delete ] 93. Restrict Email Providers on Registration 1.2 August 06, 2014, 11:40:08 PM [ Uninstall ]  ......
......  if all custom fields are required, or all fields are not required, but  ............ 't work if there are required and unrequired fields. Additional Information is not displayed.   ............ :27:05 IPBut it doesn't because $context['profile_fields'] is not empty when there are no fields to  ......
......  would love to have the fields pertaining to location of registrants be on the  ......
#151
SMF 2.1.x Support / Re: New Member Registration Issue
joulukuu 04, 2024, 01:09:21 AP tekijältä Mduroy
......  Sir Osis of Liver - joulukuu 03, 2024, 04:07:24 IPRegistration works normally until you click submit, http:// ............  insecure connection warning on password input fields. Maybe a http/https issue.  Do you have a SSL  ......
......  the Admin' section  In addition to three custom fields that must be completed as part of the  ......
#153
SMF 2.0.x Support / Re: Bot blocker ??
syyskuu 04, 2024, 02:37:00 IP tekijältä rcane
...... 't even allow [is guest] to see anything but the registration page? I get a handful of registration attempts  ............  day, but I have enough custom profile fields required at regsitration it's immediately obvious  ............  of people I'm expecting--which is why the lengthy registration screen.   ......
......  I only need the registration date and I don't know how to add it in the custom  ......
#155
SMF Coding Discussion / Re: Birthday on registration for SMF v2.1
marraskuu 07, 2024, 09:10:57 AP tekijältä Rumpa
...... ('Hacking attempt...');<br /><br />function modify_registration_fields($regOptions)<br />{<br /> // Add a  ............  field to the registration form<br /> $regOptions['fields']['birthday'] =  ............  register_hooks()<br />{<br /> // Hook into the registration process<br /> add_hook('register', ' ............  [Valitse] Laajenna <require-file name="BirthdayOnRegistration.php" destination="$sourcedir" />  <hook  ............ ="integrate_register" file="BirthdayOnRegistration.php" function="modify_registration_fields" />   ............  hook="integrate_register_save" file="BirthdayOnRegistration.php" function="save_birthday" />    If someone  ............  link https://github.com/Rumpa20/Birthday-On-Registration ......
#156
SMF Feedback and Discussion / Simple Registration?
lokakuu 01, 2011, 01:25:37 IP tekijältä soulgeek
...... ,  Ver: SMF 2.0 RC3  I want a very simple Registration page for my users, where just Name and Email and  ............  is Enough.  How can remove other fields?  Is there any Mod for this?   ......
#157
Scripting Help / Re: php script works on 7.4 get errors on 8.0
tammikuu 09, 2025, 02:19:19 IP tekijältä lather
......   of additional functions, including new user registrations is ongoing. </td></tr> </table> --> <Div class=" ............ </A></td> <td width="25%" align="center"><a href="registration.php"><b>REGISTER</b></a></td> <!--<Form name=" ............  /*<br /> <br /> If rsLogs.Fields("rider"] <> lastrider then<br />  ............ .Write"<Option value=blogentry.php?". rsLogs.Fields("rider"] . ">" <br /> Response. ............  rsLogs.Fields("rider"] . "</Option>"<br /> End if < ............  /> ' If rsLogs.Fields("logdate"] > lastdate then<br /> '  ............ =rsLogs.Fields("logdate")<br /> lastrider=rsLogs. ......
#158
SMF 2.0.x Support / Add Guidance text to registration from
lokakuu 20, 2011, 05:52:13 AP tekijältä Wilo
......  would like to add some guidance text to my forums registration form.  Just above the main username etc. fields I  ......
#159
SMF 2.0.x Support / Error register
syyskuu 30, 2011, 02:02:36 IP tekijältä lendario
...... , when anyone tries to register, even putting all fields correctly the following happens:  http://img232. ............  from Hotmail email confirmation: Restrict Online Registration Email Providers  I do not know if you have  ......
#160
Converting to SMF / smf1 --> smf2
syyskuu 28, 2011, 05:23:58 AP tekijältä aleritty
......  (for example I need to run a script every user registration). Plus I have a really messy database too because  ............  features (just an example I have custom profile fields in the themes tables and I don't know why!)  This  ......
Advertisement: