A typical frontpage with many posts could have an URL like http://example.com/node?page=7. Currently the permalink for that page erroneously looks like http://example.com/node.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | pagination_in_link-D7-6.patch | 2.67 KB | lolandese |
| #6 | pagination_in_link-D6-6.patch | 1.93 KB | lolandese |
| #4 | pagination_D7_port-2166733-4.patch | 2.37 KB | lolandese |
| #1 | url_query_part-2166733-1.patch | 718 bytes | lolandese |
Comments
Comment #1
lolandese commentedAttached patch includes the '?page=7' part. It does not include other kinds of queries.
Comment #2
lolandese commentedCommitted. See http://drupalcode.org/project/permalink_block.git/commitdiff/eb031fc.
Comment #3
lolandese commentedComment #4
lolandese commentedPatch for D7 attached.
Comment #5
lolandese commentedCommitted. See http://drupalcode.org/project/permalink_block.git/commitdiff/21da6f9.
Comment #6
lolandese commentedForgot to add the URL query part also to the link itself, not only the copybox.
Furthermore improved project description in .info file.
Patches attached.
Commits:
D6: http://drupalcode.org/project/permalink_block.git/commitdiff/2726121
D7: http://drupalcode.org/project/permalink_block.git/commitdiff/f39703e
Thanks.