Module is invisible - no block, no settings.
BioALIEN - February 20, 2007 - 10:21
| Project: | Archive |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
This module is not working for me. Dropped the module into the modules directory, enabled the module. I cant see any blocks and/or module settings related to this module.
What's the status of development for this module? Last development time was in December. Drupal 5 hit the shops in January. Please update?

#1
I just tried it out - it doesn't provide any blocks or settings.
Simply go to ?q=archive
A block that shows the year, month, day, browser would be a kick ass addition to this module though.
#2
I just created my own custom php block using
<?phpinclude_once drupal_get_path('module','archive') . '/archive.inc';
$date = _archive_date($year, $month, $day);
$output = theme('archive_navigation', $date);
print $output;
?>
Very cool!
#3
BioALIEN: this module does add a suggeted menu item. It did not carry the buggy date calendar view from Drupal core, for which it was criticized (the buginess that it).
didege: could you provide a link to a demo site where this can be seen. Sounds fun, but I am not sure it looks that good to get included in the module!
#4
There are now settings for this module at /admin/settings/archive and the actual archives page is at /archive