Questions tagged [pathauto]

PathAuto is a Drupal module that allows to automatically create path aliases for different type of pages.

The Pathauto module automatically generates path aliases for various kinds of content (nodes, categories, users) without requiring the user to manually specify the path alias. This allows you to get aliases like /category/my-node-title.html instead of /node/123. The aliases are based upon a "pattern" system which the administrator can control.

Pathauto depends on the Token module.

52 questions
0
votes
3 answers

Drupal view and path urls

I've a problem with drupal paths in one view that I building. Right now my view has this form: contents/2/6. Where 2 and 6 are the Ids of two nodes, I'd like to manipulate these ids to translate them let's say the title of those nodes. I can not do…
Claudio Acciaresi
  • 31,951
  • 5
  • 33
  • 43
0
votes
3 answers

Drupal 7: Display Hierarchical Vocabulary Terms in URL Pattern

I'm not sure if this is the appropriate place for this question (I'm a self-proclaimed newbie)...I have a vocabulary with the following scheme: category1    subcategory1a    subcategory1b I'm trying to create a URL pattern for the…
ForTheWin
  • 617
  • 1
  • 8
  • 15
0
votes
1 answer

Pathauto is not updating child urls when the parent url is changed

my pathauto settings for nodes are [node:menu-link:parent:url:path]/[node:title]/ if i change the url of a menu parent, the urls for child nodes are not updated. for example i have category-xyz/ category-xyz/node1/ category-xyz/node2/ if i…
mukki182
  • 115
  • 1
  • 5
0
votes
1 answer

Drupal 7 content organization with panels, taxonomy, nodes and pathauto

i wanted to know what is the most possible way to organize content in drupal 7, using pathauto and taxonomy to get links like: category/subcategory/node where category and subcategory also can be treated like a node (if you go to…
user2224198
  • 13
  • 1
  • 5
0
votes
1 answer

Link content type to view (for search)

I have a content type 'product display'. The normal path is: node/[nid] with the module 'pathauto' I can do the following for each 'product display': node/[id] ==> product/detail/[node:nid] This works fine, but it doesn't trigger the view. 1) Page…
user1704548
  • 75
  • 1
  • 10
0
votes
1 answer

Drupal, auto-generate article urlpath based on menu path

I am using Drupal 7 to build a website. I am facing this issue. I have a page that shows a list of articles. Once I click on an article to view its full content, the urlpath does not follow the menu active trail anymore. Now a bit of explanation. I…
dog
  • 1
  • 1
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
1 2 3
4