Pour toutes questions sur nos formations Drupal, n'hésitez pas à nous contacter.
The RealName module allows the administrator to choose fields from the user profile that will be used to add a "real name" element (method) to a user object. Hook_user is used to automatically add this to any user object that is loaded. It will also optionally set all nodes and comments to show this name.
The 6.x version of this module supports both the core Profile module and the contributed Content Profile module, and can be extended to other profile providers. Check the documentation page for more information.
As of November 7, 2008, this module now supports the privacy settings from the contributed Profile Privacy module.
There is a move to try to put something like this in core, but it is meeting stiff resistance; see #102679: Add a Display Name field to core in addition to Username and #394282: Add a standardized full name field to the users table. Everyone should also watch #192056: User's raw login name should not be output directly.
Almost all other contributed modules can properly display the Real Name if they change their code to use theme('username', ...) rather than just grabbing the user name from some object. We simply cannot be adding specialized support for thousands of contributed modules, especially when the solution is so simple (and Drupal-correct).
If you want to have Faceted Search support RealName, apply the Faceted Search patch over at #390030: Grabbing author name from user object instead of DB.
Translations should be contributed to http://localize.drupal.org/ now, and not provided in modules.
Due to end-of-life on PHP4 and MySql4, we no longer actively support either of those products. If a problem arises, we will make an effort to work around it, but will not make a guarantee. Drupal 7 will require PHP 5.2.5 or higher and MySql 5 (or Postgres 8); if your host is not at these levels yet, please encourage them to get there ASAP.
The development versions (-dev, which rolls up at Noon and Midnight GMT) are where the newest stuff is, including any bug fixes and new features. We try to make sure it is tested before we commit anything, but occasionally a bug will get by us. Your help on testing this code is greatly appreciated. When we are satisfied that the -dev version has been tested adequately, we will publish it. The translation templates may not always be up-to-date in the dev releases.
Update.php required: No
Still pending on 5.x: