Title: [Plugin: Pie Register] Same problems as Register plus
Last modified: August 19, 2016

---

# [Plugin: Pie Register] Same problems as Register plus

 *  [guppydas](https://wordpress.org/support/users/guppydas/)
 * (@guppydas)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-pie-register-same-problems-as-register-plus/)
 * I was a bit frustrated, with Register Plus as I was unable to add date field 
   for Profile. It also had problems with uploading custom logo. Another problem
   was adding first name last name field on registration page.
 * Installed Pie Register. One problem solved. The registration page, does show 
   First Name Last Name field. Fine. Still can’t get custom Logo and the date field
   in custom fields setting for profile.
 * Any clues anybody. I am using WordPress 2.9.2
 * NOTE: As the author suggest, to add `<?php session_start(); ?>` on top of wp-
   login.php, I did. I get error. However without that it works.
 * [http://wordpress.org/extend/plugins/pie-register/](http://wordpress.org/extend/plugins/pie-register/)

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

 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-pie-register-same-problems-as-register-plus/#post-1436411)
 * just something I use in case you are interested. for a custom logo on the login
   page, rather thana plugin I just do this:
 * uplaod logo to images folder in my theme
    add this to functions.php of my theme
 *     ```
       // THIS ADDS CUSTOM LOGO TO LOGIN PAGE
       function my_custom_login_logo() {
           echo '<style type="text/css">
               h1 a { background-image:url('.get_bloginfo('template_directory').'/images/loginLogo.png) !important; height:145px !important; }
           </style>';
       }
       add_action('login_head', 'my_custom_login_logo');
       ```
   
 * now I’ve got a plugin free custom login logo
 *  Thread Starter [guppydas](https://wordpress.org/support/users/guppydas/)
 * (@guppydas)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-pie-register-same-problems-as-register-plus/#post-1436418)
 * Thanks RVoodoo, will do that. Looks pretty simple. However I am not a programmer
   and I am totally 0 with PHP. But this looks simple. Thank you. One problem solved.
 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-pie-register-same-problems-as-register-plus/#post-1436420)
 * sure. its just a simple copy/paste (and of course changing this part ‘/images/
   loginLogo.png’ to reflect the name of your actual image.)
 * just make sure that the code I provided is inside the `<?php` and `?>` tags and
   you’ll be safe!
 *  Thread Starter [guppydas](https://wordpress.org/support/users/guppydas/)
 * (@guppydas)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-pie-register-same-problems-as-register-plus/#post-1436448)
 * Got that working. Yepee. Thanks RVoodoo. You are a champ.
 *  [szemian](https://wordpress.org/support/users/szemian/)
 * (@szemian)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-pie-register-same-problems-as-register-plus/#post-1436734)
 * Regarding the custom logo, it doesn’t work on 2.9.2 because of freshly installed
   WP 2.9 doesn’t have the upload_path saved in db, as discusssed here:
 * [http://wordpress.org/support/topic/348339?replies=7](http://wordpress.org/support/topic/348339?replies=7)
 * Just save the value wp-content/uploads under Settings > Misc., the custom logo
   should work. Hope it helps.
 *  [rutherfordj2](https://wordpress.org/support/users/rutherfordj2/)
 * (@rutherfordj2)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-pie-register-same-problems-as-register-plus/#post-1436807)
 * I found the problem (regarding uploading a unique header). You have to have access
   to the file manager for your site. Once you get there, you have to move the header
   that you uploaded to yoursitename.com/blog/wp-content/uploads (or however you
   have your site set up).
 * For some reason, Pie Register places the header file in the main directory.

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

The topic ‘[Plugin: Pie Register] Same problems as Register plus’ is closed to new
replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 4 participants
 * Last reply from: [rutherfordj2](https://wordpress.org/support/users/rutherfordj2/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-pie-register-same-problems-as-register-plus/#post-1436807)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
