Closed (fixed)
Project:
Block Bar
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
5 Feb 2006 at 02:48 UTC
Updated:
5 Feb 2006 at 09:16 UTC
No matter what theme I'm using, I cannot get the title of a blockbar to appear in a page.
Using 4.7.0-beta-4 and latest cvs version of blockbar.
Have tried in IE6, IE7-b2, FF and Opera but no joy.
The attached screenshot shows what I'm getting. When you check the page source of a page displaying the block bar, you see this for the block above it:
<td class="bleft-img"> </td>
<td class="blocktitle">
About vcommunity</td>
<td class="bright-img"> </td>
And this for the blockbar block:
<td class="bleft-img"> </td>
<td class="blocktitle">
</td>
<td class="bright-img"> </td>
So it would seem that the title is not even reaching the page.
Any help would be greatly appreciated. Other than this, absolutely superb module. Thanks!
Regards
Patrick
| Comment | File | Size | Author |
|---|---|---|---|
| drupal_screenshot_sample_4.png | 82.74 KB | Patrick Nelson |
Comments
Comment #1
dreed47 commentedThis is by design. It's being surpressed. If you want to enable it you can uncomment line 138 in the blockbar.module file. This should get your title to show.
Comment #2
Patrick Nelson commentedHeh,
Thanks. Didn't... er... spot that.
Regards
Patrick