Active
Project:
Archive
Version:
6.x-1.4
Component:
Page
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2010 at 08:26 UTC
Updated:
23 Nov 2010 at 08:26 UTC
Hi!
in archive.pages.inc what for this lines?
if (!$nodes && $type == 'all' && $year == 0 && $month == 0 && $day == 0) {
return t('No content found.');
}
with out them on path "archive/all" works fine with them on this path appears message 'No content found.'
of course when you configure on "admin/settings/archive" on path "archive/all" message 'No content found.' disappears but even with out configure and this lines all works
just you couldn't choose type of nodes
P.S.: sorry for my bad English =)