List view - 'more info' link does nothing, ok it actually displays a tiny grey bar, but I was hoping for the complete content of the event.

CommentFileSizeAuthor
#5 event.theme_.patch1.4 KBanders
#3 event.theme_.patch1.28 KBanders

Comments

gmak’s picture

I'm getting the same behaviour. The problem exists in both List and Table views.

gtcaz’s picture

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

anders’s picture

StatusFileSize
new1.28 KB

I 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

anders’s picture

Hm, appearently my solytion has some backdraws: node_view shows the title, and it seems like filters aren't applied correctly.

anders’s picture

StatusFileSize
new1.4 KB

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

simon georges’s picture

Status: Active » Closed (won't fix)

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