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

CommentFileSizeAuthor
#1 zeropoint-1203048-1.patch990 bytestim.plunkett

Comments

tim.plunkett’s picture

Title: Full calendar and the zeropoint theme » Zeropoint's views-view.tpl.php is broken
Project: FullCalendar » Zero Point
Version: 6.x-2.0-alpha1 » 6.x-1.x-dev
Component: User interface » Code
Category: support » bug
Status: Active » Needs review
StatusFileSize
new990 bytes

Zeropoint 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.

tim.plunkett’s picture

Status: Needs review » Closed (won't fix)