Hi All,
Just wondering if it would be possible to add support for the paging module in pathauto? When using pathauto you are able to automatically generate FURL's like this;
http://mydomain.com/articles/multi_page_article
However, when using the paging module and you start browsing the pages of an article the URL becomes a bit untidy, looking like;
http://mydomain.com/articles/multi_page_article?page=0%2C1
Would it be possible to add supoprt into pathauto for the paging module to generate aliases for the paging URL so the structure is the same/similar as when viewing comments, such as;
http://mydomain.com/articles/multi_page_article#page_1
Or even something like;
http://mydomain.com/articles/multi_page_article/page_1
I originally asked this as a feature request for the paging module, but I was told it could not be done without abandoning the inbuilt Drupal paging system. Seems Pathauto would be the next logical place to look at having these clean URL's for multipage articles using the paging module automatically generated.
Comments
Comment #1
Success commentedWhat's the update to this? Thanks.
Comment #2
gregglesI'm not even sure this is a pathauto issue - as the original poster points out this is a drupal paging issue first and foremost. Once it is supported in the pager and/or in the normal path system then we should look to expand that functionality via pathauto.
I'm reassigning this to Drupal base system to see if it can be handled by the base system.
Comment #3
gregglesI selected the wrong component initially...
Comment #4
lilou commented+1
See also : http://drupal.org/project/paging
Comment #5
dave reidNo momentum in over three years. Marking as won't fix.
Comment #6
greggleshttp://drupal.org/project/subpath_alias actually provides this, I think.
Comment #7
dave reidOh yes, that should do it.