Is there any way to navigate between views under one page...
Ok, let me explain;
I created a page named "myprofile" with 2 column panel layout. left panel contain my navigation and right panel contain my views. View are "information", "groups", "forums", and so on...
Now I want is to navigate between these view under "myprofile" page by passing a paramter like "myprofile/information", OR "myprofile/groups"...
Is there any way that a panel take the parameter from url string and show the views according to the parameters.
Hope i am succeeded to explain my problem :P
thanks and cheers in advance...
-------
Haroon
Comments
Comment #1
michelleThis is posted in the wrong place. This is a Panels (Or possibly CTools) support question and has nothing to do with the page node type in Drupal core.
The only way I can think of to do this would be to make a variant for each view. I don't know for sure if you can choose a variant based on an argument like that, but it's the closest thing I can think of.
Michelle
Comment #2
michelleSorry, I hit submit and then it dawned on me that, based on the answer I gave, this would be CTools, not Panels. Moving again.
Michelle
Comment #3
merlinofchaos commentedFor this, you need to make separate pages, unfortunately.