The new User Directory in 1.9 is a very useful addition.One thing that I'd like to tweak are the truncated organization names (the names of individuals appear in full).
I found the relevant code in /includes/users.inc.php:<a class="userPreview" href="users.php?id=<?php echo $row; ?>"><?php echo Format:($name); ?></a>I tried changing it in various ways without success, including the following:<a class="userPreview" href="users.php?id=<?php echo $row; ?>"><?php echo Format:($user->getName()->getOriginal()); ?></a>I see that $name is a variable that is called from somewhere else, and I've tried figure it out but I have no PHP prowess and I feel like a gorilla trying to open a lock with a hammer. I'm hoping that someone has done this or is interested in having a look. Cheers.