44 comments found.
how do I get the calendar to show with the index.php file?
Please send me an email directly via my profile page, and tell me exactly the problem in it. Thanks
I just sent the the email…
And just answered 
Thanks for the quick reply and fix!!!
The author has been extremely helpful with support for this code. I recommend his projects 100%!
Hi! Recently I bought the module and found a bug in eventouchcalendar.min.js. (TypeError: $(...).eventouchcalendar is not a function) Using the eventouchcalendar.js working fine. Check please!
Hi shnit,
Thanks for buying this item ! Please send me an email directly via my profile page, and I’ll tell you what to do. I’ll update the calendar to fix the bug (that’s just a missing semi-colon in the minified version…)
no probs, i solved, thank you!
Hi
Nice simple calendar!
Couple of questions:
1. Can I configure the calendar to show prepopulated events? 2. Is the responsive version in progress?
Cheers
T
Hi turner, thanks for your comment ! 
About your questions :
1. Yes, in the PHP version, the system uses a database, so the events are loaded automatically in the calendar ;
2. The responsive version is not yet in progress (and I’m not sure it will be part of it one day)..
Regards,
Valentin
I too found it very difficult and frustrating code to work with. The PHP version won’t draw the calendar on the page, and I can’t figure out how to add my own PHP into the HTML version to get it to do anything.
Please look at the category the item is in, it’s Javascript. I made a PHP version for those who want to see how it works with server-side. So, to add what you want in the code, you have to modify the JS file ! To modify the HTML with JS, please look at DOM functions.
Thanks
Finally pretty disappointed, the code is difficult to adapt to another project and the documentation is really too short.
Hello RiaCreation, and sorry if you’re not satisfied about this item.. Btw, please tell me what you think I should add in the documentation if you have some ideas/examples.
Thanks for your comment anyway !
I think this tools must be more like a jquery plugin. Just add somme js files and implement its simply and intuitively. Currently, we are too dependent on your php/html files and it’s very tricky to implements its. Perhaps more options for instancation, to make it more customizable. Otherwise this tool is really well finished and usefull.
Sorry if my english is bad, i’m french.
Thank you for your advices !
I will consider them for the next version..
“Hi SamFozz and thanks for your message. 1) It is possible easily (you just have to change a constant).”
—Hmmmb! looks like you divide by 2 all over the shop all over the place to achieve your half hour lines!!??
I’m sorry but can you explain exactly what you want or what is your problem with the calendar.. ?
Excellent product and exceptional support! 
Hey Tom,
thanks a lot for the purchase and the comment !
Valentin
Would like to add an additional event property, can you send the steps to do so? we have added the field to the data table.
I sent you an email, please answer it directly if you have another questions
!
new question 
I have the admin: 1 set , table added to an existing DB, and db connection string updated to connect. I can load the db connect include without error so I know there is no connection failure.
However it still does not load anything on the admin page.
No problem
!
Please send me the link via email through my profile page, I’ll take a loot at it, it will be faster !
Valentin
Not too familiar with javascript however I’m well versed in PHP /MySQL. I would like to change the hour format to not be 24 hour but rather the typical AM/PM based 12 hour scale.
Great looking calendar! Looking forward to using it to keep life organized 
Hi silvanissimo !
You can change it easily at line 863 by default, in the eventouchcalendar.js file. That’s a simple loop to show hours, so you just have to modify it.
for (var i = HOUR_START; i < HOUR_END; i++)
Tell me if you need some help to do it ! 
Thanks,
Valentin
Hi SamFozz and thanks for your message.
1) It is possible easily (you just have to change a constant).
2) The PHP call SQL statement, and returns JSON data yes.
Regards.
Valentin
Very neat tool! – Very elegant. I’ve just a couple of little questions :
1) Is it possible to change the cell size so the it represents say a 5, 10 or 15 minute interval rather than 1 hour?
2) How to I get event information in and out of it!? I can see that you’ve created some PHP classes, but I won’t be working in PHP . I assume it reads JSON data from a URL and sends JSON data to some URL ? Is that correct?
Cheers.
i checked them they looked good if i emailed you my ftp login info could you take a look at it for me
Take a look for what exactly .. ?
why it isn’t working.
Ok, contact me via my profile page.
thanks
No problem dustin ! Hope you like it, and don’t hesitate to rate 
Valentin
now it wont save the data
Have you read the documentation ? I think you haven’t configured the PHP file related to the DB access..
Hi dustin,
it’s the “visitor” view. You must use the admin one to create events (you can differentiate them with the arg admin:1 in the plugin’s call.
Valentin
sorry im new to php were would i put that
No problem.
You have $agenda = $(document).eventouchcalendar({ }); in the index.php file. You can do $agenda = $(document).eventouchcalendar({ admin:1 });.
But please read the documentation, it is explained in.. And you have two PHP files : index.php (the one you give me) and admin.php (the one you want).
One of the best calendars I ever saw on the internet!
It’s very nice and good looking, flexible to add things that you need. I am very happy that I found this calendar.
The Author of calendar knows jquery and php very well. Always helps and suggests how to solve your problem if you have one.
Keep going vp76! 
Hi Efxz,
Thanks a lot for this kind of words, I’m really happy you like that calendar !
Feel free to contact me if you have any problems, suggestions, etc.
Thanks again 
Hi i wanted to ask, if the calendar have a month/year view and if not if you can do it for a cost. Thanks
Hi peterjohnson and thanks for your interest !
Please contact me by email via my profile page,
Thanks
Like your work very much! Can I exchange the display to x-axis: time and y-axis: date so that it looks like Hipmunk?
If not, can you customize for me?
Thanks
Thanks for your comment mafiaxun !
Actually, it is not really easy to change the x/y-axis, the code must be modified.. By the way, I thought about this functionality, I really want to make the calendar highly customizable !
For your request, please send me a mail with a draw to show me exactly what you want 
Valentin
How difficult is to add custom fields to event form (textfields; dropdown, etc)? And disable the anti-collision option to permit multi-users calendars? Finally: do you have plans to a day view?
Thank you, Vitor
1. To add custom fields you have to update the HTML form of the “lightbox” (simple HTML ), update the JS processing (add, modify, delete), and the database !
2. To disable the anti-collision option, you have just to comment the ‘jQueryObj.droppable({...})’ blocks. After that, you need to modify the CSS a little to see more than one event in a given time.
3. I’m thinking about a day view (and a new month view) yes
Valentin
I love to see a live demo of PHP version before purchase… do you hane plans to add it?
Hi foiovitor,
I just uploaded a demo for you :http://valentinpons.com/CodeCanyon/EvenTouchCalendarPHP
http://valentinpons.com/CodeCanyon/EvenTouchCalendarPHP/admin.php
Admin account : admin / admin