Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
node data
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2008 at 01:27 UTC
Updated:
17 Mar 2010 at 22:18 UTC
this is my interpretation of how views and contemplate work together. I was under the impression that you customize the "teaser" for a contemplate type. you can then display the custom teaser in views on a line when you select node->teaser
well, I am able to select teaser, but it is completely blank when I display it. I have tried it in the default view, and a page view. can someone give me a hint please
Comments
Comment #1
merlinofchaos commentedWhen you select teaser in Views, you get what is stored in the database in the teaser field. When you use contemplate, it creates a teaser when the node is viewed. If you want the contemplate teaser, you must use the 'node' row style, which will show the actually built teaser.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
j0k3z commentedAfter doing this I get the following error
Fatal error: Cannot access empty property in /modules/views/modules/node.views.inc on line 784
Comment #4
dawehnerYou can read more about it in http://drupal.org/node/428206
Comment #5
j0k3z commentedIve already commented in that issue as well. Id rather not hack the module and change code since future updates will just screw it up again.
Comment #6
esmerel commentedWork is being conducted in the other issue number.