Closed (fixed)
Project:
Archive
Version:
4.7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2007 at 22:05 UTC
Updated:
22 Apr 2007 at 04:46 UTC
A quick ugly fix to display more nodes per day is to change line 233:
-- $result = db_query_range($sql, $date, $date_end, 0, 20);
++ $result = db_query_range($sql, $date, $date_end, 0, 99);
Better would be:
- an admin-setting for the displayed number of nodes
- and an optional pager if there are more nodes than the settings.
Any takers?
Comments
Comment #1
gábor hojtsyNew features are added to archive module on the 5.x branch, and that has the default nodes count setting taken into account, as well as a pager for archive pages.
Comment #2
Stephan_M commented*SOLVED*
You're right. Thank you. Updating to drupal 4.7.6 updates the archive.module with a beautifull pager too.
Comment #3
(not verified) commented