benjaminfisher / tucker-maxon

The Tucker-Maxon School Site
GNU General Public License v3.0
2 stars 0 forks source link

Event Calander #4

Closed benjaminfisher closed 12 years ago

benjaminfisher commented 12 years ago

Event Calender that will show on an internal page and drive event listing on main page.

benjaminfisher commented 12 years ago

Reloaded the events plugin. Everything is working locally, but after install on the server events generate on the previous day (if you select the previous day in the calendar it will show the events for the next day, with a scheduled date of the next day). Probably some type of time/date issue on the server.

benjaminfisher commented 12 years ago

Checked the date on dreamhost web server and it is correct.

TheThumbsupguy commented 12 years ago

I checked the tmos.dreamhosters.com and I see an event on the admin sidebar that is editable. Editing current events seems to be working.

benjaminfisher commented 12 years ago

Seems to be an issue with the event plugin calendar helper on the server. The Events show up just fine when you select the correct date, but in the calendar above the event listing it shows the selected event on the previous day. I checked, and reset the timezone settings in GetSimple, no effect.

TheThumbsupguy commented 12 years ago

Events and Calendar php templates have been made and they now work on the live site. They just need to be styled now. I'll notify Nate via email that it is ready to be styled.

TheThumbsupguy commented 12 years ago

Also with the dates being offset. The events are now on the correct day in the CMS and the live site. The only problem now is that on the calendar in the CMS, the part in parentheses "(1 event), (2 events)" is shifted back one day.

benjaminfisher commented 12 years ago

Resolved events day offset. Applied patch for events plugin.

benjaminfisher commented 12 years ago

Never mind. It broke again.

TheThumbsupguy commented 12 years ago

What exactly is broke again? I made a test event and it seems to work fine.

TheThumbsupguy commented 12 years ago

Oh. I can't edit the event...

TheThumbsupguy commented 12 years ago

Benjamin, check out this link: http://get-simple.info/forum/topic/932/events-plugin/page/5/

The same guy that I told you about (dougrdotnet) says to try using his forked version of the events plugin (calendar.php and events.php). There is a link to his fork on the forum link I shared above. He says that he has not experienced the issue of not being able to edit an event with his forked version. It might be worth a shot.

If this doesn't work, then it must be a conflict issue with another plugin or something. I'm pretty stumped on this problem.

benjaminfisher commented 12 years ago

Installed the patch from https://github.com/dougrdotnet/get-simple-plugins locally and tested. Issue resolved locally. Deployed to production server and tested. Issue is currently resolved. Closing.

benjaminfisher commented 12 years ago

Further testing with multiple events on the production server are positive. Issue is resolved at this point.