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

nancydru’s picture

nancydru’s picture

Status: Active » Postponed (maintainer needs more info)

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.

andrewlevine’s picture

Title: Title is not passed on, and region block template not used » block-{region}.tpl.php not used
Version: 6.x-1.1 » 6.x-1.x-dev
Status: Postponed (maintainer needs more info) » Closed (fixed)

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.