Hi, I'm theming the individual event node (by putting a node-event.tpl.php in my theme directory), and I'm successfully able to get all of the Event fields I want...except for the Description field. It looks like the event.theme code uses "$node->teaser", which returns nothing for me. If it do $node->body, then it gives me every field in existence. I just want the Description at this point since I have all the others (including the custom ones I added). How do I get that?

Comments

mhedstrom’s picture

Category: support » bug

I'm changing this to a bug report. I printed out all the PHP variables available to me (while I was in my node-event.tpl.php file), and getting a description of the event was the only one that wasn't available.

shadysamir’s picture

I had the same problem then I did #453470: A workaround for a pure $node->body

japerry’s picture

Status: Active » Closed (outdated)

Event for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.