I am trying to see how this module can work for me, with the intent of doing something with it very soon, it installed well and seems to be working fine (thanks to the creators), however I need help with the following issues :
1. "Book now" on the calendar month view results in a "page not found" error.
2. "Book now" still shows on past days in week view.
3. "Book now" on day view goes to the "create content" page, one would expect it to go to the creation page for exact content type used for booking (the type with the datetime field, event in my case), and if possible fill out the datetime field with the date been booked.
Item 1 and 2 are most important, 3 is just a request / wish .
Please I need help/hints with these.
Comments
Comment #1
kenorb commented1. Can you write which URI you have on calendar page, and to which link it's going when you click 'Book now' and it's not found?
3. #525700: Clicking "Book Now" opens Create Content Page (listing all node types)
Please use dev version instead.
Comment #2
kenorb commentedCurrently I can't test it because of:
#540804: Calendar Views support: The date argument date fields must be added to this query. You can exclude them if you do not want them
Comment #3
chalu commentedEvent is the custom type (with CCK) that has the date field (actually datetime filed) and /events is the calendar view for the site so the URL http://calendar.iuokada.edu/events shows the calendar view (default month view) with the "Book now" links and when clicked they go to this URL : http://calendar.iuokada.edu/calendar-2010-05-12 which does not exist and therefore shows "page not found".
Comment #4
kenorb commentedchalu: Did you tried dev version?
Comment #5
kenorb commentedComment #6
kenorb commentedDone configuration improvements, to throw more warnings if something is wrong configured:
http://drupal.org/cvs?commit=460838
Tested week view and does work.
Please test the latest dev it if you still see that error.
Feel free to re-open if you still have this problem.
Comment #8
jvieille commentedSame problem with dev version
The "Book now" link only works with Day display, not Week / Month.
I think that the function is confused when the granularity of the View is much greater than the timeslot duration.
This link should be hidden when not appropriate, or propose a default time setting when not available from the slected context (i.e. timeslot = 1H, selecting a day in a Week view)
Not really a bug, just some work to complete (= task)
Comment #9
kenorb commentedTry 7.x which pretty much re-written, as 6.x is no longer supported.