Closed (won't fix)
Project:
Event
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2006 at 21:53 UTC
Updated:
31 Jan 2013 at 12:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
gmak commentedI'm getting the same behaviour. The problem exists in both List and Table views.
Comment #2
gtcaz commentedI have 3 installs. On 2, the event teaser (more) will show text of the event (but not formatted for Textile, my input format, even after the patches to correct that), on one it's just blank (you see the little quoted line, but no text).
Strange.
Comment #3
anders commentedI believe the attached patch corrects the problem, although I don't know if whatever sets $node->teaser should call node_view rather than event.theme. In any case CKK nodes does not have $node->teaser set, so in many places $node body is replaced - maybe all modules displaying nodes should call node_view()?
Note: the patch is against 5.x.1.0
Comment #4
anders commentedHm, appearently my solytion has some backdraws: node_view shows the title, and it seems like filters aren't applied correctly.
Comment #5
anders commentedHere is a better one, calling node_build_content to build the teaser content, and then using drupal_render to display it. Now only the content shows up, and it is correctly formatted using the filters selected by the user.
Comment #6
simon georges commentedThis version of Event is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.