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

vint’s picture

Version: 6.x-1.0-beta1 » 6.x-1.0-beta2

Subscribing, 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! ;))

Gurpartap Singh’s picture

@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().

Gurpartap Singh’s picture

Status: Active » Fixed

Marking as fixed. Would anyone of you consider adding this info into a handbook page under http://drupal.org/node/360809.

clarkburbidge’s picture

That "fix" removes custom url aliases and leaves you with node/#/page/#. Can we get the best of both worlds and have custom_url/page/#?

Terko’s picture

Yes, this "fix" don't works for me. I agree with clarkburbidge. Hope to see solution :)

Jean-Philippe Fleury’s picture

subscribing

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.