Hi,
More important things first: Quicktabs is great. I love it :). Less important information follows.
QT export feature depends on ctools and it's not mentioned in dependencies. I got a fatal error when trying to export QT block in 6.x-3.0-beta1.
Call to undefined function ctools_include()
Comments
Comment #1
katbailey commentedUgh, how did I miss this? :-(
Fixed here: http://drupalcode.org/project/quicktabs.git/commit/40ac970dbe272afb97498...
As we only need ctools for the exportability side of things I had decided not to make it an actual dependency but use module_exists() to check for it. The fix adds such a check in hook_menu so the export menu link won't show up if you don't have ctools.
Nice catch - thanks!