Closed (outdated)
Project:
Event
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2008 at 22:11 UTC
Updated:
13 Apr 2018 at 21:01 UTC
Jump to comment: Most recent
Comments
Comment #1
flexvixon commentedUse CSS to hide the times. Find the div ID or class and create a CSS property such as "display: none;"
Comment #2
emmajane commentedThere are several ways to configure the time...
(1) Alter the way time is displayed by default in Drupal with:
?q=admin/settings/event/timezone
?q=admin/settings/date-time
(2) Within the theme you can also further customize the time display for your events. Take a look at the event.theme for all of the themable functions. For example, I changed the default display for the list of "upcoming" events because I wanted to show the start date, not the days before an event. This snippet goes into your template.php file for your theme.
This snippet, on the other hand, is for the actual "node" display of an individual event item:
(etc for each of the different themable functions that control the different outputs)
Of course to completely remove the times, you would alter these functions and delete the lines where the time is printed to the page.
Comment #3
killes@www.drop.org commentedIdeally, the "has time" setting should disable the output of times when a node is rendered (only the date would be shown). This is work in progress.
Comment #4
japerryEvent for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.