Closed (won't fix)
Project:
Panels
Version:
5.x-2.x-dev
Component:
Views panes
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2008 at 18:00 UTC
Updated:
10 Mar 2010 at 01:28 UTC
It would be very useful for me if you were able to place arguments (panel or url) into the overridden url using the same format as when you pass arguments in.
e.g. so you may use %0, %1, ..., %N to grab arguments from the URL. Or use @0, @1, @2, ..., @N to use arguments passed into the panel.
my url might be something like this:
press/%1/images
I have done this for one of my sites, so when i get a moment i'll prepare a patch, but I wondered if it would be considered to be added to panels?
Comments
Comment #1
sdboyer commentedI must be understanding your idea wrong, because your description has me locked in a chicken-or-the-egg loop. How could we pass arguments into the override URL...from the URL?
Roll the patch and I'll have a look, I imagine I'll get it then. There are some outstanding questions about how we handle URL aliases, so there is a chance this type of thing could make it in as part of that solution.
Comment #2
sdboyer commentedOH. Views panes. Just saw the component you'd highlighted. Makes a little more sense now.
Nevertheless, I'll wait for the patch.
Comment #3
smoothify commentedSorry for not being clearer there - i did mean the views override url.
I've just looked at my code, and that was for the views_legacy rather than the new views pane system.
When i get a moment i will check to see how it works there and whether it will be suitable there too.
Comment #4
sunsubscribing
Comment #5
shiraz dindarsubscribing, could definitely use this too.
Comment #6
kulfi commentedsubscribing
Comment #7
socialnicheguru commentedsubscribing too.
I am using OG panels
I am displaying a view with a filter separated from the view using views filter block.
When i click on submit on the filter, I am taken to the original view
to overide I would need
node/%/mypanelpage
I was able to make a substitution from the url when I was choosing arguments as part of the content popup.
I would like to be able to do that again for the panel more or other panel override options.
Comment #8
esmerel commentedPanels 3 has significant changes from Panels 2. No features will be added to Panels 2.