How do i set up a view to show up in my drupal panel. I have the view created. I have assigned it to the panel. However what do i put in under the "context type" ?
Asked
Active
Viewed 497 times
1 Answers
0
I'm not sure what you mean when you say you "assigned" your view to the panel. In the Panel editing screen you should see a section labelled "Content" just above "Layouts". The content screen is where you select which Views to add to your panel.
Regarding, what a "context" is, in Panels terminology, it's a wrapper around significant objects that your panels are aware about and they allow you to show your panels in different ways, ie contexts. For example, I needed to pass arguments to my Panel so I had to add each one as a context.
If you have a few minutes I would recommend you go through this intro video on Panels.

PPC-Coder
- 3,522
- 2
- 21
- 30
-
I am having issue while configuring the view for the panel views pane. I am using the same view in multiple view panes, however it displays different output. – user550265 Feb 25 '11 at 19:30
-
what kind of different output are you seeing? could it be you haven't specified a sort that makes it seem different? – PPC-Coder Feb 26 '11 at 14:09