Was wondering if this is possible. I Realize that you can insert a node, so i was thinking that there is probably some way to do this. Maybe overriding a node type with a panel and then inserting that overriden node into the quicktab. The reason is to have some sort of outlandish layout on your main tab. (check myspace homepage.) The featured tab that shows just looks like a simple quicktab that has a panel with some views in it.

Has anyone tried this, Ill see If I can figure something out, but I am no programmer (learning)

Comments

Pasqualle’s picture

Title: Inderting a panel page into a quick tab » Inserting a panel page into a quick tab
Status: Active » Closed (duplicate)

As I know mini-panels can be displayed as block, and that block can be inserted into quicktab. But you may find problems if you try something fancy, like put views into panels or try to insert panels block into ajax quicktab.
Panels module is not supported by QT, yet..

#236925: Panels 3 as tab content

kevster111’s picture

Thanks for the response, Ill give it a shot with mini panels and try a few views as well, Ill report how it goes.

BIGREDPAUL’s picture

I am trying to use mini panels inside of a quicktab. The mini panel is made up of views from user profile details. Works fine as a mini panel by it's self but not when it is inside quicktab. Have played with arguments and and context and the like but still not working.

dagomar’s picture

When you create the mini panel and want to add a view that needs arguments, you can do that by specifying additional arguments.

Additional arguments to send to the view as if they were part of the URL in the form of arg1/arg2/arg3. 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. Note: use these values only as a last resort. In future versions of Panels these may go away.

For me this works, I had to add %1 as the argument. I have now a panel-node-override page like so:

panel
- quicktabs
-- Mini panel
--- View(s) / Blocks / etc.

drubage’s picture

SICK! You can make a mini-panel and it will become a block. In the mini panel you can tell it to grab the nid from the arguments (%1). Now you can fill up your QuickTabs with panels and real nodes, woo hoo!

cgireeshs’s picture

Hi,

Can anyone please help me?
I have followed your method.But failed to load the block content..I have enabled this block in left region that working fine for me.But when add this block to the quick tab.It is not loading the block.

Please give any suggestion.

Jinbin’s picture

Version: 6.x-2.0-rc3 » 7.x-3.2
Status: Closed (duplicate) » Reviewed & tested by the community
Issue tags: +quicktabs

In my case, I select callback for the tab type and put down the path of the panel page I need. For example, the path of the "Site contact page" would be /contact. So you could look it up at /structure/pages.

Good luck for you, mate.

ezra-g’s picture

Status: Reviewed & tested by the community » Fixed

Sounds like this is fixed per #7.

Status: Fixed » Closed (fixed)
Issue tags: -quicktabs

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