For my project i need to give every user a specific number at the registration. e.g. 02-07-09 ...07-09 stands for july 2009 and the first number (02) should be the number of the registration in one month...so that the next user who registers gets the number 030709 etc. and the next month it should start from the beginning with 010809.

Can somebody help me please?

Peter

Comments

dheeraj.dagliya’s picture

If you are using CCK Node as user profile, you can think of using this module http://drupal.org/project/computed_field

filpet’s picture

Is there no way with achieving this without CCK? I'm using the core profile module

WorldFallz’s picture

filpet’s picture

Ok thanks but I'm a newbie to drupal and i don't have much knowledge about creating modules...furthermore how can i do it that the autovalue will change for every registrant every month?