Closed (won't fix)
Project:
Quick Tabs
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2008 at 22:17 UTC
Updated:
5 Dec 2011 at 09:54 UTC
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
Comment #1
katbailey commentedHi 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
Comment #2
tflmike commentedHey 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!
Comment #3
pasqualleDrupal 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