125 comments found.
What files would you have to edit, in order to add a new field, such as the name of the event, in addition to the database
Hello IoDesignAgency,
First of all, thank you por your purchase of our script. About adding a new field, you’ll need to change files index.php and add a new database field, and then add that variable under index.php and also update events_edit.php and events_update.php. By the way, you need to change the function from assets/functions/functions php, so that i manages to display the info from the modal, and also the pophover view.
Best regards.
Hello, would it be possible to create a new event by clicking on a day?
Hello IoDesignAgency,
About this option, it’s not possible for the moment. Sorry for the inconvenience.
Best regards.
does it include reminders? Thanks ….
Hello energylevels2015.
For the moment that option isn’tavailable yet. But we might considerate it for a future script update. Thank you for your interest in our script.
Best regards.
hi, I’m interested on getting the script but would like to know how does it work to add new fields and info. How hard is it? Is there a specific documentation for it? Thank you!
hello ianick87,
Thank you for your interest in our script. We have our online documentation here: http://support.ezcode.pt/knowledgebase_category/event-calendar-phpmysql-plugin/ About adding new fields, this isn’t very hard. Our code is really simple to work, and you’ll have no problems with it if you have code knowledge. Also you’ll have 6 months of support for the script. We can guide you about the files to change, but it has to be you to do this work. If you want any customization where we need to make changes, then we will need to charge for customization works.
Best regards.
Hi. First, great looking product. Really need to be able to find specific instructions to fix the 481 and 505 errors. Error logging is not specific enough. I have entered an issue on the support forum so I hope the response is quick since this is a live site and I replaced the Tiva calendar with your product. Not sure what you mean by ‘use the full FTP access’ since it is a db connection, not FTP.
Also, in the product demo, it shows the Today and switcher tabs on the left with a Day, Week, Month and List view on the right. How do I activate that in my instance?
Thanks!
Hello Joel.
First of all, thank you so much for your purchase of our script. We’ve replied to you on our support forum, and it seems that the credentials aren’t those ones, that’s why you are getting that errors. Send us your own FTP access credentials, or change them on config.php file with your own FTP access for the root folder, and see if this works for you. By the way, what server are you currently using, and what PHP Version are you running on your server? Reply to us on our support Forum please.
Best regards.
Hi! Great work.
I really wanna buy your product, but why i can’t use my custom title for event? It is uncomfortable to edit every time option field. I need unobstructed input title, is it possible to enable simple input field (not option field like now).
Thanks!
and one more question – is it script wich just install on my hosting and it works?
And how to translate all buttons and calendar on other language?
and one more question – is it script wich just install on my hosting and it works? And how to translate all buttons and calendar on other language? Resolved.
Hello Naboothemes,
first of all, thank you so much for your purchase of our script. this is a PHP and MYSQL script. you only need to create the database and add the SQL file into that database. Then you need to upload the script into the folder you want to use it. After this you only need to go to your functions/config.php file and set the database credentials to connect your database. It’s very simple. There is no instalable file to install it. About translation, we can help you with that. Just register our support forum and we’ll help you from there.
Best regards.
how to show hours in the axis of day view in 12h format 3:00pm instead of 15 , thanks, best regards.
Hello paisanet.
You mean when displaying the event, or on the creation of the event?
Best regards.
in the list events of the day grid view, this https://i.imgur.com/d7cf2zy.png , how to set this axis to am pm 12h format. please
hello.
Just go to assets/functions/functions.php and paste the following line after header{ }:
slotLabelFormat:’h(:mm)a’,
IMPORTANT: (replace ( ’ ) from above line, with single quotes, because envato textarea converts the single quotes into other character.)
Let us know if it helped you.
Best regards.
Please help me, How to make Link name on EVENT DETAILS page (popup page).
Hello upto,
Please register on our support forum here: http://support.ezcode.pt/ and we’ll help you from there.
Best regards.
HOW TO FIX double booked problem AND how to change the am pm time not amy time.
Hello upto.
First of all thank you so much for your purchase of our script. Relative to that issue you mention, what you mean with double booking? Is the script inserting twice the data you enter on it?
Best regards.
Hello,
What I meant was it overlaps with same title (room), date and time which makes double booking for employees in the calendar.
Hello,
What I meant was it overlaps with same title (room), date and time which makes double booking for employees in the calendar.
thank you,
Hello,
What I meant was it overlaps with same title (room), date and time which makes double booking for employees in the calendar.
thank you,
Hello,
What I meant was it overlaps with same title (room), date and time which makes double booking for employees in the calendar.
thank you,
Hello,
What I meant was it overlaps with same title (room), date and time which makes double booking for employees in the calendar.
thank you,
Hello,
What I meant was it overlaps with same title (room), date and time which makes double booking for employees in the calendar.
thank you,
upto, we are sorry for that, but that option isn’t possible for now with our script. This is an event calendar. Other systems that you are trying to create with this script isn’t supported. If you have code knowledge you can try to create a few queries that verifies if that information like date, title, and time already exists on database, and try to deny the event creation. Sorry for the inconvenience.
About the changes for the hour datetime you need to make the following steps: Go to assets/functions/functions.php line 102 and 103 -> replace ‘HH:mm’ with ‘h(:mm)a’ line 130 and 131 -> replace ‘HH:mm’ with ‘h(:mm)a’
Best regards.
Warning: mysqli_error() expects exactly 1 parameter, 0 given in C:\wamp64\www\EventCalendarv3.8\index.php on line 505
edit config add database
but the error continues . and http://support.ezcode.pt/ no connection
Hello are1414.
First of all, thank you for your purchase. Tha issue is concerned with your database credentials. You need to use the full access FTP server access. If you use these you will fix that issue and the calendar will work fine!
Best regards and have a great weekend 
Hi, i have a question: is possible have a year view, not listYear but all months in the same page, as apple calendar. Thanks for the support and sorry for the strange question
Hello Valentina1395.
That option is possible, but it will need to be made several changes to the code, which will be a custom solution for you, and probably it won’t totaly look like apple calendar. If you want you can register our support forum, and we’ll talk abit more about that from there. You can register our support forum here: http://support.ezcode.pt/
Best regards.
Thanks for the support! I will write there. A quick question: on modal event is possible print the link not as a id=’eventUrl’ target=’blank’ but as p or span … or similar? Thanks!
Hello Valentina1395.
Yes, it is possible. You only need to go to assets/functions/functions.php and under line 169 you can change the a href with p or span.
Best regards.
Getting the same error I see posted multiple times here… Warning: mysqli_error() expects exactly 1 parameter, 0 given in /var/www/html/eventcalendar/EventCalendarv3.8/index.php on line 481 Can’t insert into database:
When trying to create a new event.
Same error when trying to create a new type. I manually inserted a new type into the database and it does show up in the new event form dropdown so I know the connection to database is working properly.
I have been to the “Support” but there is extremely limited documentation / information here. Please help.
Hello pjarms.
Usually that issue is concerned with two cases:
1. Wrong Database credentials (You should use your admin FTP access credentials);
2. Database not created;
If you still have any issues with that, just go to our support forum here: http://support.ezcode.pt/ and we’ll help you from there.
Best regards.
Hello EZ Code, I have a few questions about using the calendar: Is it possible to display the calendar on the website in such a way that the user can only see the registered events but can not change or edit them (this should only be done by an administrator)? Is it possible to adjust or reduce the form fields for entering an event according to my own needs? Thank you for your answers in advance. With best regards, Ecki
Hello Ecki,
First of all, thank you for your interest in our script. Relative to your questions, it is possible to do that. You just need to take the code and add it to your own system (in case you have code knowledge). About the fields, you need to make a few tweaks on the code so you can add new more fields, and also add new fields to the database. In case you want to use our script with an admin panel, we have one nice script that already has a short version of event calendar. You can visit our script here: https://codecanyon.net/item/marketing-corporate-enterprise-website-cms/22908969 If you have any more question don’t hesitate and contact us again and we’ll be happy to help you.
Best regards.
Hi, thanks so beautiful awesome. Could you let me know why the head of my schedule disappeared? how to fix it? http://enabled.xdaigou.com/20190409001.png http://enabled.xdaigou.com/20190409002.png thanks.
no matter, I fixed it. thanks.
Nice that you’ve made to fix it
If you still need our help, just let us know!
Best regards.
Not Found The requested URL /themes/EventCalendar/hghg.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
You need to paste a link for the file you want. Best regards.
this demo is connected in database?
Hello samucati.
Yes it is. You need to have an online MySQL database to use it.
Best regards.
Your script is awesome, and easy to customize… the best calendar in all marketplace !!!
Wow paisanet.
Thank you so much for your reply on our script. If you want to rate it also, we would be very grateful!
Best regards, and thank you for your purchase of our script!
I have some questions: - is possible to add/modify new data in the event? - is possible to create multi calendar adding a user_id into calendar tables? - adding your calendar into my website, is it easy to modify code to use existing DB connection? thanks
Hello cecere. Thank you for your interest in our script. Relative to your questions:
1. Yes, it’s possible to add new data information. For that you just need to create the new rows on your database tables and update every function on the pages, and functions file. 2. If you have good code knowledge you won’t find that hard. So, by adding a new row on your database table and making the correct queries to your database we think you’ll have no problem with it. 3. Yes, it is very easy. You also can have a look on our online documentation here: http://support.ezcode.pt/knowledgebase_category/event-calendar-phpmysql-plugin/
If you still need more information, just let us know.
Best regards.
I just purchased down loaded and installed your product. I get this message when I try to create new event or type. please help
Warning: mysqli_error() expects exactly 1 parameter, 0 given in /home/mukrh7xns3ri/public_html/app/charisma-master/libs/Calendar/EventCalendarv3.7.4/calendar1.php on line 414 Can’t insert into database:
Hello Lot-Pro-mike,
Thnak you so much for your purchase of our script. Relative to your issue, have you managed to install the database?
Best regards.
I am connected to my data base. I can manually add lines and it will show up on the calendar. but when I try to use the buttons to add type or events I get this warning
You can register our support forum at http://support.ezcode.pt/ , or you can send us an email with your purchase code, your website link, and your FTP access to your server so we can see what is going on? Best regards.
I have a website made in php and MySQL, it has its own database of users and the whole site in general, we want to create a calendar of events, some events will be created by administrators and others by the user, and I have some questions:
1. Can I embed this calendar on my current website easily?
2. Can I connect it to my current database so that my users or us as administrators can easily create calendars without using your administration system? In other words, my idea is to have the calendar connect to my current database, and not use your Admin Panel
3. The idea is that each user of my site must have his own personal calendar, he should not see the events of others, he can only visualize the ones programmed for him by us and those that he himself adds.
4. My site is made with Bootstrap 3, does it have compatibility problems?
I am very attentive.
Hello sioncreativos,
Thank you for your interest in our script. Relative to your questions:
1. & 4. The script is built with bootstrap 3, so you won’t have any issues with compatibility, and it is easy to embed it.
2. & 3. These questions are more dificult, because the script we provide isn’t for an individual use. This is for a more general use. This means that the code itself doesn’t apply for multiuser context, although with a bit more work, and if you have the code knowledge for that, maybe you can add it, so that each user can use it individually, but for that you need to talk with your own website developer and see if he can integrate it on your system. The integration is simple. We use a small database, so you can import the sql into your own database, and then make the correct server configuration. The files that contain the code are also simple to understand, and you won’t have many dificulties. And also we provide support for our customers (but script customizations are not supported).
Best regards.