If you simply want to use a new name on everything the alternative way is to hard code it into your template.
For instance in static.tpl change:
<p class="date">Published by {$author} on {$date|date_format_daily}</p>
to
<p class="date">Published by Vito on {$date|date_format_daily}</p>
It looks like you're new here. If you want to get involved, click one of these buttons!