Closed (fixed)
Project:
Date
Version:
6.x-2.4
Component:
Date Popup
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2010 at 17:42 UTC
Updated:
7 Jun 2015 at 22:37 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Stephen Scholtz commentedI don't believe this is possible, at least not through the Date module. This module is meant to be used as a CCK field, and doesn't add it's functionality to other modules. (Also, the Profile module stores the date information differently than the way the Date module stores dates)
Having said that, if you really want a date pop up, you might look into Content Profile, which creates profiles as content (nodes), where you can use things like CCK to give your users better input widgets. That would probably be the fastest route for you.
If that doesn't suit your needs, if you can write javascript, you could:
This could probably also be achieved by writing a custom module, which is probably what should be done. Or wait for Drupal 7. ;P
Comment #2
mohammadjolani commentedHello Here is the solution :
In your Style sheet Customize this :
In Your form alter for "user_register" form id add the following lines
Comment #3
jiv_e commentedThis issue is getting old with no activity. I'm cleaning the issue queue, so I'll close this. Please feel free to reopen if needed!