Active
Project:
Views catalogue
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Critical
Category:
Feature request
Assigned:
Reporter:
Created:
19 Aug 2010 at 16:05 UTC
Updated:
25 Mar 2011 at 16:55 UTC
Hi,
I'm using the views_catalogue and it works perfectly but the urls are myview/tid when I would rather: myview/grandparentterm/parentterm/term.
I read one of the features is this: " Use the included term argument handler to support hackable URLs, ie, myview/grandparentterm/parentterm/term."
It is exactly what I want but how do I use this feature?
Comments
Comment #1
joachim commentedUse the term argument handler from this module instead of the regular one. It has to be in final position in your arguments.
That will cause those URLs to work.
The missing piece is getting taxonomy terms to output terms links as those paths...
Comment #2
giacinlui80 commentedOK, I had not noticed the new term id extended.
But now I'm in the same place as before, the urls are always myview/tid
What do you mean:
"The missing piece is getting taxonomy terms to output terms links as those paths..." ?
I am using the taxonomy redirect but it works only I set path to myview/!tid
Comment #3
joachim commentedYes, exactly. There's a piece of the overall picture missing -- needs work ;)
Comment #4
giacinlui80 commentedNow, I understand ... So it is no fault of my ignorance only, is there anything else that is not written ... and what can be done to have the missing piece? If you would we can to contact in private, my email is giacinlui@gmail.com
Let me know, I'm reading to negotiate a compromise ;-)
Comment #5
joachim commentedAccording to #401696: $tid and $tname PHP variables don't work, you can put the variables in the PHP code already.
So to make the links, use taxonomy_redirect, use PHP to set the path for terms, and use PHP code to build a hierarchical path for the term.
Comment #6
giacinlui80 commentedSorry for the delayed response, but I've lost a bit of time on.
But thanks to you I did it!
I am very happy of this module...it is great! And also I am happy of the excellent support received ...
If you send me bank details, let me make a small donation as thanks.
Hello and the next
Comment #7
joachim commentedGot a project that needed this, and taxonomy_redirect doesn't quite cut it...
Added this as a new feature, rolling a release with it.
#888036 by joachim: Added support for hackable URLs based on term ancestry.