Title: [Plugin: Register Plus] Does registration plus work?
Last modified: August 19, 2016

---

# [Plugin: Register Plus] Does registration plus work?

 *  [working-together](https://wordpress.org/support/users/working-together/)
 * (@working-together)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-register-plus-does-registration-plus-work/)
 * I’m doing some pre-planning (if it’s possible kind of thing) on creating a private
   area/page on a wordpress site.
 * I would like to make a more custom registration page beyond the default one offered
   by wordpress.
 * Is Registration Plus working? From people’s comments it seems to be broken. Is
   there an alternative?
 * Thanks.
 * [http://wordpress.org/extend/plugins/register-plus/](http://wordpress.org/extend/plugins/register-plus/)

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [alieneila](https://wordpress.org/support/users/alieneila/)
 * (@alieneila)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-register-plus-does-registration-plus-work/#post-1452734)
 * I have used it on one website I developed and it did work for the most part. 
   I had some issues with using a field that was supposed to be a date with the 
   date picker. If I remember right, it was saving the data to the wrong field, 
   as I had multiple custom fields added. Besides that, and mixed with theme-my-
   profile, it worked rather well.
 *  [Mark](https://wordpress.org/support/users/codeispoetry/)
 * (@codeispoetry)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-register-plus-does-registration-plus-work/#post-1452972)
 * The verification part is totally broken. One can bypass verification simply by
   clicking ‘lost your password’ and resetting the password.
 * Also, the HTML of the forms is quite terrible, which makes styling the register
   page difficult.
 * Unfortunately I am not aware of an alternative that does work. The author of 
   this plugin has not responded to any queries, so it seems that if this plugin
   is to survive, it should be forked by some goodwilling users.
 *  [j8h9](https://wordpress.org/support/users/j8h9/)
 * (@j8h9)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-register-plus-does-registration-plus-work/#post-1452979)
 * The author skullbits hasn’t updated his author page since SEP 2009… and is likely
   in hiatus.
 *  [j8h9](https://wordpress.org/support/users/j8h9/)
 * (@j8h9)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-register-plus-does-registration-plus-work/#post-1452980)
 * I’m still testing this plugin in 2.9.2. after registering, when I attempt to 
   change my profile custom fields–they do not change. I type in new values and 
   click save button but when the page refreshes… the same values. Once again, cannot
   understand why this most basic functionality–custom profile fields–cannot be 
   integrated into the core WP software.
 *  [ajkoop](https://wordpress.org/support/users/ajkoop/)
 * (@ajkoop)
 * [16 years ago](https://wordpress.org/support/topic/plugin-register-plus-does-registration-plus-work/#post-1452986)
 * same here; can’t get the custom fields to save.
 *  [Mark](https://wordpress.org/support/users/codeispoetry/)
 * (@codeispoetry)
 * [16 years ago](https://wordpress.org/support/topic/plugin-register-plus-does-registration-plus-work/#post-1452989)
 * Theme My Login and CIMY User Extra Fields can replace this plugin.
 *  [bitkahuna](https://wordpress.org/support/users/bitkahuna/)
 * (@bitkahuna)
 * [16 years ago](https://wordpress.org/support/topic/plugin-register-plus-does-registration-plus-work/#post-1452991)
 * have found out custom field values are being saved but with the wrong user ID.
   check usermeta table and you can hand fix.
 *  [bitkahuna](https://wordpress.org/support/users/bitkahuna/)
 * (@bitkahuna)
 * [16 years ago](https://wordpress.org/support/topic/plugin-register-plus-does-registration-plus-work/#post-1452992)
 * ok, fixed the bug.
    go into register_plus.php on my copy it’s line 1626.
 * change from:
    if( $_GET[‘user_id’] ) $user_ID = $_GET[‘user_id’];
 * to:
    if( !empty($_REQUEST[‘user_id’]) ) $user_ID = $_REQUEST[‘user_id’];
 *  [willpower1](https://wordpress.org/support/users/willpower1/)
 * (@willpower1)
 * [16 years ago](https://wordpress.org/support/topic/plugin-register-plus-does-registration-plus-work/#post-1452993)
 * Thanks so much for posting that code bitkahuna I have been looking for that fix
   for ages !
 *  [bitkahuna](https://wordpress.org/support/users/bitkahuna/)
 * (@bitkahuna)
 * [16 years ago](https://wordpress.org/support/topic/plugin-register-plus-does-registration-plus-work/#post-1452994)
 * you’re welcome willpower1 i was hoping it would help someone! codeispoetry above
   says to use CIMY User Extra User Fields but that’s much more complex than this
   nice plug-in.
 *  [Gianni77](https://wordpress.org/support/users/gianni77/)
 * (@gianni77)
 * [16 years ago](https://wordpress.org/support/topic/plugin-register-plus-does-registration-plus-work/#post-1452995)
 * I’ve experienced some problems with register plus that now I’ve solved. It is
   incompatible with plugin named **Maintenance mode**: as Maintenance Mode was 
   deactivated, register plus works correctly.
    Also Cimy extra user fields has 
   the same problem.
 *  [km](https://wordpress.org/support/users/kmaisch/)
 * (@kmaisch)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-register-plus-does-registration-plus-work/#post-1453007)
 * Thanks bitkahuna – lifesaver!
 * I found **if( $_GET[‘user_id’] ) $user_ID = $_GET[‘user_id’];** in two spots…
   did you change both?
 * Kim
 *  [hugolatra](https://wordpress.org/support/users/hugolatra/)
 * (@hugolatra)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-register-plus-does-registration-plus-work/#post-1453012)
 * Hey Bitkahuna!. I just register to say **Thank you very much**. Big troubles 
   when this plugin stop working. Great help!. Thanks again.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘[Plugin: Register Plus] Does registration plus work?’ is closed to new
replies.

 * 13 replies
 * 10 participants
 * Last reply from: [hugolatra](https://wordpress.org/support/users/hugolatra/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-register-plus-does-registration-plus-work/#post-1453012)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
