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

michelle’s picture

Project: Drupal core » Panels
Version: 6.1 » 6.x-3.0
Component: page.module » Panel pages

This 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

michelle’s picture

Project: Panels » Chaos Tool Suite (ctools)
Version: 6.x-3.0 » 6.x-1.0
Component: Panel pages » Miscellaneous

Sorry, 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

merlinofchaos’s picture

Status: Active » Fixed

For this, you need to make separate pages, unfortunately.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.