| Author |
Message |
Topic: MSSQL 2005 Support |
esoft_ian
Replies: 7
Views: 44
|
Forum: Pre-Sales Posted: Thu Jan 08, 2009 5:09 pm Subject: MSSQL 2005 Support |
Hi,
If your PHP installation does not already have support for MS SQL, you will have to enable it. Which PHP download are you using? The zip from PHP's site? Which version of PHP is this? |
Topic: Search for events in a date range |
esoft_ian
Replies: 1
Views: 14
|
Forum: Hacking Thyme Posted: Wed Jan 07, 2009 11:11 pm Subject: Search for events in a date range |
Hi David,
You may use get_event_list($first2weeks = $cal->get_event_list("2009-01-14", "2009-01-01"); |
Topic: Event Icons Question |
esoft_ian
Replies: 5
Views: 25
|
Forum: Pre-Sales Posted: Wed Jan 07, 2009 10:35 pm Subject: Event Icons Question |
| It is another folder deeper in case someone wanted to categorize their icons they could add another folder to the event_icons/ folder. |
Topic: Public Access question |
esoft_ian
Replies: 3
Views: 19
|
Forum: Pre-Sales Posted: Wed Jan 07, 2009 10:34 pm Subject: Public Access question |
| Could you also send me a private message containing a login to Thyme please? Click on the "PM" icon under this post. |
Topic: Remove Admin/Log-In Links |
esoft_ian
Replies: 10
Views: 65
|
Forum: Hacking Thyme Posted: Wed Jan 07, 2009 8:59 pm Subject: Remove Admin/Log-In Links |
| Does it work outside of the CMS? |
Topic: Categories shown by a JS 1.5 component |
esoft_ian
Replies: 6
Views: 152
|
Forum: Hacking Thyme Posted: Wed Jan 07, 2009 8:58 pm Subject: Categories shown by a JS 1.5 component |
| Instead of echo($GLOBALS['cal']->event_types); try echo($cal->event_types); and see if you get a different result please. |
Topic: Remove Admin/Log-In Links |
esoft_ian
Replies: 10
Views: 65
|
Forum: Hacking Thyme Posted: Wed Jan 07, 2009 8:49 pm Subject: Remove Admin/Log-In Links |
Hrmmm... that's odd. Before this line:
// create calendar object
.. try adding this:
global $_cur_cal; |
Topic: Remove Admin/Log-In Links |
esoft_ian
Replies: 10
Views: 65
|
Forum: Hacking Thyme Posted: Wed Jan 07, 2009 8:40 pm Subject: Remove Admin/Log-In Links |
| Err.. you don't see the calendar at all? |
Topic: Public Access question |
esoft_ian
Replies: 3
Views: 19
|
Forum: Pre-Sales Posted: Wed Jan 07, 2009 8:39 pm Subject: Public Access question |
Hi,
This should not be the case. May I have the URL to your Thyme installation please? |
Topic: Event Icons Question |
esoft_ian
Replies: 5
Views: 25
|
Forum: Pre-Sales Posted: Wed Jan 07, 2009 8:38 pm Subject: Event Icons Question |
| No, there are no size restrictions. I just caught where you said there are no event icons included. There should be, even with the trial. Do you have any icons in the event_icons/Crystal SVG/ folder i ... |
Topic: Limiting length of event 'notes' |
esoft_ian
Replies: 6
Views: 1472
|
Forum: Hacking Thyme Posted: Wed Jan 07, 2009 6:59 pm Subject: Limiting length of event 'notes' |
| Err.. that line should not be in the original event_edit_tpl.php file that comes with Thyme. |
Topic: Remove Admin/Log-In Links |
esoft_ian
Replies: 10
Views: 65
|
Forum: Hacking Thyme Posted: Wed Jan 07, 2009 6:57 pm Subject: Remove Admin/Log-In Links |
Hi,
You can remove this section of index.php:
if(!$_cal_user->guest) {
$url->addArg("logout", "1");
$links[] = "& ... |
Topic: How to select different views/calenders |
esoft_ian
Replies: 4
Views: 40
|
Forum: Web site integration Posted: Wed Jan 07, 2009 5:57 pm Subject: How to select different views/calenders |
Hi David,
In the generated code of the calendar publisher, you should see something like this:
$cal->set("calendar", X);
You can change that to something like this on you ... |
Topic: Limiting length of event 'notes' |
esoft_ian
Replies: 6
Views: 1472
|
Forum: Hacking Thyme Posted: Wed Jan 07, 2009 5:39 pm Subject: Limiting length of event 'notes' |
Hi,
As long as you place this under the line containing:
$_cal_form = new _cal_form("EventForm");
.. it should work. Line 59 in the most recent event_edit_tpl.php should do. |
Topic: Modifying the Login page? |
esoft_ian
Replies: 1
Views: 28
|
Forum: Hacking Thyme Posted: Wed Jan 07, 2009 5:36 pm Subject: Modifying the Login page? |
Hi Don,
Yes, you can. |
| |