Hello! Great module!

How would you go about doing some advanced themeing for this module? For most blocks you can do a theme override in template.php which allows you to control the output of block.... since this block is actually a combination of blocks, how would you go about setting up theme overrides?

Would you basically set up overrides in template.php for each individual block?

Thanks very much!

Comments

katbailey’s picture

Hi there,
actually there isn't a theme function for the QT block that can be overridden. As discussed here, I've been reluctant to provide one because if you override it the jquery might not work. But I've improved the jquery somewhat so it should tolerate extra wrapper divs and the like so I probably will go ahead and provide a theme function. Will keep you posted.

Katherine

tflmike’s picture

Hey there-

Just checking in on the progress for the themeing of QuickTabs. Actually the question I really have is: How would I go about themeing a block (and it's output) within QuickTabs? Would I just use a theme override just like any other view/block?

Thanks a lot!

pasqualle’s picture

Status: Active » Closed (won't fix)

Drupal 5 version of the Quick Tabs module is no longer supported. Closing.
If you have this same problem with later versions, feel free to reopen this issue.

in D6 version you can override the quicktabs' theme function or use standard templates like block-quicktabs.tpl.php