Closed (duplicate)
Project:
Quick Tabs
Version:
6.x-2.0-rc2
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2009 at 06:15 UTC
Updated:
2 Feb 2009 at 14:31 UTC
quick tabs is great!
I'm trying to find how to create tabs programmatically but can't seem to locate how.
I have a taxonomy I'd like to have tabs created for, and that argument to be passed on to a view in each tab. Terms 'animals', 'autism', 'environment' - each one becomes a tab. click a tab, view 'shownews/[term]' is displayed.
How can this be done?
Comments
Comment #1
pasqualleYes it can be done, but you have to write the code for it..
You need to sql select (or call some function to select) the taxonomy terms and create as much tab pages as many terms you have, put the same view into each page and set the view argument to that term..
this is a duplicate of: #332895: render quicktab programatically