I am using a panel to override a page in OG
node/%/event
my view argument for event listings is http://mysite.com/events/1/2/3/4/all/6
my panel page url
http://mysite.com/node/555/allevents/1/2/3/4/all/6
Panel page context: NID, relationship: Group
If I directly add the view to the pane:
1. no context for any of the arguments (I could not get it to work when using legacy view to import a view into a pane if the panel page has context and I tried to set one of the view arguments to that context.
2. arguments: @1/@2/@3/@4/%1/@6
3. resulting url for the pane is: http://mysite.com/node/555/allevents/1/2/3/4/555/6, which allows me to pass in the NID, which is also the GID
now when I type in
node/$arg/activeEvents for the url override, I get:
node/1/activeEvents/2/3/4/555/6- $arg just shifts over one
if I substitute $arg all i get is the first term in my argument list.
Am I understanding this right or is it a bug?
Chris
