Code

Discussion on Quick Timetable For PHP

Discussion on Quick Timetable For PHP

Cart 201 sales

caketheme supports this item

Supported

This author's response time can be up to 1 business day.

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.

Hi. Thank for your purchase.
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?

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.

If you want to use the monthly view, please revert the quick-timetable.js to the origin file. Then:
- 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

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.

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

Hi. To do it, you only need run on date mode:
<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?

Hi. We have not the plan for Laravel version now. The script has a backend, you can test it here:
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.php

as 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”);”

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

Hi. To do it, you need implement the custom work:
- 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.

Yes, I send you the demo url. https://vnn.mobi/democx/ I have 1 more problem, hope you can help. That’s when I select the print version, the website does not allow printing to landscape paper size Please guide me, thanks!

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

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey