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?

Comments

dldege’s picture

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.

dldege’s picture

I just created my own custom php block using

  include_once drupal_get_path('module','archive') . '/archive.inc';
  $date = _archive_date($year, $month, $day);
  $output = theme('archive_navigation', $date);
  print $output;

Very cool!

gábor hojtsy’s picture

Status: Active » Postponed (maintainer needs more info)

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!

Susurrus’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

There are now settings for this module at /admin/settings/archive and the actual archives page is at /archive