Is there a way of renaming the quick tab after creating it (or do i simply need to create anew under a different name) and is there a way of not showing the name of the quick tab as in my case its the same as my page title.
Great module, thanks & well done

Comments

katbailey’s picture

Hi there,
you can override the title of your QT block just like you would with any other block - just configure it from the blocks page and set title to whatever you want or to if you want to hide it.
As for renaming it completely, this is something you can do in the D6 version and I'm hoping to include it when I eventually overhaul the D5 version for a more flexible way of editing existing QT blocks.

Katherine

katbailey’s picture

Assigned: alanbold » Unassigned
katbailey’s picture

FYI the latest dev snapshot of Quick Tabs now has this capability as well as the ability to add and remove tabs from QT blocks. I need people to test the new version before creating a new release.

nravens’s picture

Version: 5.x-1.2 » 6.x-1.x-dev
Category: feature » bug

I'm using QuickTabs for Drupal 6.2 and can't seem to hide the QT block title even though I've unchecked "Show block titles within Quick Tabs blocks"

Is there another way to hide the QT block title?

Nice module by the way...

katbailey’s picture

Hi Nakes,
to hide the overall title of the QT block you just configure it from the blocks page and set title to as you would with any other block.

regards,
Katherine

nravens’s picture

HI Katherine

Thanks, that worked... dunno how i missed that before...

katbailey’s picture

Status: Active » Closed (fixed)
andyjm’s picture

Is there another way to hide the QT title block, as im using the QT block in a content area, not through another block.

Or is there a way to increase the length of the QT title? i think its currently 129chars long.
thanks

A

pasqualle’s picture

Category: bug » support
Status: Closed (fixed) » Active

im using the QT block in a content area, not through another block.

I do not understand this. If you created the QT on the QT edit page, then you will find a new block on the block admin page.

increase the length of the QT title

this is limited in the QT database schema. so if you do not want to hack the module, then you can
1. create the Quick Tabs block programmatically. http://drupal.org/node/679148
2. use hook_quicktabs_alter #671590: Allow dynamic tab titles

andyjm’s picture

thanks for replying Pasqualle,

with the theme im using i found it easier to call the block from the content page, because of the way the blocks are in the theme, so, im doing a call in my content page using "[block:quicktabs=6]"
all QT blocks in the block page are not active and even if i configure one to title of it doesnt do the job.
i realise this isnt probably how QT was intended to be used, so if there's no easy fix for what im trying to do, thats ok, i just wanted to see if there was.

carl.brown’s picture

I know this is pretty old now, but since I just came across it I thought I'd leave a note to save anyone else doing the searching too.

At time of writing, if you're using the Insert Block module to display your QuickTab blocks within your content, then you won't be able to disable the title by the means already mentioned here as the Insert Block module doesn't utilize block themeing (this is what it looks like the poster in #10 is doing). Someone has kindly made a patch for Insert Block here: http://drupal.org/node/359088. After applying said patch, you will then be able to disable the block title through the blocks admin as mentioned above, and also create a custom block template and chop away!

Hopefully this patch will end up in an official release and the point will become obsolete. Cheers - and thanks for a great module!

bensita’s picture

Version: 6.x-1.x-dev » 6.x-3.1
Component: User interface » Tab styles
Assigned: Unassigned » bensita

Hi there,

I´m working with this module and I find this is a great one! Now I´m trying to find the best way to replace the title of each tab with an image.

Any good ideas?

regards,

Bensita

netw3rker’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

try the signwriter module, or implement a theme hook.