I installed RealName and am finding that some pages (that used to load normally) are now showing "Site is not available".
After reading your comments:
Other Modules
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).
I am trying to determine which module is in conflict with RealName. Can you please give some examples of the code that modules might use to grab the user name from some object, so I can report the issue to them?
For example, the issue occurs on the view profile page, where I have SimpleNews, User Points, Activity and User Relationships all being displayed. I'd like to be able to identify the particular line of code and offer your solution to the conflicting module(s).
Comments
Comment #1
nancydruYou can probably look for $user->name or $account->name. The profile module does appear the use theme_username. If those four you mentioned, I would probably look at User Relationship first.
Comment #2
dave reidNo follow-up from original poster in over a year, so marking as fixed.