Closed (fixed)
Project:
Viewfield
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
1 Dec 2008 at 14:07 UTC
Updated:
6 Mar 2009 at 04:40 UTC
Hi, I'm trying to show a calendar view as a block (not the minicalendar but the main big one). For this I'm doing what I usually do to show views as blocks : creating a new content type, embedding the view into that content type with the view field, and then creating a new block-view for showing a node of this content type class. The problem is that when I try to embed the calendar page view using the view field, It only displays the upper navigation links (prev/next month) and the date passed by parameter. I have tryed many things and Im totally out of ideas :(.
Thanks in advance.
Comments
Comment #1
manudrupal commentedComment #2
jerdavisI believe this was a result of the fact you could not select a specific display of a view when viewfield was first upgraded. If you download the latest development snapshot and choose the correct display of your calendar view you should get the results you're looking for.
Jer