Right, managed to get the eventfields to display but ONLY when viewing the posting and not in calendar month view by doing what you said - see screenshot
Entered $eventfields[1] and $eventfield[field1] into the calendar monthly view template - see below - but still did not display, I left the $event[customfields] in just for reference
HTML Code:
<div class="smallfont" style="margin-bottom:$stylevar[cellpadding]px; padding-bottom:1px; border-bottom:1px solid">
<if condition="$show['holiday']">
<!--<strong>»</strong>--> <a href="calendar.php?$session[sessionurl]do=getinfo&day=$year-$month-$day&c=$calendarid" title="$event[preview]"><strong>$event[title]</strong></a>
<else />
<if condition="$show['subscribed']">
<img class="inlineimg" src="$stylevar[imgdir_misc]/subscribed_event.gif" alt="$vbphrase[event_notification]" />
<else />
<!--<strong>»</strong>-->
</if>
<a href="calendar.php?$session[sessionurl]do=getinfo&e=$event[eventid]&day=$year-$month-$day&c=$calendarid" title="$event[preview]">$event[title]</a>
$event[customfields] $eventfields[1] $eventfields[field1]
</if>
</div>
Hope you can assist
Regards Darrin