Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.1
Component:
block displays
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Oct 2008 at 17:47 UTC
Updated:
11 Nov 2008 at 20:21 UTC
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.