I have CB installed and using real names and also have uddeim installed. udddeim, however, uses usernames for some reason. I would very much like uddeim to use people's real name instead of their username. Anyway, to make this happen?
Open the file uddeim_config.php in your administrator/components/com_uddeim directory. Search for
[code:1]$config_realnames = '0';[/code:1]Change that to:
[code:1]$config_realnames = '1';[/code:1]If you do not find the $config_realnames entry, just add the line to your config file.