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
1
vote
4 answers

How to create pathauto same stackoverflow.com

I know that stackoverflow.com uses the module pathauto. I would like to use pathauto in drupal to create pathauto uris. But I don't know how to do this. Example: domain.com/node/1 after using pathauto then domain.com/article/1/title-node Now I want…
Phan Van Lan
  • 11
  • 1
  • 2
1
vote
1 answer

Drupal Node Hierarchy

I'm having a problem working out how drupal structures content. I have a content type called "Artists" and then i have "Songs" i want my URL's to be: www.foo.com/{artist generated url}/{song generated url} i.e.…
Shadi Almosri
  • 11,678
  • 16
  • 58
  • 80
1
vote
2 answers

Node Alias issue in Google?

My website pages all show up in Google search results as *.com/node/#### instead of the alias name. I need help fixing the naming convention to show up in Google via alias, as they are also listed in the sitemap.xml. I'm not sure if this needs to be…
killbill
  • 149
  • 3
  • 11
1
vote
1 answer

Problems with Drupal 7's clean URLs

I've looked around and I couldn't find an answer to my question so here it is. Clean URLs are enabled on my Drupal 7 website and are "working" in the sense that I can access the About Us page with www.mysite.com/about-us and with…
Alex
  • 828
  • 2
  • 10
  • 20
1
vote
1 answer

How to speed-up path lookup for large number of nodes?

After I generated 34000 url aliases for all the nodes on Drupal 6 site, using pathauto, the site started to work really slow, every page loads more than 2 seconds. I'd really want my site to be search-engines-friendly, so it would be much better if…
Konstantin Pereiaslov
  • 1,786
  • 1
  • 18
  • 26
0
votes
1 answer

How to change Automated alias settings on module install?

Situation: Drupal 6 node module defining custom content type Necessity to have an automated alias for the content type, e.g. content_type/[title-raw] Question: How can I programmatically set the Automated alias setting of the new content type to…
Ain Tohvri
  • 2,987
  • 6
  • 32
  • 51
0
votes
1 answer

Drupal node path with taxonomy term id

I have two vocabularies: country and type Country terms: tid = 1 name = USA ... Type terms: tid = 10 name = students I need to generate node path next way (terms id instead of names): study/1/10/[node-title] study/2/10/[node-title] I have only this…
dark_kz
  • 33
  • 4
0
votes
2 answers

multiple arguments for views2 to build a path

I have the usual suspects in place. Have taxonomy such as: +Guys --Core Collection --New Arrivals -- etc, etc +Girls --Core Collection --New Arrivals -- etc, etc +Sale Items You get the idea here. Anyway, i have taxonomy menu building paths (with…
au_stan
  • 4,011
  • 2
  • 19
  • 24
0
votes
1 answer

Drupal 7: Sub-path URL aliases work on 'imaginary' aliases like views but not nodes

Here is my menu structure for a Drupal 7 site. This works: Home > Depots (views: page) > Depot List (views: page) aka: '/' > '/depots' > '/depots/depot-list'   However, this doesn't work: Home > Careers (node) > Careers List (views: page) aka:…
Matt Fletcher
  • 8,182
  • 8
  • 41
  • 60
0
votes
1 answer

How can I force ASCII only urls in Drupal?

in a Drupal 7 with PathAuto website: In pathAuto settings I have something like "[term:vocabulary]/[term:name]" as a pattern in many categories, but because the vocabulary, taxonomy, etc names are not in English I have urls that contain non ascii…
Odys
  • 8,951
  • 10
  • 69
  • 111
0
votes
1 answer

Using Wordpress permalinks with no posts attached

I am moving an old Drupal 4 installation to Wordpress 3, and rather than trying to go through the pain of moving the thousands of posts over, my plan is to leave the old site running on a subdomain (old.site.com). I'm able to set up the wordpress…
DFR
  • 3
  • 2
0
votes
0 answers

Username as a part of a URL

Possible Duplicate: Username as a path I would like to create a URL such as mysite.com/user1 based on the username. If the username is "mrsmith," then the URL mysite.com/mrsmith will be automatically created and it will link to the user…
Vonder
  • 4,033
  • 15
  • 44
  • 61
0
votes
0 answers

Drupal 8 Pathauto no Pattern Type

I've spending hours on an issue i have by configuring Pathauto. When I try to add a pattern i'm not able to choose a pattern type. Does anyone know a solution for this or had the same issue before? I'm using drupal 8.8.1 with the latest release of…
vitalragaz
  • 308
  • 1
  • 10
0
votes
2 answers

Username as a path

I would like to have a user's name as a part of a URL, e.g. mysite.com/username. This should redirect to the user profile. I use Profile 2 and Pathauto, but I am not sure how to do this.
Vonder
  • 4,033
  • 15
  • 44
  • 61
0
votes
1 answer

how to URL path translate

my language is Arabic i want to use pathauto for clean URL but my problem is when use this module my URL is very long because mydomain.com/الشهور الأخيرة بشأن استحواذ and browser convert to UTF-8 char how to use Google translate for translate my…
reza
  • 133
  • 13