Closed (fixed)
Project:
MultiBlock
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2008 at 06:14 UTC
Updated:
13 Jan 2009 at 03:04 UTC
Hello,
I am trying to use multiblock but the title of the original block is not passed on to the multiblock instance in Drupal 6. Also, I have setup some block-{region...}.tpl.php templates but they seem to be ignored.
Anyone experiencing these?
For built in blocks like user login, the title is passed along fine, but for blocks I created with "Add new block" it is not.
Cheers,
G
Comments
Comment #1
nancydruSee also #266307: Add original block module and delta on view.
Comment #2
nancydruIf I do not override the title in the block configure screen, then I get what the original module produces. If I type something into the title on block configure, I get that. This seems to be working right for me. Or did I miss something here?
I still need to look at the templates.
Comment #3
andrewlevine commentedI could not reproduce the region problem in the latest dev code. If you still experience the problem with the latest code, please reopen the issue. The title is not passed along because it is being saved only for that specific delta. I'm going to open a feature request for multiblock to pass on the title for custom blocks.