Closed (fixed)
Project:
Taxonomy Redirect
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2010 at 14:12 UTC
Updated:
28 Mar 2010 at 18:50 UTC
I'm having trouble in using this module because I do not know what to put on the path field. I have read readme.txt but there's not enough information.
I have created a working view with this path: category/term/% (and % refers to a "Taxonomy with depth" argument) but when I type this path (category/!parent_names/!name) in taxonomy redirect module, a blank page is displayed.
What am I doing wrong?
Comments
Comment #1
c-c-m commentedI have solved the issue: I was writting !name and I had a term ID argument, so the solution was, either keep !name and chage the argument by taxonomy name or keep the term ID argument and change url pattern by the term id.