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
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

dldege - February 20, 2007 - 20:21

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

dldege - February 20, 2007 - 20:31

I just created my own custom php block using

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

Very cool!

#3

Gábor Hojtsy - April 7, 2007 - 12:07
Status:active» active (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!

#4

Susurrus - August 24, 2007 - 15:04
Status:active (needs more info)» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.