I installed a fresh copy of Drupal 4.7.3 last night and I activated the archive module. I ran into the problem described in
this post: page nodes show up as a link on the calendar but when I click, it shows "no posts". This does not happen to story nodes. I have not seen an option where I could configure which node types show up in an archive (which seems like an important feature), but even if this functionality exists, the module should not show links to posts it will not display.

telcontar

Comments

gábor hojtsy’s picture

Status: Active » Fixed

There was a small node permission related issues in Archive module, which was recently fixed in the 4.7 and 5.x branches too. When you click on a node, it is not archive module which displays the nodes themselfs, but Drupal. If you have permissions set for those pages, disallowing you to see them, Archive module listed them previously (but not anymore).

Anonymous’s picture

Status: Fixed » Closed (fixed)