Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
forum.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2005 at 16:48 UTC
Updated:
23 May 2007 at 06:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
mindless commentedPatch for current cvs.
Comment #2
mindless commentedUpdate status.
Comment #3
mindless commentedUpdated patch again for current cvs.
Comment #4
mindless commentedHere is the same patch for tracker.module. Like the patch above, it assumes normal/unchanging sort order. See 6162 for development of what looks like a more complete solution.
Comment #5
drummNeeds to handle the different orders and such.
Comment #6
vph commentedThe patch of the forum module (in particular the line below) doesn't seem to work for 4.7.2
$page_param = $page_with_new ? ('from='. ($page_with_new * $comments_per_page)) : NULL;Instead, this works for me:
Comment #7
artem_sokolov commentedI can confirm the correction in the #6 response on 4.7.0
Comment #8
ChrisKennedy commentedDuplicate of http://drupal.org/node/6162
Comment #9
ChrisKennedy commenteddupe