Closed (fixed)
Project:
Panels
Version:
5.x-2.0-rc1a
Component:
Views panes
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2008 at 19:56 UTC
Updated:
18 Aug 2009 at 15:52 UTC
I have set up a view pane and placed it in a panel page. I want the "more" link to point to a different panel, instead of pointing back to the view. I want it to take an argument from the panel it's in, and use that argument in the new "more" url. The form says:
If override URL is set, the URL the view thinks it is using; all "more", "exposed filters", "summary" and "feed" type links will use this URL. You may use $arg to pass panel arguments to the view.
But I tried $arg, $arg1, $arg0, %arg, and others and could not get it to work.
Comments
Comment #1
socialnicheguru commentedif I substitute $arg all i get is the first term in my argument list.
so http://mysite/node/NID/foo/1/2/3
panel argument notation:
@1= 1
@2=2
@3 = 3
(correct me if I am wrong about the panel page arguments, please).
argument from url notation:
%0 = node
%1=NID
%2=foo
%3=1
%4=2
%5= 3
(again, please correct me if my understanding of arguments is not right).
I want to overide the original url
when I put in node/$arg/foo, I get
node/1/foo/2/3/
(i have not taken any context from the arguments passed in from the view).
This is not what I want
Comment #2
domesticat commentedClosed while closing all Panels support requests with no activity for 6 months. If you still need help, you may re-open this issue at any time.