67 comments found.
How to see which user deleted an event?
Is it possible to see the logs somehow?
Hi. Unfortunately, it is impossible with current version.
How to add a new field to the event fill form?
Hi. Unfortunately, you can’t do it. The fields of event are fixed on the code.
Hello,
1-We set up the system on our website. But when adding a new time table, it assigns the difference to the dates even though we select it in the date section. 2- It will be added to all the days in that month by simply selecting the Day. We look forward to your assistance in this matter.
1. May be you are running the day mode. Please run the date mode (The timetable will get events via its date):
<div class="quick-timetable" data-view="week" data-mode="date" />2. To do it, you only need run the day mode:
<div class="quick-timetable" data-view="month" data-mode="day" />
Note: Each timetable can only run on 1 mode at 1 time.
Using the 12 hour clock setting, the appointments do not list in chronological order, see: https://gyazo.com/6f61d7ef0c11e779382422cd7a118f36
Can this be corrected?
Hi. Have you used our method or your method (modify php file) ?
reverted back to your method.
It means this problem happen with our method?
Yes, your method.
quick-timetable.js— The only modification to this file are those you provided to change from 24 hour to 12 hour.
timetable.php— This file was returned to the state it was provided when the app was originally downloaded from this site.
+
If it matters I am using monthly view.
- Add the function timeTo12HrFormat() as we have mentioned.
- Modify line 556 (after add the function on the top of file):
From:
+ '<div class="timetable-time">' + timetables[t].start_time + ' - ' + timetables[t].end_time + '</div>'To:
+ '<div class="timetable-time">' + timeTo12HrFormat(timetables[t].start_time) + ' - ' + timeTo12HrFormat(timetables[t].end_time) + '</div>'https://gyazo.com/c119d78c9e88373426da3b0b342ed9b7
How do I append “AM” or “PM” to the 12 hour time display?
This was solved with the 24 to 12 custom code below. Thank you.
how do I change from a 24 to 12 hour clock
- Firstly, declare function:
function timeTo12HrFormat(time) {
var time_part_array = time.split(":");
var ampm = 'AM';
if (time_part_array[0] >= 12) {
ampm = 'PM';
}
if (time_part_array[0] > 12) {
time_part_array[0] = time_part_array[0] - 12;
}
var formatted_time = time_part_array[0] + ':' + time_part_array[1] + ' ' + ampm;
return formatted_time;
}
- Then modify line 311 of this file:From:
timetable_string += '<div class="axis-item">' + hour + ':00</div>';To:
timetable_string += '<div class="axis-item">' + timeTo12HrFormat(hour + ':00') + '</div>';- Modify line 367:
From:
+ '<div class="timetable-time">' + timetables[t].start_time + ' - ' + timetables[t].end_time + '</div>'To:
+ '<div class="timetable-time">' + timeTo12HrFormat(timetables[t].start_time) + ' - ' + timeTo12HrFormat(timetables[t].end_time) + '</div>'
Implemented above changes. Had no effect.
Cleared the browser cache and restarted it. Existing calendar items: Still shows time in 24 hour format. New calendar item: Shows time in 24 hour format.
“View page source” of JS shows below changes in place.
Confirming action….
ADDED the new function immediately after the existing function: ”\\Sort timetables by time” closing “}”
COMMENTED OUT: // timetable_string += ‘ ’ + hour + ’:00 ’;
REPLACED WITH: timetable_string += ‘ ’ + timeTo12HrFormat(hour + ’:00’) + ‘ ’;
COMMENTED OUT: + ‘ ’ + timetables[t].start_time + ’ – ’ + timetables[t].end_time + ‘ ‘
REPLACED WITH: + ‘ ’ + timeTo12HrFormat(timetables[t].start_time) + ’ – ’ + timeTo12HrFormat(timetables[t].end_time) + ‘ ‘
My apologies… the changes seem to have finally taken affect.
This worked fine. Now I need to append AM and PM to the 12 hour to differentiate between day and night time schedules. Will submit this request separately.
Hi. With function timeTo12HrFormat() which we mentioned above, the AM and PM already is added to time: https://gyazo.com/f3f871356cda68f2b78cdb9b47d42a00
My apologies… it does append as you indicated. The 24 to 12 and AM/PM is solved. Thank you.
Thanks for the update. An idea for the next update.
1. Add Semi-admin users (so they can add events)
2. Add hoover-over event on date to display mini info such as image and details, click to view.
3. If logged in as admin, hoover over date on calendar with the option to edit details.
Thanks.
Hi. Thank for your suggestions. We will investigate it.
Thanks for listening.
Another idea, csv export of schedule.
Thank you
We would like to recieve a refund on undownloaded purchase. Codecanyon says to contact author directly. We purchased 2 different versions by mistake.
Hi. We will refund for you after you do these steps:
- Rating 5 star for correct version (to let us know you have bought).
- Create refund request for the wrong version.
Hello, We installed the script
In admin panel created 2 categories and added some events for each category but for second category Task it not shows anything, only for one category it showing events added in admin,
Hi. Could you give us the Admin to email caketheme.com@gmail.com ? We will check it.
Sent the details on mail please check it.
Ok, we have received it.
Hello friend, I create an event for the following date 11/5/2022 and I use the List mode, but the date will appear every day before the 5th, any way to show only the chosen day? thanks
<div class="quick-timetable" data-view="list" data-mode="date" />
Hi, is it possible to integrate the calendar into an already created page, for example using an iframe? This is a pre-purchase question
Hi. Thank for your attention. It is impossible to do it. To integrate the calendar into an already created page, you need modify this page: include some js and css files, then use the script’s shortcode to display it.
So I’m not happy about that, I like the script a lot and I was hoping for the possibility of a seamless integration, this way I will have to look for another alternative unfortunately 
any plans for laravel support? also, does it have a backend?
http://caketheme.com/script/php-quick-timetable-demo/admin
User: admin
Pass: admin
Hello my name is Steven,
I would like to know if is possible to select more then 1 filter in the month view
This is the link… https://www.emgaclubdeigiovani.it/index.phpas you can se you can see all event or select a category.. is there a way to select 2 or more categories? to view in the calendar?
(sorry for my english) Thanks!
Hi. Unfortunately, there is no way to to that. Looking forward to your sympathy.
in List View it’s possible show events from sunday to sunday
Sorry, but we don’t understand your question. It means you want to start with Monday on list view?
in the list view when the event is clicked it is possible to show the event information in a new page
Hi. Unfortunately, it is impossible to do it, it show the event info on popup.
I`ve made a custom view in the admin panel to show the entries with current date. I tried “WHERE timetables.date = curdate()” but it dosn`t work, because the column timetables.date column is stored as varchar(20). If i convert to date the entire column, all data in this column replaces with zeros.
Please help me, what is the best solution for this,
Thank you
Hi. You should use: “WHERE timetables.date = date(“d-m-Y”);”
Hello
Hi. How can we help you?
I want to show the id on the popup box, I added the code below in the qiuck-timetable.js + ‘ ’ + timetable.id + ‘ ‘
This retrieves an other number than the timetable id from database. I need this feature for adding an edit link to the popup window: ex: edit.php?id=*
Thank you
- On the timetables.php, add this code after line 26:
$timetable->event_id = $db_timetable['id'];- On the assets/js/quick-timetable.js , use the timetable. event_id on place which you want.
I wanted to know how to install this
Hi. You can see the instruction on the documentation on your purchase package.
Hello I see “next-month” and “next-year” buttons but when I click it it doesn’t work Please guide me, thanks a lot
Hi. Could you give us the URL of your website? We will check it.
Hi. This problem only happen on your server. So it may come from your server config, or from the wrong step when you setup the script on your site. Could you give us the FTP to email caketheme.com@gmail.com ? We will check it.
About the question of print version, we have tested but not seen the problem. You can select the landscape paper size: https://gyazo.com/6d0075d1474ba408fcf7fb961fbb021b