Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
We currently have a view that automatically creates a menu block based on a single content type. Pretty slick...we figure the fewer options for less techy users, the better.
However, we're running into a roadblock with books. We've created a seperate content type for book pages. We'd like to be able to include the top level book page in this View...but haven't been able to come up with a way to include only the top level and exclude child pages.
How does one apply image styles to a field in Drupal 7? After upgrading to Drupal 7, I created a custom image style and added a field to my Page content for Images. I never had the option to choose this new style, but the field automatically modified images according to my style. But today, it stopped doing that, and I can't figure out how to get it back. What am I missing here?
I'm using panels to customize node layout, and I'd like to show an image on top of the page. The node type I'm using has a CCK field 'field_show' that correlates to the taxonomy terms I have created for the vocabulary 'show'. The terms themselves have a field 'field_banner', which is an image that correlates to that show. I would like to show 'field_banner' for a specific show on all nodes that have that show selected in 'field_show'. I've been playing around with views to see if it could do what I want, but I am yet to find a solution. Any hints?