Closed (fixed)
Project:
Paging
Version:
6.x-1.0-beta2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2008 at 20:19 UTC
Updated:
13 Mar 2009 at 19:10 UTC
Would it be possible to activate pretty URLs for the module, so that it doesnt look like this: ?page=0,1 but /1/, /2/ and so on.
Page 0 has to show as /1/, page 1 as /2/ and so on, to make the system logical.
Comments
Comment #1
vint commentedSubscribing, as this is a pretty interesting questions.
Lomz, probably you stumbled up on this already, but for now, here they suggest to prevent the duplicate pages from being indexed:
Add
Disallow: /*?page=0,0$
to your robots.txt
(sorry if this is duplicate information! ;))
Comment #2
Gurpartap Singh commented@lomz Sure, here you go: http://myzonelabs.com/node/19 :)
It didn't make into paging yet since it's a kind of hack overriding theme_pager_link().
Comment #3
Gurpartap Singh commentedMarking as fixed. Would anyone of you consider adding this info into a handbook page under http://drupal.org/node/360809.
Comment #4
clarkburbidge commentedThat "fix" removes custom url aliases and leaves you with node/#/page/#. Can we get the best of both worlds and have custom_url/page/#?
Comment #5
Terko commentedYes, this "fix" don't works for me. I agree with clarkburbidge. Hope to see solution :)
Comment #6
Jean-Philippe Fleury commentedsubscribing