block-{region}.tpl.php not used
giorgio79 - December 13, 2008 - 06:14
| Project: | MultiBlock |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#1
See also #266307: Add original block module and delta on view.
#2
If 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.
#3
I 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.