AJLX Posted July 15, 2013 Share Posted July 15, 2013 (edited) Hey Guys, I want to create a calendar. For this calendar I would like several features. A) In this calendar I want to be able to add events that last several days. I would like the calendar to show the event as a clickable coloured bar that spans the length of the event. B) When a new multi day event is added, I want it to appear underneath any other events that might already be occuring on these days. My project is currently here at: www.zeal.ajlx.co.uk. I'm not asking for you guys to write all the code for me, but some hints, tips, and ideas would be much appreciated! Many thanks! AJLX Edited July 15, 2013 by AJLX Quote Link to comment https://forums.phpfreaks.com/topic/280180-php-calendar-help/ Share on other sites More sharing options...
jcbones Posted July 15, 2013 Share Posted July 15, 2013 Most of what you are asking about is simple design: For the multi-day events, I would make a div then use css to overlay it over the days. Getting the multi-days to lay underneath single days is just a matter of data ordering. Quote Link to comment https://forums.phpfreaks.com/topic/280180-php-calendar-help/#findComment-1440839 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.