Questions tagged [drupal-path-aliases]
32 questions
0
votes
5 answers
Get Drupal Paths During node 'insert' operation with Pathauto enabled?
I'm writing a module that interfaces with Google Base. It needs to insert a link to the page that the item is on, however, this item has no path until pathauto runs. How can I either make sure pathauto runs its hooks before my module does, or get…

msumme
- 222
- 4
- 17
0
votes
1 answer
Drupal 7 - rewrite all urls for a specifik page
I have a page (shop) in my drupal 7 site. On this page is a php script requesting a webservice.
The response depends on the URL, eg. /shop/pid-1234/pink-shoes.html will show a product with id 1234.
I therefore need Drupal to load the /shop page no…