For each node under the content is a list of taxonomy terms that i specified. When i click the taxonomy term, it takes me to a category page (For example:category/item-category/business-and-economics)

I want to edit the vocabulary so that clicking the taxonomy will take me to:

/marketplace?tid=Business+and+Economics

Is there any way i can do this? either through a module or otherwise?

thanks in advance!

Comments

rasheemo’s picture

bump?

rasheemo’s picture

anyone?

flabat’s picture

rasheemo’s picture

Thanks!

Just one more problem. I have it set to link taxonomy to the following:

/marketplace?title=&field_isbn_value=&tid=[cat-raw]

which is fine except it converts the '?' character to the encoded equivalent: %5C%3F, which screws up the post/get property of the URL. it ends up going to the wrong place :[

what can i do to resolve this? when i hover over the link, the question mark seems fine in the status bar, but when i click the link it encodes the question mark (and the other reserved characters)

THANK YOU IN ADVANCE!

momper’s picture

interesting - does anybody knows it?