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

joachim’s picture

Use 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...

giacinlui80’s picture

OK, 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

joachim’s picture

Yes, exactly. There's a piece of the overall picture missing -- needs work ;)

giacinlui80’s picture

Now, 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 ;-)

joachim’s picture

According 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.

giacinlui80’s picture

Sorry 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

joachim’s picture

Category: support » feature

Got 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.