Closed (fixed)
Project:
Panels
Version:
6.x-3.9
Component:
Plugins - arguments
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2011 at 15:52 UTC
Updated:
1 May 2011 at 03:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
merlinofchaos commentedPlease provide an export of both the panel and the view. It's difficult to tell what's wrong without konwing your configuration.
Comment #2
lvthunder commentedHere are text files of my two views and the panel. Thanks for helping me out.
Comment #3
lvthunder commentedComment #4
merlinofchaos commentedYour views are both accepting an argument of field_sponsoryear_value which is a CCK field of some sort. It looks like it has some kind of user UID validation.
It looks like the pane is configured to pass the panel arguments, which in this case will be the node ID, I believe. So it's passing a node ID into this argument, which seems like it will probably create a query that won't work.
I highly recommend you use content pane displays instead of just adding the views directly for this, because you can associate contexts to arguments much more obviously and get a better idea of what's going on under the hood.
Comment #5
lvthunder commentedI have no idea how to do what you are recommending. Is there something out there somewhere to tell me how to do this. The video I saw on http://drupal.org/node/561730 talked vaguely about doing it, but didn't give any specifics.
Comment #6
lvthunder commentedI finally figured out how to do it. Thanks merlinofchaos.