| View previous topic :: View next topic |
| Author |
Message |
GaryTorello
Joined: 19 Oct 2008 Posts: 8
|
Posted: Tue Oct 21, 2008 11:57 pm Post subject: Remove time from Month View? |
|
|
Using calendar publisher I've been able to create month view calendar which will be integrated into a php site.. all worked out nicely.. looks like we'll be purchasing soon!
One thing I would like to do: Remove the time from the event title on the calendar, so that viewers see only the event icon and title... they'll have to click on the event to see the time.
How can I accomplish this?
TIA! |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5279
|
Posted: Wed Oct 22, 2008 5:28 pm Post subject: |
|
|
Hi Gary,
Do you want to do this for the published calendar only or for all of Thyme? |
|
| Back to top |
|
 |
GaryTorello
Joined: 19 Oct 2008 Posts: 8
|
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5279
|
Posted: Wed Oct 22, 2008 6:03 pm Post subject: |
|
|
Hi,
In the PHP code, before any Thyme files are included, add this:
| Code: |
define("_CAL_TIME_SMALL_FORMAT_", " ");
|
Let me know if you have any questions / trouble. |
|
| Back to top |
|
 |
GaryTorello
Joined: 19 Oct 2008 Posts: 8
|
Posted: Wed Oct 22, 2008 7:55 pm Post subject: |
|
|
| worked great! Thx! |
|
| Back to top |
|
 |
|