Hi. i have found module act like this module.
Nice to meet you.
I read the source code of this module. and i suggest to change some codes.
A 7.x version of this module implements setting page at people settings page. But in drupal 7, it provides settings form hook for field.
By implementing this hook, user can setting value in manage field page directly.
And, when displaing the anonymous name, you overide the name of post.
this reason is drupal 6 not support change display name...
But now, drupal 7 support function to change display name. format_username()
information about that can found following link.
http://api.drupal.org/api/drupal/includes--common.inc/function/format_us...
http://drupal.org/node/192056
It official api for change display name.
How you think about this?
Comments
Comment #1
barami commentedAh.. the problem of hook_username_alter is that can't change homepage url..
I feel shy. Sorry.;
Comment #2
drikc commentedDon't be, I cannot count how much time that happened to myself ;-)
Comment #3
drikc commented