Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
comment.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 May 2007 at 23:05 UTC
Updated:
8 Jul 2009 at 23:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
tara@neier.org commentedWhy couldn't this use an element of 2 instead. It's just as arbitrary, but it just happens to not break other pagination. I"m surprised this bug hasn't been opened earlier.
http://drupal.org/node/100529
http://drupal.org/node/71118
Comment #2
cburschkaI'd rather use 1, unless there is an instance of 1 already being used elsewhere. Reason: If this issue crops up again in another paginating module, it would be good to have a logical progression and not to have to wonder why only 0 and 2 are being used so far.
That said, perhaps it would make sense to change the documentation to make a "reserved" block of pager element ids that must not be used by contribs?
The attached patch is rolled against DRUPAL-5 and changes the hard-coded value of 0 to a hard-coded value of 1. It does this only in the two places named (1007 and 1053).
Comment #3
drummWhat configuration of Drupal core only makes this possible? I am not aware of any way to make comments visible on the front page along with a post pager.
It would be best to keep this stable in Drupal 5 since this does change URLs and affects modules which use a pager in slot 1 on node pages.
Comment #4
joshmillerI just tried to apply this patch to Drupal 7 HEAD with no luck. (2 out of 2 hunks FAILED). After reading over the issue, it sounds like this "bug" needs a better description and use case. Updating the status.
josh
Comment #5
sun.core commentedSorry, without further information this issue can only be marked as won't fix.
Feel free to re-open this issue if you want to provide further information. Thanks.