Closed (works as designed)
Project:
Quick Tabs
Version:
6.x-2.0-rc3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2008 at 16:15 UTC
Updated:
21 Feb 2012 at 10:53 UTC
Just a small request...when I put in a Block Title that is going in the quick tab block, it still shows the block title.
This is not the quick tab block itself, but rather the blocks that are within the quick tab block.
It would be nice to not have the block title of the blocks since they already have their title in the tabs.
Comments
Comment #1
katbailey commentedI have added this option as a setting now.
Comment #2
katbailey commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
jasom commentedI have same problem in D5 version. How I can remove block title from QT?
There are two my ideas:
Put
<none>tag in QT block tabs - not working for meDesign menu-block.tmp.php without block title echo. - to complicated :)
Can you help me with this?
Comment #5
pasqualle@Jasom: you can override the theme_quicktabs_block() function in your theme's template.php file.
handbook http://drupal.org/node/55126
this will remove the title from every quicktab block:
Comment #6
jasom commentedThan you but I found this option in admin > site settings. Im overworked :)
Comment #7
mediamash commentedwhere did you find that setting? admin/settings/quicktabs has no option like that
Comment #8
mediamash commentedsetting this to critical since the
<none>title-option inside the block doesn't workalso overwriting the title in the textfield doesn't work
when you comment out line 154
//$mainblock['subject'] = $quicktabs['title'];title will be removed (for ALL QTs)Comment #9
pasqualle@mediamash: which version are you trying? which block title you want to remove? the block inside quicktab or the quicktab block title?
probably your block.tpl.php file is incorrect in your theme, and that's why
<none>does not work..#351086-5: QT block title is not hidden properly
Comment #10
mediamash commentedhi Pasqualle
using version 6.x-2.0-rc3 and trying to remove the quicktab block title. Im using a zen based theme, which applies for
Comment #11
pasquallethen it should work.
1. go to admin/build/block
2. find your quicktab block and click configure
3. set
<none>as block titleyour quictab block title should be removed.. if it is still displayed then you should try it with the garland theme.
Comment #12
jameswoods commentedI thought I was having the same problem where putting <none> or "blah blah blah" in the QuickTab title had no effect on the block title being displayed above my QuickTab block. Then it occurred to me that my QuickTab was inside of a panel pane. In Home » Administer » Panels » Panel pages » Settings on the Content tab, I clicked on the gear icon for the pane that contained my QuickTab and then checked "Override title" and left the field blank. Boo-Yah.
My "problem" was solved by simply pulling my head out 8^) Hope this helps someone else someday.
Comment #13
bartezz commentedI have my block title set to but when I look at the source of the output it shows as;
Don't think this is correct, is it?
Comment #14
pasqualle@Bartezz: your block.tpl.php file must be incorrect in your theme, as it seems like you are printing the $block->title instead of $block->subject..
Comment #15
bartezz commentedHi Pasqualle,
I checked my block.tpl.php and I am printing $block->subject....
This results in the HTML
Which is not very acceptable for validation I think...
Cheers
Comment #16
pasqualleis it the result from quicktab block or is it from a block inside quicktab?
Comment #17
dsayswhat commentedWhen I set my block title to
<none>in block config, there is no change. After saving, checking to see that the block title is still there ( it is... ) and editing the block again, I can see that in the block title field where I previously entered<none>, there is nothing. It appears that quicktabs is clearing that value and the block is defaulting to quicktab's value instead.Thoughts?
Comment #18
pasqualleQT does not do anything with the block edit page..
Comment #19
katbailey commentedClosing this as there has been no activity on it in over a year.
Comment #20
khoomy commentedI display block title as tab title by overriding theme function as:
You can change it for views also.
I hope this will help someone :) cheers