How do I edit calendars once I add them Question: I noticed the guest calendar on my own 🙂 However, none of my calendars that I set as [...]
What are the options for integrating into an existing website Please take a look at the calendar.php, make changes to that file to fit into your current [...]
Errors – Strict Standards: date() and timezone settings Question: We installed PHP event calendar a few days ago and all was fine. Now we have lots of [...]
Is there any way to have individual logins so that each user can manage their own calendar only? Question:Hi, is there any way to have individual logins so that each user can manage their own [...]
Admin user cannot add events to the other users calendars Question:When I have multiple users, I can view the other users calendars with an admin user. [...]
I keep having the error “Something went wrong, please try again later”. When you have errors similar to the following Warning: C_Calendar::loadAllCalendars(): It is [...]
The admin I can only see the calendars I created. The other admin can’t see my calendars. Problem: The admin I can only see the calendars I created. The other admin can’t see my [...]
How to change calendar language In Calendar Settings, select a language and click save. If you don’t see the language you [...]
Warning after cron job execution “Notice: Undefined index: HTTP_HOST in pec.php…” $_SERVER[‘HTTP_HOST‘] only exist when visit calendar via web page, so if you are [...]
How to change the time-picker Interval? It’s currently hard coded. You can change it in event_create.html.php, and Modify [...]
Calendar Auto Login (by pass login) Though it is not recommended, you can log in as an admin or a user [...]
Google Map Settings and Display The map demo can be seen in the guest calendar (click Public Calendar on the login page) It [...]
Change the admin password of admin? Generate a new password here and then update the password field in pec_users table. It is [...]
Setup event reminder via email or in popup window When displaying ‘pop-up’ reminder window, keep in mind the pop-up work only when [...]
Default demo login username and password The default login name is admin password 123456 You can also access the online demo by [...]
Implementation of event recurrence rules For recurring events, please see repeating events documentation here:
How to re-download the files I’ve purchased? Please visit http://phpcontrols.com/account/ to obtain downloads, updates, invoices, [...]
Modify Event Form to Include Additional Data To modify event form, follow these steps below to modify the form for customization:
How to bypass login The login routine is hosted in /server/ajax/user_manager.php The following line checks [...]
Laravel Integration Laravel uses composer for dependencies management. Put calendar in the app/Libraries folder, [...]