** i wanted to enable the author and time added fields **
The "time added" value is stored as Unix date format which is just a long string of numbers. For example, today's date/time is 1173139200. The "author" is just the user's log in name, not necessarily their real name. Both filed could very well be meaningless to anyone viewing them.
** is there a way to change the order of those fields **
That might be possible by editing the customize_event_fields.html administration template to remove (or change) the <% if (!$locked) { %> tag which looks to be responsible for skipping them in the 'Change Field Display Order' section.
** is there a way to format them independently? i would like the author and time added fields to be 'fine print'
**
Where??? If in the Events Details section of the default template file, see if the following link gives you any ideas.
LINK > Break apart event title and description
Dan O.
------------------