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
Comment #1
merlinofchaos commentedMakes sense. Fixed (though I did it earlier so it hit the default display)
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.