There are a few plugins out there that count how many users are logged in, etc, but I am specifically looking for a way to display the name of the user(s) logged in. I have been able to find code that displays the users name to him if he is logged in and "guest" otherwise.
Code example: get_currentuserinfo... echo user_nickname, etc