Closed (works as designed)
Project:
Views (for Drupal 7)
Version:
6.x-2.6
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2008 at 01:22 UTC
Updated:
13 Oct 2009 at 18:32 UTC
Comments
Comment #1
merlinofchaos commentedThere are only 2 solutions that I know of:
1) theme the view, and catch the block view and have it specifically show fewer fields
2) use a different view.
2 is frankly a lot easier to do and maintain than 1.
Views 2 will support this, but Views 1 will be unable to.
Comment #2
giorgoskI don't know if this request should be closed
but here is a simple example using theme function to do this
http://drupal.org/node/254629
Comment #3
Sinan Erdem commentedViews2 is available now, but I cant seem to find the support for different fields on different displays.
By the way, Views should be a core module :) Drupal isn't Drupal without Views. Such a great module...
Comment #4
giorgosketcetera9
views2 offers overriding the fields that appear for each "dispaly"
clicking on each field gives you the "override" button
explore it
Comment #5
Sinan Erdem commentedThank you for your answer.
When I want only a specific "display" show a certain field, I click on the existing field and there comes an "OVERRIDE" button. That ensures the field is displayed on that type of display. Then I can delete that field from other displays.
Really great functionality...
Comment #6
pauln600 commentedThere seems to be an issue with this - I can get the block version of a view to exclude one field from display, overriding the default, but when I try to exclude a second field, it resets the state of the first...
Paul N.
Comment #7
merlinofchaos commentedOn your block, Fields and click the override button. Then the fields list on the block will be separate from the default.