Closed (fixed)
Project:
Panels
Version:
6.x-3.2
Component:
Views panes
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Dec 2009 at 17:22 UTC
Updated:
3 Jan 2014 at 01:08 UTC
Jump to comment: Most recent
Comments
Comment #1
merlinofchaos commentedI'm unable to duplicate this. I always use Views with my panels and I've never seen or heard of anything like this.
Comment #2
charhite commentedI'm not surprised, I saw nothing like this in the forums. I assume we've got something configured wrong, possibly at the drupal site level.
What do you think could cause this sort of behavior?
This might be related: I also tried to use the Insert Block module, and it fails in a similar way.
Comment #3
spyderboy commentedCharhite-
Does your view work elsewhere? As a block? As a page? Views work for me in Panels with this version. Make sure you are running the latest version of Views, CCK and CTools, and also have run update.php.
Comment #4
charhite commentedViews work as expected as blocks and pages.
CCK 6.x-2.5 (excepted computed field which is 6.x-1.0beta3) content copy, content permissions, fieldgroup, node reference disabled.
CTools 6.x-1.2
panels 6.x-3.2
update.php has been run at least a couple times since panels was installed.
How does Panels reference views? Could we have a path variable not pointing correctly?
Comment #5
mattcasey commentedHave you created a 'panel view' in your views? Don't use block or page settings. It took me a while to realize this, and this will add on the Views page a place to import arguments, etc. It will takes some fiddling with to set up right and make sure the panels are passing your information if it is filtered or anything.
Comment #6
merlinofchaos commentedBe sure to turn on the views content panes module.
Comment #7
charhite commentedaha!
I didn't think to look at the View Display dropdown again.
If I create a display of Content pane (I didn't see "panel view"), I can add it to a panel (from the new view panes option) and it works.
I'm still curious why I have the option in Panels to add Views but they don't work for me. I assume others, everyone else on the planet, can add views to panels and see the data?
btw merlinofchaos - I checked and views content panes is enabled
thanks everyone for the help
Comment #8
esmerel commentedIt's because you can set *all* of your views to be visible to Panels, in which case you'd just use the 'add view' option, but if you only want specific views visible to panels, you create a panel display for that view.