i'm working on the single user blog install profile, and i've just enabled the archive view, but the block has no title by default - unlike the recent comments block.

i compared with the comments block, and found there was a handler->override_option for the title. as views is such a beast, i'm not sure where this is to go into node.views_default.inc

but something like this around line 380 of the file seemed to do the trick.
$handler->override_option('title', 'Monthly Archive');

thanks

Comments

merlinofchaos’s picture

Status: Active » Fixed

Makes sense. Fixed (though I did it earlier so it hit the default display)

Anonymous’s picture

Status: Fixed » Closed (fixed)

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