|
Quotes |
" ... I want to tell you that your thyme product is functional and valuable beyond
words. I cannot imagine why any portal would be without it. It is the cornerstone of our new project ..."
" ... Thanks for such a complete project, its making my job much easier. ..."
" ... I have now deployed 4 different calendars and our users love them ... "
" ... Easy to install and use and a great look/design. ..."
" ... This has to be the easiest to use program I think I've had to deal with at all this year. ..."
|
|
| View previous topic :: View next topic |
| Author |
Message |
NotenoughThyme
Joined: 10 Dec 2006 Posts: 5
|
Posted: Sun Dec 10, 2006 5:59 am Post subject: Suggestion for next release: |
|
|
Time/date stamp option for the creation of events and the modification of events.
It would be helpful, in some cases, to know the date and time that an event was added to the calendar and the date and time an event was modified/updated. |
|
| Back to top |
|
 |
admin
Joined: 01 Jul 2005 Posts: 20
|
Posted: Sun Dec 10, 2006 3:17 pm Post subject: |
|
|
Hi,
These are stored internally. If you would like them to be displayed we could move this over to Hacking Thyme and you could modify the PHP. |
|
| Back to top |
|
 |
NotenoughThyme
Joined: 10 Dec 2006 Posts: 5
|
Posted: Sun Dec 10, 2006 4:26 pm Post subject: Suggestion for next release: |
|
|
That would be FANTASTIC.
Thanks! |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5274
|
Posted: Sun Dec 10, 2006 9:22 pm Post subject: |
|
|
Hi,
In include/templates/event_edit_tpl.php around line 232, add:
| Code: |
$_cal_tmpl->section_row("Added",
_ex_date(_DATE_INT_FULL_, $_cal_event->added).
" " . _ex_display_time_long($_cal_event->added));
$_cal_tmpl->section_row("Updated",
_ex_date(_DATE_INT_FULL_, $_cal_event->updated).
" " . _ex_display_time_long($_cal_event->updated));
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|