Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I've created a custom view to display two different content types and now want to override the node display with this new view. I tried using this tutorial to do so with Panels, but I always get no content. Not a completely white screen, just a title and nothing beneath it. I am able to add other content using Panels directly, so I think it must be a problem with the way Views and Panels are interfacing. Any idea what I need to do to fix this?

I have tried: - changing the output format of the view to 'Panel Fields' (as opposed to 'Content'). - clearing and re-clearing my browser's cache.

I'm using Drupal 7.12, Chaos Tools 7.x-1.0-rc2, Panels 7.x-3.2 and Views 7.x-3.3

share|improve this question
Do you have a "content pane" display type in your view? – Letharion Apr 18 '12 at 19:11
what is the views "display option" set to? Is it a block or a page? – aerozeppelin Apr 18 '12 at 20:35

1 Answer

Perhaps your view is applying a filter that is filtering out all the content. Check to make sure that the View you have set up has the right filter criteria.

share|improve this answer
Nope - that looks okay. Filtering only on the particular content type I want and that it's published. – eddi Mar 19 '12 at 18:27
I should also say, that the View itself looks just peachy when I navigate to it directly (as opposed to having it supplant a node). – eddi Mar 19 '12 at 18:28
I'm sorry then idk, i don't have much xp working with Panels – Mike Mar 20 '12 at 17:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.