Postponed (maintainer needs more info)
Project:
User Terms
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2010 at 15:20 UTC
Updated:
6 Oct 2010 at 06:43 UTC
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
Comment #1
joachim commentedSorry, 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.
Comment #2
theroyal commentedas 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.
Comment #3
joachim commented> 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.