By cjz0r on
I have installed and am using the Events module, however I would like to remove the tags from the front page that show how many days remain untill an event and the event type. How can this be done?
Chris Hogg
I have installed and am using the Events module, however I would like to remove the tags from the front page that show how many days remain untill an event and the event type. How can this be done?
Chris Hogg
Comments
in modules/event/ ...
look at event.theme
search for lines that contain
$node->typenameto remove the node type.search for the function
theme_event_upcoming_itemand comment out the line that contains$node->timeleft, e.g:excellent, thanks for the
excellent, thanks for the reply! I figured out the first part from another thread, then i decided to just 'hack' the rest for the time being (display: none; in the css :o))
Thanks again
See
See http://drupal.org/node/75216#comment-184904 for removing the (event) link.