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
#761
Modifications and Packages / Re: Stop Spammer
tammikuu 20, 2011, 07:38:37 IP tekijältä SiL
......  stats info about the blocked spammers in the "Registration" module options would be nice too. I do not have  ............  It then requires a bit of extra processing in the registration section, so that the admin/mod can allow/refuse  ............  status even if SFS has an entry in some of the fields.  I've looked at the db entries, and one way to  ............  the processing of the spammer status and registration and clearing of that status easier would be to  ......
......  Mod ] [ List Files ] [ Delete ]  3. Anti-Bot Registration Puzzles 1.2.0.1 [ Uninstall ] [ List Files ] ............ .1.2 [ List Files ] [ Delete ]  29. Profile Fields & Icons Mod 1.0 [ Install Mod ] [ List Files  ......
#763
...... , and you may need to adjust for your particular registration required fields but the above should be good for  ......
#764
Modifications and Packages / Re: Custom BBCode
toukokuu 28, 2010, 02:50:20 IP tekijältä CodeMonkey76
......  it's working, but there are no labels on the form fields. I figure this has to do with the Modifications. ............ .php file where you put the label text fields. I've got that file changed correctly, but it's  ............  that you are human in order to proceed with registration';<br />$txt['are_you_bot_yes'] = 'Bots are not  ......
#765
Modifications and Packages / Re: PM On Registration
toukokuu 14, 2010, 10:22:35 AP tekijältä B.SkiLLs
......  sign up and when you sign up if you have the mod fields filled out it shall send you a message in the  ......
#766
Modifications and Packages / Re: reCAPTCHA for SMF
helmikuu 15, 2010, 05:56:28 IP tekijältä chluaid
......  is 5 new pages in the error log and a few blank fields in Admin > Registration > Settings. My board is 1. ......
...... . BK-SMF StatCounter 1.0 [ Uninstall ] 55. Registration Read 1.1 [ Uninstall ] 56. Separate Sticky  ............  ] 81. Dance 1.0 [ Uninstall ] 82. Profile Fields & Icons Mod 1.0 [ Uninstall ] 83. Stop  ......
#768
...... );   obExit(); }  // Show all the custom profile fields available to the user. function  ............  = 'show_custom_profile';   // What about standard fields they can tweak?  $standard_fields = array('icq', ' ............ ', 'website', 'posts', 'warning_status');  // What fields can't you put on the registration page?  $context[ ............ 'fields_no_registration'] = array('posts', ' ............ ();   // Do the active ones first.  $disable_fields = array_flip($standard_fields);  if (!empty($ ............ $_POST['active'] as $value)  if (isset($disable_fields[$value]))  unset($disable_fields[$value]);  } ............ // What we have left!  $changes['disabled_profile_fields'] = empty($disable_fields) ? '' : implode(',',  ............ ($disable_fields));   // Things we want to show on registration?   ............  $reg_fields = array();  if (!empty($_POST['reg']))  {   ............ '] as $value)  if (in_array($value, $standard_fields) && !isset($disable_fields[$value]))  $ ............  = $value;  }  // What we have left!  $changes['registration_fields'] = empty($reg_fields) ? '' : implode(',',  ............ $reg_fields);   if (!empty($changes))  updateSettings($ ............  $listOptions = array(  'id' => 'standard_profile_fields',  'title' => $txt['standard_profile_title'],  ' ............ ' => array(  'function' => 'list_getProfileFields',  'params' => array(  true,  ),  ),  ' ............ %; text-align: center;',  ),  ),  'show_on_registration' => array(  'header' => array(  'value' =>  ............ $txt['custom_edit_registration'],  ),  'data' => array(  'function' =>  ............ ;sa=profile',  'name' => 'standardProfileFields',  ),  'additional_rows' => array(  array(   ............    $listOptions = array(  'id' => 'custom_profile_fields',  'title' => $txt['custom_profile_title'],  ' ............ ' => array(  'function' => 'list_getProfileFields',  'params' => array(  false,  ),  ),  ' ............ ' => array(  'function' => 'list_getProfileFieldSize',  ),  'columns' => array(  'field_name' => ............  'reverse' => 'active',  ),  ),  'show_on_registration' => array(  'header' => array(  'value' =>  ............ ;sa=profileedit',  'name' => 'customProfileFields',  ),  'additional_rows' => array(  array(   ............ ($listOptions); }  function list_getProfileFields($start, $items_per_page, $sort, $standardFields) { ............ , $smcFunc;   $list = array();   if ($standardFields)  {  $standard_fields = array('icq', 'msn', 'aim' ............ ', 'website', 'posts', 'warning_status');  $fields_no_registration = array('posts', 'warning_status') ............ ;  $disabled_fields = isset($modSettings['disabled_profile_fields']) ? ............  explode(',', $modSettings['disabled_profile_fields']) : array();  $registration_fields = isset($ ............ ['registration_fields']) ? explode(',', $modSettings[' ............ ']) : array();   foreach ($standard_fields as $field)  $list[] = array(  'id' => $field, ............ ),  'disabled' => in_array($field, $disabled_fields),  'on_register' => in_array($field, $ ............ ) && !in_array($field, $fields_no_registration),  'can_show_register' => ! ............ ($field, $fields_no_registration),  );  }  else  {  // Load all  ............  fields.  $request = $smcFunc['db_query']('', '   ............ , field_type, active  FROM {db_prefix}custom_fields  ORDER BY ' . $sort . '  LIMIT ' . $start . ', ............ );  }   return $list; }  function list_getProfileFieldSize() {  global $smcFunc;   $request = $smcFunc[' ............ ]('', '  SELECT COUNT(*)  FROM {db_prefix}custom_fields',  array(  )  );   list ($numProfileFields) = $ ............ ['db_free_result']($request);   return $numProfileFields; }  // Edit some profile fields? function  ............ , can_search, bbc, mask  FROM {db_prefix}custom_fields  WHERE id_field = {int:current_field}',   ............ '  SELECT id_field  FROM {db_prefix}custom_fields  WHERE col_name = {string:current_column}',   ............ ['db_query']('', '  UPDATE {db_prefix}custom_fields  SET field_name = {string:field_name},  ............  $smcFunc['db_insert']('',  '{db_prefix}custom_fields',  array(  'col_name' => 'string', ' ............ 'db_query']('', '  DELETE FROM {db_prefix}custom_fields  WHERE id_field = {int:current_field}',   ............ , field_name, bbc  FROM {db_prefix}custom_fields  WHERE show_display = {int:is_displayed}   ............ ' => 2,  'not_admin_only' => 3,  )  );   $fields = array();  while ($row = $smcFunc[' ............ ']($request))  {  $fields[] = array(  'c' => strtr($row['col_name'],  ............ ']($request);   updateSettings(array('displayFields' => serialize($fields)));  redirectexit('action= ......
...... ... essentially none but read-only. I tweaked the registration steps to take them to the first page of the form  ............  they complete normal registration. If they don't fill it out, no post is made and  ............  of the activation step and set it to immediate registration in order to use this "activation" instead.  ............ 't had any bots try to get past the additional registration questions. Admittedly, this is a more labor  ............ .  Kind of the same idea as the Custom Profile Fields mod and adding parts to the registration, but I  ......
#770
SMF Coding Discussion / Re: [BETA] Ultimate profile mod
lokakuu 28, 2008, 10:20:08 AP tekijältä marchingelite2
......  with this please? if not how can i add additional fields for people to fill it in, and then ill take it  ............  the registration?   ......
#771
Modifications and Packages / Re: Custom Form Mod
heinäkuu 27, 2008, 07:19:46 IP tekijältä tlknowles
...... . And you can't create this until you have all the fields created.  Scroll down to the Form Fields box... ............  New Field option so we can create a few simple fields to show you how it works.  Add New Field results  ............   If I enter into the Text box :: [If you read the registration agreement, check the box.] I will want the user  ............  at the Form Output screen. And...your saved form fields should be listed below the blank form.  Custom  ............  Subject [ --- whatever you like - including saved fields --- ] You can use your saved fields in the  ............  go back and EDIT the Form / Form Output / Form Fields.  6. Create the way you want the results to be  ......
#772
Theme Site Themes / Re: ApolloBB
lokakuu 23, 2007, 06:17:10 IP tekijältä mpw
...... '] = 'Profile';<br />$txt['country_flag_registration'] = 'Registration';<br />$txt['country_flag_both'] ............ '] = 'Profile';<br />$txt['country_flag_registration'] = 'Registration';<br />$txt['country_flag_both'] ............  disapering ( Email Field Description, and some fields & checkboxes in the Backend). Work in progress.   ......
#773
Modifications and Packages / Re: SMF Gallery
heinäkuu 29, 2007, 04:16:53 IP tekijältä Kenny01
......  has it disabled.  if (!empty($modSettings['registration_method']) && $modSettings['registration_method'] = ............ = 3)  fatal_lang_error('registration_disabled', false);      Add after:    // Invite  ............  if it's disabled.  if (!empty($modSettings['registration_method']) && $modSettings['registration_method'] = ............ = 3)  fatal_lang_error('registration_disabled', false);      Add after:    // Invite  ............ );    Add after:      // Invite MOD; looks like registration went ok, let's mark the invite key as used and  ............  UPDATE {$db_prefix}invites  SET ID_REGISTRATION = '$memberID'  WHERE inviteKey = '{$ ............  INSERT INTO {$db_prefix}invites (ID_MEMBER, ID_REGISTRATION, inviteTime)  VALUES ('" . (int)$_REQUEST[ ............  (isset($_REQUEST['search']) && isset($_REQUEST['fields']))    Replace with:    // Invite MOD. &nbsp; ............  LEFT JOIN {$db_prefix}invites AS inv ON (inv.ID_REGISTRATION = mem.ID_MEMBER)  WHERE inv.ID_MEMBER = $ ............  LEFT JOIN {$db_prefix}invites AS inv ON (inv.ID_REGISTRATION = mem.ID_MEMBER)  LEFT JOIN {$ ............  (isset($_REQUEST['search']) && isset($_REQUEST['fields']))      In file $sourcedir/Stats.php Find: &nbsp; ............  = {$_POST['inviter']}  WHERE ID_REGISTRATION = $memID  LIMIT 1", __FILE__,  ............  INSERT INTO {$db_prefix}invites (ID_MEMBER, ID_REGISTRATION)  VALUES ({$_POST['inviter']}, $ ............  FROM {$db_prefix}invites   WHERE ID_REGISTRATION = $memID  LIMIT 1", __FILE__, __LINE__) ............ '] = 'Invite'; $txt['invite_only'] = 'Only allow registrations through invitation.'; $txt['invite_menu_title'] = ............ </div> <div class="smalltext">{link} = Link to registration page (with key)</div> <div class="smalltext">{ ............ '] = 'When the forum is set to accept registrations by invitation only, this permission will allow a  ............ '] = 'When the forum is set to accept registrations by invitation only, this permission will allow a  ............  allowed to view this member\'s invitees.'; $txt['registration_invite_only'] = 'Sorry, registration is by  ............  type="submit" value="Register"></form>'; $txt['registration_invite_expired'] = 'Sorry, the invite key has  ......
#774
......  appears, but there's no text next to most of the fields, so i don't know what i'm supposed to have in  ............  and a field.  under that there are 3 fields preceded by what i assume is a checkbox.  under  ............  and invite_email_message.  but it's those fields with no text that i don't understand. in fact, i' ......
#775
Applied or Declined Requests / Re: Extra features for SMF 2.0
huhtikuu 13, 2007, 09:33:51 IP tekijältä nitins60
......   * as Grudge said, SMF 2.0 has Custom Profile Fields, but it must have an option of dropdown box of  ............  before they submit, beside username field in registration form.   * Bloc, it's better to leave some area in  ............ ). This will solve many problems like user registration bar, display some infor to guest, it's much handy  ......
#776
Modifications and Packages / Re: Paid Subscriptions
lokakuu 30, 2006, 03:45:55 IP tekijältä Jim R
......  the Custom Profile mod and make those fields required upon registration.  ......
#777
Modifications and Packages / Re: SMFShop - Shop MOD
lokakuu 21, 2006, 03:04:01 AP tekijältä Daniel15
......  Money can now be automatically given to people at registration - General code cleanup - Heaps more comments in  ............  files now have author name, email and website fields - item_engine.php now has heaps and heaps of  ......
#778
News and Updates / Re: SMF 1.1 Release Candidate 3 is available!
elokuu 26, 2006, 10:03:27 AP tekijältä Yiorgos
......  SMF 1.1 RC2 with several mods + some additional registration fields and the necessary display customization.  ......
#779
......  Builder already installed, and be using Bridge Registration)   I activated this, added a user, and I m  ............  must lead to cb register...or the MSUT HAVE fields of CB wont be used during registration... (I  ......
#780
News and Updates / Re: SMF 1.0.5 released
heinäkuu 31, 2005, 11:31:15 AP tekijältä NOS ChromeNut
......  through the admin panel trying to find any fields relating to underage registration on my forums  ............  asking for trouble unless you're following the registration steps spelled out in COPPA.   I'm probably  ......
Advertisement: