Someone kindly helped me to figure out how to list my member's real names directly under their usernames in posts. However, this does not work with calendar posts and I'm wondering how I can change that. Here is how I got the names to show up under their usernames.
In the postbit template find:
PHP Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
Above it add:
PHP Code:
<div class="smallfont">$post[fieldx] $post[fieldx]</div>
Change the x to the id of the custom first and last name fields.
Can anyone help me figure out how to make this work for the calendar posts?

I would think it would be simple, but I just don't know what I need to edit.