In Drupal 6, I have created a view, displayed as a block. My goal is to display some text if the view returns results, and hide it if the view is empty. I am using Header for the text, and this works perfectly except for the requirement to show at least one field. I can’t save the view if I don’t set any fields for display. Is there a way to get past this, without creating a module or hacking the theme?
Share
The user nevets on the Drupal forums gave a great example that helped me solve this. Check out http://drupal.org/node/728336#comment-2659760 for the information.