Tagged Questions
1
vote
0answers
56 views
Hierarchical taxonomy fileds' values as node path in Drupal 7
I have a vocabulary with 2 levels of terms. As my term names are usually rather long (e.g. "Institute of Computer Science and Information Technology") I added a field "short_name" to the vocabulary ...
1
vote
0answers
21 views
Why URL-alias of taxonomy doesn't have the correct language, is this a bug?
I have a multisite (drupal 7) with Pathauto and my vocabulary is set to 'Translate. Different terms will be allowed for each language and they can be translated.'
I add a taxonomy term in English ...
0
votes
1answer
43 views
Double content paths ubercart D7
I'm using Drupal 7 and Ubercart 3. Using pathauto I generate clean url's. However there are two paths to my catalog pages.
product_main_category/category
product_main_category/category-0
I think it ...
0
votes
1answer
53 views
Node paths with custom prefix based on taxonomy
I have a "category" field attached to the "article" content type that is a taxonomy term reference. I want to setup path auto to create a path wich is prefixed based on the category. My problem is ...
2
votes
1answer
86 views
Path Auto Use Parent Tag, If it doesnt exist use current tag
OK. I have Pathauto and Token
I have the following Tag Structure:
Drinks > Beer
I want to use path auto to make all nodes tagged with Drinks or Beer to have a URL of /Drinks/[Node:title]
So ...
0
votes
0answers
21 views
Translated default path for terms
I've added i18n modules on my installation and I've enabled pathauto and configured pathauto, for taxonomy termsin this way:
[term:i18n-vocabulary]/[term:i18n-name]
I've translated both the ...
1
vote
0answers
49 views
How do I add a term reference name to the Pathauto pattern for a content type?
I'm trying to create a website with 2 sections, Home and Business. For this I have created a vocabulary called 'Page Type' and added those section names to it.
I've added a term reference field to my ...
0
votes
1answer
70 views
Where are the term tokens gone?
I have a hard time setting up URL alias patterns when it comes to taxonomy terms. Especially, I'm stunned that in the Replacement under Content Paths, a term reference field shows just one flat item ...
0
votes
0answers
57 views
Set the node url the same as term url
It's enough for me to have taxonomy term page as node page.
I use Pathuato and Token to set auto Urls. For my node I choose token with term's path [node:field-tag:url:path].
But after creating a ...
0
votes
1answer
141 views
Why do I get a redirect loop (302) when using path-auto patterns on taxonomy terms?
I am using pathauto to set up my URL's at the moment and they are working fine for nodes.
However when I set up a rule for taxonomy terms using [term:name] as the pattern I end up with redirect loops.
...
0
votes
2answers
156 views
Hierarchy taxonomy terms for node path in drupal 7
I have a vocabulary with 3 levels and a node type with a term reference to that vocabulary.
When I create a node of that type I choose a term in the deepest level of the vocabulary and now the ...
0
votes
2answers
192 views
Auto URL Aliasing for Custom Menu Paths with Term Id
Here is my problem.
I have created a view with path as groups/% where % is a term id.
Now, i would like to create auto aliases for all groups/% with % as a term name.
Ideally i would like to add ...
0
votes
2answers
374 views
how to change hierarchical taxonomy path using Pathauto
i have posted it on drupal forum also but there was no answer. Here is that:
i am really working hard to know how i can add sub-categories in drupal 7. so i want to change the path of parent ...
2
votes
2answers
391 views
How to rewrite link to taxonomy term in Views when using Pathauto?
The default language of my site is English. Taxonomy terms are translated using Entity Translation. I have created a view that uses aggregation to show Japanese terms (name provided by the Title ...
0
votes
1answer
777 views
Pathauto url of term for node?
With Pathauto, is it possible to use the url of a node's term as a token?
In case it makes a difference im using the Taxonomy Menu module aswell. Thanks
UPDATE - The taxonomy is hierarchical. So ...