Serhioromano / bootstrap-calendar

Full view calendar with year, month, week and day views based on templates with Twitter Bootstrap.
http://bootstrap-calendar.eivissapp.com/
MIT License
3.02k stars 1.29k forks source link

Installing calendar #326

Closed Jojo2323 closed 10 years ago

Jojo2323 commented 10 years ago

Hello,

I'm trying to install the bootstrap calendar. Everything works except the buttons. I cannot switch from month to year or day and today, ... Also I didn't find the place where the path to the event.json file is set. I probably will need to edit it.

Thanks !

TommyZG commented 10 years ago

I tried setting up things with intialization, but at the end I just edited app.js - then my buttons started working. Don't change too much from the demo because their data-* property is important. Path to events.json.php is set in app.js:

    events_source: '/path/to/events.json.php'

Of course, include app.js :)