It seems that the Views Rotator's block view type argument is ignored when the node in the view is an event. Selecting 'views rotator - teaser' leaves creation, taxonomy, full body, and many other fields. Trying 'views rotator - items' I still get the full node view. Using other content types, the teaser or list views are fine. This is probably a question of how to theme the output of a views Rotator when it is of EVENT content type. What functions or templates might work to override the event_views template overrides that already seem to take over?

Thanks

Comments

mfer’s picture

Status: Active » Postponed (maintainer needs more info)

This is strange. An event content type should be no different than any others. Do you have a custom theme function for this module?

szy’s picture

@eoneillPPH:

-> http://drupal.org/node/349263#comment-1168908

Just use view name in your node-event.tpl.php.

Szy.

eoneillPPH’s picture

I believe it's using the canned theming that's outlined in views rotator THEME.txt file.

@szy -- thanks I'll check that out if I get to play with that rotator again. (busy doing D6 work).