Title: Bug   Request
Last modified: August 31, 2016

---

# Bug Request

 *  Resolved [digitalgaming](https://wordpress.org/support/users/digitalgaming/)
 * (@digitalgaming)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/bug-request/)
 * Hello, I found a bug within registration field:
 * It’s only showing until 2006, then if you click 2006 it will show 20 years. I
   think it should show at least 40 years by default to scroll.
 * Also request:
 * remove the name field in registration (only birthday field)
    Also birthday field
   must be REQUIRED.
 * Thanks!
 * [https://wordpress.org/plugins/birthdays-widget/](https://wordpress.org/plugins/birthdays-widget/)

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

 *  Plugin Author [Sudavar](https://wordpress.org/support/users/sudavar/)
 * (@sudavar)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/bug-request/#post-7091041)
 * Hi there and thank you for using our plugin.
 * The range of years in jQuery’s calendar plugin bugged me too, but I never “searched”
   for a solution but now I did. In the next version the scrolling will have 90 
   years to select. If you want to implement it now you can go to file js/script.
   js at line 10 and add the following:
    `yearRange: "-90:+0",`
 * The birthday field can’t be requiered for all installations, some admins may 
   not want to force their users to add this info (the field is also available in
   user’s profile page in wordpress admin panel). Same goes for the name field, 
   if you want to hide the field you can either:
    – add a CSS rule for #first_name(
   which must be present in wp-register.php so you have to find the appropriate 
   CSS file) – in file birthday-widget.php at line 105:
 *     ```
       <label for="first_name"><?php _e('First Name','birthdays-widget') ?><br />
            <input type="text" name="first_name" id="first_name" class="input"
                 value="<?php echo esc_attr(stripslashes($first_name)); ?>" /></label>
       ```
   
 * this code must me removed or commented out.
 * PS: If everything works and you like our work, please consider leaving a rating.
 *  Thread Starter [digitalgaming](https://wordpress.org/support/users/digitalgaming/)
 * (@digitalgaming)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/bug-request/#post-7091046)
 * Thank you very much for the reply!
    Managed to fix it, based on your instructions.
 * Definitley 5/5 🙂

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

The topic ‘Bug Request’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/birthdays-widget_be1e2d.svg)
 * [Birthdays Widget](https://wordpress.org/plugins/birthdays-widget/)
 * [Support Threads](https://wordpress.org/support/plugin/birthdays-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/birthdays-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/birthdays-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/birthdays-widget/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [digitalgaming](https://wordpress.org/support/users/digitalgaming/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/bug-request/#post-7091046)
 * Status: resolved