views:

18

answers:

0
+1  Q: 

Drupal View Output

First let me start by saying that Im trying to find the best practices in themeing views and it has been torture, its seems theres a million ways to do anything in Drupal and none better than the other... but heres the issue.

Im developing a site. Each "area" of the site will have its own content type. Each content type will have its own VIEW with multiple displays.

Im using ROW STYLE: NODE. I can theme the FULL NODE using NODE-VIEW-VIEWNAME.tpl.php, but how would I theme the individual displays?

Views suggests that I use node templates in the "Theme Information" area so thats what Im doing. I suppose that it would just be NODE-VIEW-VIEWNAME--.... but not sure.

Thanks in advance.