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
1 answer

How can I make URL reflecting Drupal's term structure realized by using Pathauto module?

There is a vocabulary like the one below and its term. Vocabulary World [Machine Name: world] Taxonomy Terms USA [URL Alias: usa] └─ California [URL Alias: usa/california] └─ Los Angeles [URL Alias: usa/california/losangeles] And I would…
0
votes
1 answer

2 nodes with the same path when creating one programatically during creation of first

I have some functionality on my site where when a journalist creates an article with multiple images to make a slideshow, they can check a box which will create a node of a type "gallery" which will then contain the images to be displayed as a…
Mark Cameron
  • 2,359
  • 2
  • 24
  • 29
0
votes
1 answer

What's the difference between "Update URL alias" and "Update automatic nodetitles" in Drupal?

These options appear on the admin page /admin/content/node in the "Update options" drop-down.
Tony Topper
  • 402
  • 6
  • 14
0
votes
0 answers

Drupal 7 - How to add article at URL location based on taxonomy?

I want to be able to add articles to my Drupal 7 website where the URL location is automatically generated based on the taxonomy. Therefore, if I choose the taxonomy "News > Local > Town", it will be placed on my site at…
0
votes
1 answer

Redirecting or rewriting drupal links

I have a custom structure for browsing content built with hook_menu and Views. I would like links to content to be routed by node type to the appropriate destination in my structure. So while normally clicking on a node link takes you to node/123,…
ack
  • 14,285
  • 22
  • 55
  • 73
0
votes
3 answers

Drupal 8: Mismatched entity and/or field definitions

While trying to understand why my view is not displaying, I noticed the following error in the log: I do not think it is possible to delete the URL alias from Taxonomy terms. At least I cannot find how to do this. I have, however gone through ALL…
Magick
  • 4,603
  • 22
  • 66
  • 103
0
votes
1 answer

Url Alias not working for domain paths

I'm using domain access module in my website and have multiple domains in my website. For example I have the domains test.example.com (primary domain) test1.example.com When I create a sample content "Contact" and provide it with the URL alias as…
John Melchior
  • 417
  • 2
  • 5
  • 22
0
votes
2 answers

Is there a way to output users name as a link to profile in Drupal?

Im using pathauto so user profiles have a clean URL in the format /user/name-name How can I output the users name as a link to the profile? Ive seen the theme() function used to do stuff similar to this?
Tim
  • 2,667
  • 4
  • 32
  • 39
0
votes
1 answer

Drupal 7 pathauto not working

I am using pathauto module. I have saved the pattern "Pattern for all Basic page paths" as content/[node:title], however, I see that the basic page links from the header navigation open as http://localhost/drupal71/node/2 or…
0
votes
1 answer

How to use Panels to handle node url in drupal

I have a content type named hardware and use Pathauto module to set an alias to hardwares/[node:nid] . After that, I have created a pages with handle the url hardwares/%node. But looks Panels doesn't handle that url, it always render built-in node…
Francis.TM
  • 1,761
  • 1
  • 18
  • 19
0
votes
1 answer

Page not found error when using plus"+" sign in the path aliases

I am trying to create a new simple node with url alias as test+node. when i save the node the page is not showing the node, the url changes as http://server/packets/test%2Bnode but it only shows the following error Page not found The requested page…
Mukilan R
  • 445
  • 5
  • 17
0
votes
1 answer

Drupal url Alias weird behavior

I have created content type and set that to default url alias for all content. But that is not working that start working after clearing the cache, But after some non specific time it stop working. Can any one please let me know the reason behind…
Mukesh'python-php
  • 143
  • 1
  • 2
  • 7
0
votes
1 answer

Access alias of a node programatically using Drupal 6

I am creating a custom block programatically, there i need to display a node title and link to it, I have accomplished the displaying of node and title. How do i link the node to its alias, each node in my application has an alias. How do i access…
opensource-developer
  • 2,826
  • 4
  • 38
  • 88
0
votes
1 answer

Drupal Path Auto from Taxonomy Term

So i created a new content type to create product pages and i created a vocabulary with all my different categories in it for my products. What I want is to be able to select the correct category while creating the product and have the url based on…
Karl
  • 45
  • 7
0
votes
1 answer

Drupal RSS feed links

I'm creating some feeds of news items and such. These items have URL aliases set for them. Is there a reason why the URL alias do not get used in the RSS feed? I have a multi-language site which uses the path aliases to show correct navigation, and…
Ben
  • 566
  • 1
  • 6
  • 14