Customization

Changing Drupal username for profile_name

Today while setting up the blog i decided that i would prefer having Real Name showing instead of User Name.

So, after reading some helpful posts and documentation i decided to get hands on.

Steps:
  • Activate Profile Module
  • Create custom field profile_name or whatever, just don't forget to change it in the code accordingly
  • Change theme template.php to override phptemplate_username
References: http://api.drupal.org/api/function/theme_username/6 http://drupal.org/node/21110

Taxonomy upgrade extras:

Subscribe to RSS - Customization