125 comments found.
Hello, there is a small problem in the description for each event. For example if you create an event and each time you move it on the calendar to another date: this adds in description ”< p >< / p >” for example if you move the date of an event 4 times on the calendar, the description will give: ”< p > < p > < p > < p > < / p > < / p > < / p > < / p >”
Hello julianm242, First of all thank you for your purchase of our script. Relative to that, we’ll try to have that fixed as soon as possible. Best regards.
Well, you can have it fixed just by going to functions/functions.php, and under line 133, you can delete the < p > and the < / p >.
This won’t be added anymore when you drag and drop any event.
Let us know if this helped you, and if you like our script, just rate it onyour download area
Best regards.
Hello, thank you !
I have one last little problem of encoding.
When I put in the description: “test é è ç”.
I get in my database “test é è ç Ô
Yet everything is good in UTF8, I do not understand. In the application it is well decoded but I need that the insertion in the database is directly in UTF8.
Hello julianm242,
For that maybe you would like to register our support forum here: http://support.ezcode.pt/ After that, just send us your purchase code and your installation link , and your FTP so we can access your installation, and see if we can fix that for you.
Best regards.
Thank you for your reply, unfortunately I can not give you access to the server 
You installed the database correctly? Have you made changes to the code we provide? As this is PHP, the text has to be encoded, unless you change the database sql encoding, and maybe add utf8_decode, or utf8_encode functions when adding the text. If we are unable to see what is happening to your installation we won’t be able to help you fixing that issue. Maybe you can create an installation on other server domain, so we could test it and see if we can help you.
I fix the problèm, thank you. Can you tell me why it is not possible to put an apostrophe in a description in an event? For example if in the description I put: “Africa’s elephants”: the ” ’s ” launches a bug error
Hello julianm242,
We’ve fixed that issue previously. We use a str replace for the ( ’ ), and replaced it with an accent ( ´ ), because of database issues. What version of the script are you currently using?
Best regards.
Hello, I inspected the code and there is: $ check [1] = chr (34); // simbol ” $ check [2] = chr (39); // simbol ‘ $ check [3] = chr (92); // simbol / $ check [4] = chr (96); // simbol ` and $ texto = str_replace ($ check [$ y], ””, $ texto); But I assure you that it does not work. My downloaded and installed version is: 3.7.3. Thank you
Hello julianm242, you can use the function and not the variable for that. Best regards.
The replace function of the apostrophe only works on the new event. If you are trying to edit an event and you put an apostrophe in the description, there is: Warning: mysqli_error () expects exactly 1 parameter, 0 given in / var / www / clients / client2 / web2 / web / assets / functions / functions.php on line 400 No data was inserted !:
Maybe we’ll need to update that on the event_edit.php file. Best regards
delete please this message (not a good login)
Hello, I have a big problem with this calendar. When you create an event and then you want to edit it: the title you put disappears and turns into a “select type”. It’s not normal ! The variable must be retrieved! Please can you fix this problem? Thank you
Hello julianm242. First of all thank you for your purchase. Relative to that issue we’ll try to have it fixed as soon as possible. Best regards.
Hello julianm242.
Just send us an email through our profile page, or register our support, and we’ll fix that for you or send you the corrected file while we work in the updated file.
Best regards.
We’ve released the new update. feel free to download it from your downloads page! If you like it, just rate us and our script. We would be really grateful.
Best regards.
Very very very good application! The responsiveness of the support is very fast !! Thank you so much !!!!!!!!!
We are the ones that need to thank you. First of all, because you pointed us one issue that we had never had noticed, and that really makes all the sense to be fixed! Best regards and thank you so much for your kind rate on our work!
hello, is it ossible to integrate the scheduler addon?
Hello _Alias. We think that we can implement the PHP code for this plugin, but you’ll probably need to purchase the schedule license for your use. We’ll try to contact fullcalendar developers and see what are the available options for these matters. Best regards.
Hello, I am a heating plumber and I am looking for a script that can help me manage my maintenance schedule. Will my clients see the schedule online or not? And will they be able to request maintenance on a chosen date?
Thank you
Hello fayaha.
Well, we sell this script as an third party script which can be integrated on other systems. We provide the source code, and then customers, or developers can integrate it on their own systems. If you have code skills, maybe you can integrate it on your system they way you intend. But for now those are the only capabilities the script offers.
Best regards, and thank you for your interest on our script.
Hi, how does this work? I mean i am looking for something i can purchase ( agenda ) so me and my partner can edit on. can i jst upload this script to my server and have it working or are there any other things needed ( creating database and … nothing else ) ?
Hi iluvatoq,
First of all, thank you for your visit and the interest in our script. Relative to your question, this is a quite simple script, as you only need to upload it to your server, and create the database and then just fill up the database access credentials, and this is all you’ll have to do to work with the script. If you want to integrate it on some system you already have, you’ll need to have some code knowledge to do that.
Best regards.
After install i get this: Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/catss/public_html/a/agenda/assets/functions/functions.php on line 63
Bottom of the page.
Or when i try to add new type i get this: Warning: mysqli_error() expects exactly 1 parameter, 0 given in /home/catss/public_html/a/agenda/index.php on line 488 Can’t insert into database:
Hello iluvatoq,
Please just register on our support forum (http://support.ezcode.pt/), and we will assist you from there.
Best regards.
Have you created the database, and uploaded the sql? Did you go to functions/config.php and changed the default credentials with your own FTP credentials?
Best regards.
Hi. I noticed a problem that I do not know if it’s just mine: In the listEvents() function I created my query but the calendar works only if I set “LIMIT 20”. If I remove the limit or set the limit to a value >20 (already from 21 onwards) the calendar will not work. Trying to view the source code of the page I see that the function works properly because I see all javascript written of all the required events but the calendar is not displayed … The blank page appears. It’s normal? I think that it’s an issue but I don’t understandt what kind of issue it is.
Hi dimaioweb,
Is it possible for you to send us your page link, so we can try to see what is happening? Maybe you can register our support forum http://support.ezcode.pt/ and we’ll talk from there.
Best regards.
Hi! I have a question, it is possible to insert the events in a table created by myself? for example, if I want to create the table “events”, I can insert the data there? Thanks!
Hi itcsis.
Yes you can. You just need to adapt the table rows, and add the same variables, and then, you need to modify the query for that. Notice that you need to make a few changes under functions.php file so that your new query can run out of problems.
Best regards.
Thanks! so, I must have the changes in a php file? If I can modify the rows in the php files, I’ll buy the calendar today!
Thanks itcsis. Well, you can change the default file according to the new rows you need. Best regards
Hi, is it possible to set the weekly view as default? (instead of the monthly view)
Thanks
Hello dimaioweb.
first of all, thank you so much for your purchase of our script. For setting this up, you’ll need to go to assets/functions/functions.php and go to line 73 and line 96, and paste the following line:
defaultView: ‘agendaWeek’,
This will set your calendar as week view.
Let us know if this helped you, and if you still need our help don’t hesitate to contact us. And if you want to rate our work, feel free to do so 
Best regards.
Thanks so much. Last question: Can I set the hour lines from 07 to 23 hiding those from 00 to 06?
Hi dimaioweb.
For setting up that option, you’ll need to go to index.php, and on the datetimepicker function, under line 669, you’ll need to add the following lines according to the time you’ve sent use, which will be:
hoursDisabled: ‘0,1,2,3,4,5,6’, hoursDisabled: [0, 1, 2, 3, 4, 5, 6],
Also, you’ll need to go to events_edit.php and under line 194, you need to add the same lines to the function, in order to block the other hours from being displayed.
Best regards.
Sorry, maybe there was a misunderstanding. I would like to hide the hours’s rows from 00 to 06 in the weekly and daily view of the calendar if it’s possible.
Thanks for your help.
Oh, ok. sorry for the misunderstood, but you can also have that previous option set, for customers, or for you only need to select those time-ranges. Now for you to display those hours, you’ll need to go to functions.php and after the agendaWeek that we’ve told you before, you’ll need to add these new lines. You need to add it under lines 73 and 96 (or near that) the following lines:
minTime: ‘07:00’, // a start time (07am in this example) maxTime: ‘24:00’, // an end time (23pm in this example)
Let us know if it helped you.
Best regards.
Please notice that you need to replace the ( ’ ), because envato textarea is converting the single quote to that like blockquotes ( ’ ).
Best regards.
Wonderful!
Fast and precises.
Thank you
No problem dimaioweb 
If you still need our help, just let us know.
Best regards.
How do I format the time to be in a different format than 24 hour?
Hello jacwebdesign.
Where do you want to set it?
Please post your question on our support forum (http://support.ezcode.pt/) so we can provide you help from there.
Best regards 
hi, is this compatible with the full calendar scheduler addon?
Hello simplex1.
We haven’t tested this feature yet, so we cannot give you a precise information at this point, but we’ll test for compatibility, and see if it also works with this addon.
Best regards.
Looking at the code, we would need to create a new script only for the addon scheduler, that would work a bit different from the calendar.
Have you got any plans to update to Bootstrap 4 or is it something I could tackle myself?
Hi teddyedward,
First of all, thank you for your purchase of our script. We’ll probably work on that at this same week, and see i we can release it till the end of the week.
Best regards.
Notice that under IE8 and IE9 are not supported.
Can this be set to 12 hour time instead of 24?
Like AM PM? USA?
Hello graydian.
First of all thank you for your purchase. Relative to your question we’ll need to see if it is possible. If we can manage this we’ll let you know.
Best regards.
Hello,
Would want to integrate this on our webportal for capturing events such as loan installments, Insurance premium amounts etc. Have some questions below. 1) Can we add recurring events like an installment every month for 12 months ? 2) Can we filter events of only the user who has logged in ? 3) Is the full source code available to modify even the database queries.
Thanks for your time to reply. Regards. Apurva.
Hi Apurva. Thank you for the interest on our work.
Relative to your questions:
1) FullCalendar doesn’t support recurring events. Well, it supports, but just for week Events. For this you would need to register new Events for each new month for the time you want it to be displayed.
2) This script is built for general use, so there’s no user id will be stored within, but if you have good code knwoledge you migh be able to add new more sql tables and apply the user id to the event id with primary and foreign keys.
3) Yes, we provide the full code and the functions for you to change, and manage, and also the sql database in the zip file.
Thank you once more for the interest, and we hope we’ve helped you with your questions 
Best regards.
Is it possible to make changes to the plugin? Disable functions and edit the files? Or the files are encrypted?
Hello josecarlosjayme.
Functions can be disabled and no code is encripted. You have the ability to modify it by yourself, and use it as you wish!
Best regards and thank you for the interest in our script! 
Is there a way to change the beginning day to Sunday as opposed to Monday?
I see on the live preview that the week begins on Sunday. However, the purchased version begins on Monday.
Hi mcollettutk. Thank you for your purchase. You can have a look at our support at the following link: http://support.ezcode.pt/forums/topic/change-start-day-to-sunday/ Let us know if it helped you. Best regards.
Hello, The Live Preview is not working anymore
Hi ahmenty. We’ve fixed it. You can check it out now. Best regards.
Hello i need some like this in codeigniter. Do you have?
Hi nunoluis.
Sorry but no. We don’t implement our works under any current MVC. Sorry for the inconvenience and thank you for your interest in our work!
Best regards.
Hi there, is it possible to get access to the backend query for calendar display? I want to add a where clause so that users will only see there own entries? If I can link your table to my users table I can then run Where c.Users = ’” . userValue(null, “username”) . ”’
Sorry for the inconvenience but that’s not possible.
Best regards.
Hi is there a way to limit access and set user permissions somehow for the event management? Thanks
Hi burbanstudios,
First of all we want to thank you for the preference on our script. Relative to your question, user permissions can be set if you use the script on some backoffice and admin panel, and there you can add the permissions you want, but this requires code knowledge for that. We provide the code script as it is with all the required functions. The preview lets everyone to have access to the script for tests purposes, but this is a script that you can integrate in your own admin panel. If you still have more questions, don’t hesitate to contact us through here, or through our support forum here: http://support.ezcode.pt/
Best regards, and have a great weekend 