Closed (works as designed)
Project:
Quick Tabs
Version:
6.x-2.0-rc3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2009 at 05:42 UTC
Updated:
15 Aug 2012 at 17:09 UTC
Is it possible to create a page rather than a block with quicktabes? For example, what's the best way to get quicktabs on a specific page?
Comments
Comment #1
pasqualle#380852-2: Cannot assign a QT to a path
Comment #2
cerup commentedI'm not really trying to assign a path to a tab though. I'm wondering how to put quicktabs (multiple ajax tabs) on a page. This could potentially mean making a views page and wanting to put a quicktab on it. Would this have to be done in php, custom template for a page, or...?
Comment #3
pasqualleYou put the quicktab block on any page same as you would do with any other block..
step by step how to put quicktab block on a views page:
1. create a views page with path "myquicktabpage"
2. go to the admin/build/block and click configure next to your quicktab block
3. set block visibility by path; select "Show on only the listed pages." write "myquicktabpage" as path
4. on admin/build/block page move your quicktab block to content (or any other) region and save
Comment #4
floadmin commentedI think what is being asked is to make the content of a page actually the quick tab. Can that be done?
Comment #5
pasqualleit is not possible to simply create a page from a quicktab, as QT does not create a page callback. So you do not have the path (url) where the quicktab should be displayed. That's why I suggested to create a view or a node, then you have the path, then you can display the quicktab as you like (even with replacing the whole content, within the theme template file)..
you can create a page callback and put a quicktab on that page, but it is only possible if you know the Drupal api, but I do not really want to get into working example code in this issue, as it would be like creating a new module..
or it is probably possible without programming with the panels module. as I know it supports creating a page from a block..
Comment #6
drupalusering commentedi use a module that is called insert block..
Comment #7
eL commentedEmpty Page Callbacks module is a solution.
Just create emtpy page and asign block with QT
Comment #8
alanburke commentedOne better, create the callback, and use this
to display the content.
Comment #9
drm commentedThe page callback is not hard for us developers. But just as a View can be put in a block or a page, seems it would be nice to just be able to assign a quicktab to a page and url as well, instead of a block. Would be a nice feature for site builders.
Comment #10
jonhattanUsing empty_page module mentioned in #7 is enough.
Closing the issue for queue cleanup.