I have a basic page // node-type Page
it gives me "page not found" when I pass a single "user term name" via the url like http://example.com/authors/uk
where "uk" is the user term argument.

note : that I need it to work without panels module.

I succeeded with page display generated by views 2, but I need to do another one with a basic page (node-type : Page)

maybe it is a strange or a silly question but really I lost maybe 12 hours just trying to find a similar case but failed.

Thanks

Comments

joachim’s picture

Status: Active » Postponed (maintainer needs more info)

Sorry, no idea what you're talking about. It sounds like you're trying to do something with Views or Panels, which don't have anything to do with this module.

theroyal’s picture

as I told you I was trying to pass the user term to a normal basic page which is aliased, but it didnt work so I thought the problem was with user terms.

I think this problem is with all terms not only user terms.

joachim’s picture

> pass the user term to a normal basic page which is aliased

What do you expect passing a term to a node will do???

I might as well make this clear: if you have a node at node/NID and you go to node/NID/TID where TID is a term id, then the TID does NOTHING.

Also, there is *no difference* at all between user terms and regular terms. They're all just regular terms.