This is pretty simple, just look in the "Documentation" section of this website:
quote:
<%= EVENT FIELD(name) %> Outputs the value of the 'name' field in the event currently defined in the $EVENT variable. For example, 'title', or any other field defined in the Customize Event Fields screen.
In other words, insert this code wherever you wish between the <% FOREACH EVENT %> tags in your default template:
<%= EVENT FIELD(author_name) %>
-- or --
<%= EVENT FIELD(author_id) %>
whichever one you prefer, and that should do it. I taught myself a lot about customizing my installation from those Documentation pages. Just save a backup of your original files in case gremlins sneak in. 
------------------
[This message has been edited by musicvid (edited April 06, 2006).]