After adding a event, when I open the event in the full page view I dont see the date of the event. Although the dates are visible on the teaser view.

It would be nice to have the dates displayed on the event full page.

Comments

brenk28’s picture

Assigned: Unassigned » brenk28

Yes.... the template needs to be updated. This fix will be in the next release.

tech4him’s picture

Until the next release of OP, you can modify your node-event.tpl.php line 8 as below. :)

<div class="event-date">Event Date: <?php print content_format('field_event_date', $node->field_event_date[0], 'long'); ?></div>
andibonn’s picture

Version: » 6.x-1.x-dev

Do you have solved the bug in the 1.6-release?
I have still the same trouble with this release...

mmorris’s picture

andibonn, this is a pretty minor theming thing that can be easily resolved by the approach suggested by tech4him in comment #2. If you're not familiar with theming, I encourage you to check out the Theming Guide: http://drupal.org/theme-guide.

Thanks,
Mike