You can read about how to separate individual fields in the Event Details view in the previous forum message "
Break apart event title and description". To tell if someone is logged in or not, the following line should work:
if ($User->{username} ne "anonymous")
You'll have to figure out how they can be used together to achieve your intended results.
Dan O.
------------------