Hello, there is a small bug when you use a blockreference for a block with a custom title, it doesn't shows.

You must replace in blockreference.module in line 178 :

  $block->subject = $block_view['subject'];

by :

  $block->subject = ($block->title) ? $block->title : $block_view['subject'];

Comments

vthirteen’s picture

Status: Active » Reviewed & tested by the community

it works for me

danielb’s picture

what works for you, sinasquax's code?

vthirteen’s picture

yes, sorry. i meant sinasquax's code works for me, not the original code.

danielb’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.