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

pasqualle’s picture

Status: Active » Closed (duplicate)

Yes 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