| Author |
Message |
Topic: Will Thyme work for a broadcast schedule? |
esoft_ian
Replies: 6
Views: 159
|
Forum: Pre-Sales Posted: Thu Dec 04, 2008 7:02 pm Subject: Will Thyme work for a broadcast schedule? |
Hi,
This is put in place as a security measure against cross site scripting attacks. If you don't allow event requests, it is ok to remove it. You can remove the following line from include/classes ... |
Topic: Require Categories |
esoft_ian
Replies: 0
Views: 12
|
Forum: Hacking Thyme Posted: Thu Dec 04, 2008 4:48 pm Subject: Require Categories |
In include/templates/event_edit_tpl.php, just under the lines:
$_cal_form = new _cal_form("EventForm");
$_cal_form->method = "POST";
Add this ...
if($_ca ... |
Topic: change of server errors? change of location errors? |
esoft_ian
Replies: 1
Views: 22
|
Forum: Joomla / Mambo Integration Posted: Thu Dec 04, 2008 4:32 pm Subject: change of server errors? change of location errors? |
Hi,
It looks like the MySQL connection information is incorrect. Do you have Thyme's tables installed in the same database as Joomla? Have you already generated a license key and need to change it ... |
Topic: Event Label |
esoft_ian
Replies: 1
Views: 31
|
Forum: Hacking Thyme Posted: Wed Dec 03, 2008 6:41 pm Subject: Event Label |
Hi Wallace,
To change "Event" you may edit include/languages/en_US.php.
You can remove fields from the event form by editing include/templates/event_edit_tpl.php. For instance, to remove URL, re ... |
Topic: date picker file permission problem |
esoft_ian
Replies: 5
Views: 60
|
Forum: Joomla / Mambo Integration Posted: Wed Dec 03, 2008 6:29 pm Subject: date picker file permission problem |
Hi,
Everything else should work just fine. |
Topic: Will Thyme work for a broadcast schedule? |
esoft_ian
Replies: 6
Views: 159
|
Forum: Pre-Sales Posted: Wed Dec 03, 2008 6:28 pm Subject: Will Thyme work for a broadcast schedule? |
Hi,
The closest Thyme has to this is the WEEK_SCHEDULE_VIEW custom setting described [url=http://www.extrosoft.com/Documentation/Administration/Custom_Settings_%10_Tweeks/]here. |
Topic: No Name displayed when adding reminder |
esoft_ian
Replies: 2
Views: 27
|
Forum: General Posted: Wed Dec 03, 2008 6:27 pm Subject: No Name displayed when adding reminder |
Hi,
Are you using an auth module Thyme? If so, which one? |
Topic: date picker file permission problem |
esoft_ian
Replies: 5
Views: 60
|
Forum: Joomla / Mambo Integration Posted: Tue Dec 02, 2008 11:01 pm Subject: date picker file permission problem |
Hi,
Maybe it is the folder. Check Thyme's folder permissions and make sure that the folder modules/common_files matches.
Let me know if that doesn't do it. |
Topic: Displaying attachments |
esoft_ian
Replies: 6
Views: 72
|
Forum: Web site integration Posted: Tue Dec 02, 2008 8:27 pm Subject: Displaying attachments |
Hi,
Place the following:
if(count($e->attachments) > 0) {
$zippable = 0;
echo("<br /><br />");
require_once(@constan ... |
Topic: Displaying attachments |
esoft_ian
Replies: 6
Views: 72
|
Forum: Web site integration Posted: Tue Dec 02, 2008 7:58 pm Subject: Displaying attachments |
Hi,
Where would you like the attachments to be displayed? |
Topic: JScript Event Module - problem previewing styles |
esoft_ian
Replies: 1
Views: 40
|
Forum: Modules Posted: Tue Dec 02, 2008 7:09 pm Subject: JScript Event Module - problem previewing styles |
Hi,
This is the first time I've heard of this error. May I have the URL and admin login to Thyme please? Click on the "PM" icon under this post. |
Topic: Use original Thyme event list /view pages in Studio? |
esoft_ian
Replies: 1
Views: 61
|
Forum: Joomla / Mambo Integration Posted: Tue Dec 02, 2008 7:07 pm Subject: Use original Thyme event list /view pages in Studio? |
Hi,
I'm sorry, but the only way to get this is to wrap Thyme. |
Topic: Displaying attachments |
esoft_ian
Replies: 6
Views: 72
|
Forum: Web site integration Posted: Tue Dec 02, 2008 7:06 pm Subject: Displaying attachments |
Hi,
It's not a hack per se, but you do have to code it in. Assuming your event object is named $event:
if(count($event->attachments) > 0) {
$zippable = 0;
... |
Topic: date picker file permission problem |
esoft_ian
Replies: 5
Views: 60
|
Forum: Joomla / Mambo Integration Posted: Tue Dec 02, 2008 5:28 pm Subject: date picker file permission problem |
Hi,
This is dictated by your web host. Please try 755 and if that doesn't work, 555. Actually, setting them to the same permissions as index.php in Thyme's folder should work.
Let me know if the ... |
Topic: file permissions change every time I make an admin change |
esoft_ian
Replies: 3
Views: 63
|
Forum: General Posted: Tue Dec 02, 2008 6:09 am Subject: file permissions change every time I make an admin change |
Hi,
Edit index.php and search / replace 777 (there is only one instance) with 755
Let me know if this doesn't resolve it. |
| |