RSS Feed Subscribe to RSS Feed

Force User Field Registration

NOTE: Force User Field Registration has reached End-of-Life. WordPress 2.6.x will be the last supported version! Read more: http://andrewferguson.net/2008/08/06/force-user-field-registration-end-of-life/

Overview
Forces new users to register additional fields. Available fields are:

  • First Name
  • Last Name
  • Nickname
  • AIM screen name
  • Yahoo IM screen name
  • Jabber/Google Talk user name

Compatibility

  • 2.5.*

Warning: This plugin WILL NOT work with version prior to 2.5!

Installation for Regular WordPress
Download the file and put it in your plugins directory.

Activate it.

To configure what fields are required register an account, login to the WordPress Dashboard. Then go to “Options” > “Force User Field Registration”

Known issues:

  • There are no known issues.

Installation for WordPress MultiUser

Download the file and put it in your plugins directory.

Activate it.

To configure what fields are required register an account, login to the WordPress Dashboard. Then go to “Options” > “Force User Field Registration”

Known issues:

  • There are no known issues with the MU version.

Download
Latest version:

Change Log
0.6
Release Date: 5/19/2008
* Added PHPDoc
* Updated add_action to use inbuilt filter rather then have users add their own
* Update admin UI to 2.5 LnF
* Updated input tag to make it look like native input tags
* Updated fergcorp_forceRegistrationField_updateFields to use passed variable instead of DB query
* Updated error handling in fergcorp_forceRegistrationField_checkFields to use the new WP_Error object (note: this makes WP 2.5 a minimum requirement)

0.6 MU
Release Date: 1/17/2008
Only worked with username-only signups. Now it works with all types of signups.

0.5 MU
Release Date: 1/15/2008
Port of standard WP version to the WPMU platform to accommodate the architecture differences.
Changes include:
Some add_actions were changed to add_filters to take advantage of MU specific filter hooks.
Added a new function to accommodate the differences in WPMU user registration.
Enjoy!

0.5
Release Date: 10/27/2007
Added back end management. This should make it pretty easy to use.
Updated code to take advantage of already established WordPress functions
Removed URL option due to a move in the WP database.

0.11
Release Date: 9/19/2007
Fixed hardcoded database entry and updated homepage link
Hosting switched to separate entity (i.e. no longer under fergcorp directory on svn)

0.1
Release Date: Long time ago
Original release

Reader's Comments

  1. WP User Registration诞生 : 偶爱偶家 | January 20th, 2009 at 12:59 am

    [...] 新的 WP User Registration 集成了 Force User Field Registration 的功能, [...]

    Reply to this comment
  2. Best WordPress CMS Plugins | Another Design by Matt Sweeny | July 28th, 2009 at 5:36 pm

    [...] Force User Field Registration – Forces new users to register additional fields. As a WordPress admin, it is nice to know that your website’s members are human. [...]

    Reply to this comment
  3. Aaron | August 20th, 2009 at 9:39 am

    Hey i use this plugin on my site but i have a few problems with it. Id didnt have the same style as the other fields so i took your style code out and fixed the tab index thing, but even though the code looks exactly the same as the other fields on the page, it doesnt render it right. (check out my pages registration page.

    Reply to this comment
  4. Andrew Ferguson | August 20th, 2009 at 9:47 am

    @Aaron

    Please read the end of life notice as mentioned above: http://andrewferguson.net/2008/08/06/force-user-field-registration-end-of-life/

    Reply to this comment
  5. devendra | November 19th, 2009 at 9:14 pm

    Hi,
    I am trying to install you plugin but i am facing some problem.
    In admin it shows that it has been activated while in user section it don’t display.
    Kindly help me its urgent for me.

    Thanks
    Devendra

    Reply to this comment
  6. devendra | November 19th, 2009 at 10:37 pm

    Hi,
    I am trying to implement add_ajax_login_widget() function but unable to do this.

    Kindly help me.

    Thanks
    Devendra

    Reply to this comment
  7. Amanda French | November 20th, 2009 at 2:30 pm

    I edited the code for the plugin to get the input fields to look exactly like the ones that WP provides — the ones this plugin generates don’t match. Within the tag input type="text" use this inline CSS:

    style="font-size: 20px; width: 97%; height: 29px; padding: 3px; margin-right: 6px; margin-bottom:15px; background-color: #fbfbfb; border: solid 1px #dfdfdf;"

    Reply to this comment

Leave a Comment

Gravatar: Get your picture displayed next to your comment: http://gravatar.com

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Code: To include code, bracket it with [code language="php"] and [/code].
Example: [code language="php"] echo "Hello, World!"; [/code]

Plugin Help: If your requesting help about a plugin, please provide as much information as possible. At the very least, include your WordPress Version and the Plugin Version!