Posted by eoneillPPH on December 8, 2008 at 10:06pm
Jump to:
| Project: | Views Rotator |
| Version: | 5.x-1.0-rc |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
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
#1
This is strange. An event content type should be no different than any others. Do you have a custom theme function for this module?
#2
@eoneillPPH:
-> http://drupal.org/node/349263#comment-1168908
Just use view name in your node-event.tpl.php.
Szy.
#3
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).