Tab type [node] "The node ID of the node."
juicytoo - October 21, 2009 - 21:46
| Project: | Quick Tabs |
| Version: | 6.x-2.0-rc3 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
Hope someone can point me in the right direction.
I am creating a directory.
I would like to display QT within my nodes.
I have successfully used QT to display contact forms and gmaps and views.
I would like to display the details of the nodes within QT.
How do I do this?
- I have created a QT tab -> type node
- it asks for a Node ID, but the node id varies depending on which node is displaying.
is there a way of passing in the node id argument to a QT tab and then displaying the node within QT?
Thanks in advance.
cheers

#1
If you want to use dynamic argument for node type tab, then the only option is to create the quicktab programatically.
#332895: render quicktab programatically
#2
Thanks