Very cool alternative to the calendar module!
I installed it and it is working fine on the garland theme. I then switched to the zeropoint theme and the calendar disappeared. In firebug is shows just an empty div where the calender should be
. Also the hover elements of the view are classed with display:none which i find rather odd.
I tried this with various other themes and it seems to work on most of them except the Marvin theme.
*gerd1 on irc
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | zeropoint-1203048-1.patch | 990 bytes | tim.plunkett |
Comments
Comment #1
tim.plunkettZeropoint provides its own views-view.tpl.php (not sure why), but in doing so removes the dom_id class from the view, which is used by many modules, fullcalendar being just one of them.
Attached patch fixes this, but the entire views-view.tpl.php should likely be removed.
Comment #2
tim.plunkett