Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Event Date Column in Admin

Event Date Column in Admin 13 years 7 months ago #13650

  • normdouglas
  • normdouglas's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 97
  • Thank you received: 0
This has always bugged me... and I'm sure I'm not alone when I say that the event list from the backend is missing the DATE field.
Surely the Date field is a vital column to have for an Event List?

Could you please either include in the next update and or provide a point in the right direction to make a hack?

Cheers

Please Log in or Create an account to join the conversation.

Event Date Column in Admin 13 years 7 months ago #13651

  • normdouglas
  • normdouglas's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 97
  • Thank you received: 0
Worked it out myself... for anyone interested here's how to do it.

For me... I don't need the event time so I've just altered the TIME to DATE.

The file you need to edit is > /administrator/components/com_dtregister/views/event/tmpl/list.php

First edit line 285 and alter to this >
<td align="left"><?php echo $event->displaydatecolumn(); ?></td>

(Notice the change of displaytimecolumn to displaydatecolumn

Then also Line 399

<th class="dt_heading" nowrap><?php echo JText::_( 'DT_EVENT_DATE' ); ?>:</th>

Hope this helps someone

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.109 seconds