Closed (fixed)
Project:
Node-level Blocks
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 May 2010 at 20:26 UTC
Updated:
18 Apr 2014 at 14:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nvanhove commentedIt seems this is a Drupal 6 bug:
http://drupal.org/node/126070
Comment #2
nvanhove commentedThe problem is in this line:
(in node_level_blocks_preprocess_page)
When the module is "block" , the subject is not returned.
Until this bug is fixed; we could use the following code:
Comment #3
gloaguen commentedI have found the solution for this problem.
When the field 'title' isset in the table 'blocks' then the default title is overwritten.
This also fix the missing title for manually added blocks.
Comment #4
gloaguen commentedThis is now fixed in version 6.x-1.1