Tagged Questions
The pathauto tag has no wiki summary.
7
votes
5answers
2k views
Menu path in Pathauto
How do I get pathauto under Drupal 7 to generate a URL alias by the full menu path?
7
votes
3answers
1k views
Fundamental understanding of how Views and Pathauto work together
I am having fundamental problems understanding when to use a pathauto rule, and when to use a views page path. I have several custom content types, and I am using blocks to display certain parts of ...
3
votes
1answer
709 views
In Drupal, how to change the values passed to Pathauto?
I have Pathauto configured to generate an alias based on the title of a node, for a specific content type. The problem is that I want to make small changes in this title before Pathauto uses it to ...
1
vote
1answer
638 views
Drupal 7 list users with taxonomy term using Views and Pathauto
I am attempting to create a taxonomy term page to display users tagged with a vocabulary "expertise" and not having much luck.
I'm using pathauto to alias the taxonomy term pages with the following ...
1
vote
1answer
47 views
apply drupal pathauto generals settings manually
I want to make aliases for different languages in my own modules code. For that reason I want to apply all the general replace patterns of pathauto to a string. For example replace spaces by ...
1
vote
3answers
175 views
Drupal Panel Pages Pathauto
I have a Panel Page set up with the path node/%node/foo and all works fine when I visit a link such as node/6/foo. However, when I visit nodealias/foo it doesn't work at all. Is it possible to get ...
1
vote
1answer
129 views
Pathauto based on Primary Links
I'm trying to set up pathauto to generate clean URLs based on my primary links. So About > Executives / Board would be about/executives-board. I've used the [menupath-raw] token for this which is ...
1
vote
2answers
419 views
where in the db is the “Automatic alias” setting stored for drupal's pathauto
I created a bunch of nodes using node_save(). Unfortunately, I forgot to turn on the Automatic alias setting on them. Anyone know how I can do that now? I can't figure out where in the db that setting ...
1
vote
4answers
388 views
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 ...
1
vote
1answer
771 views
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 ...
0
votes
2answers
26 views
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.
...
0
votes
0answers
46 views
Drupal: URL Aliases not recognizing Node Reference Tokens
I'm having trouble getting my URL Aliases to cooperate with certain Tokens... specifically Tokens generated by the CCK Node Reference module. Here is the URL structure that I'm trying to establish:
...
0
votes
1answer
104 views
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 ...
0
votes
1answer
200 views
Drupal 7:Pathauto patterns from menu structure hierarchy
I'm trying to create a Pathauto pattern which looks like "Drupal root/parent_menu_item_name/node_title" where "node_title" is a child of "parent_menu_item_name" in the menu hierarchy.
I've tried ...
0
votes
1answer
72 views
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 ...
0
votes
1answer
34 views
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 ...
0
votes
0answers
80 views
Username as a part of a URL [closed]
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 ...
0
votes
2answers
155 views
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.
0
votes
1answer
236 views
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 ...
0
votes
0answers
74 views
Pathauto in Drupal skips nodes for no apparent reason
I just came across a problem I've never had before, where after deleting my old path aliases and trying to generate new ones, most of my nodes are skipped. I'm trying different settings, ...
0
votes
1answer
158 views
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 ...
0
votes
1answer
114 views
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.
0
votes
1answer
294 views
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 ...
0
votes
2answers
39 views
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 ...
0
votes
3answers
2k views
Drupal: assign block to a specific content type
I made a customized template called node-mynode.tpl.php
Whenever a node of type mynode is requested, then node-mynode.tpl.php
is automatically used.
However, now user wants to see a specific menu ...
0
votes
1answer
187 views
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 ...
0
votes
3answers
2k views
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 ...