I found this module useful, but I couldn't use it, because it wasn't compatible with default drupal account fields.
So I integrated it into advuser. Check it, please.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Anonymous’s picture

Status: Needs review » Needs work

Oh, thanks for that but please use the git repository and use a git diff to create the patch. Also be careful of needless white space changes.

mezitlab’s picture

Hi Earnie,
I never used drupal git repository and diff before, so I hope the way that I followed is OK.
I created a patch by git diff. I also noticed the white space changes. Sorry for this. The Eclipse IDE automatically remove all unnecessary white spaces. Ignore it, please and focus only the code. I tried to follow your logic and integrate the drupal fields support on this way.

Anonymous’s picture

Add --ignore-all-space to the git diff command and reattach. The spaces makes it hard to determine what is and is not changing.

mezitlab’s picture

Thank you Earnie! --ignore-all-space was my friend!
I think this changes isn't perfect (I don't know and understand all of your code), but it started work for me in this way.

ace11’s picture

Cant get this to work. Patch is not working?
Should this show in filter fields custom added fileds for user accounts?

Any help with this?