Hi all. I have a portal site, a vocabolary with 5 terms and some nodes (where these 5 terms are used). Call them "categories".
Now I need to create a page with the last 10 posts from the category X (I can do it with views module) but with url like this: http://www.mysite.dom/%5BOne of 5 terms/categories] . I have tried to use % in the path that I must to set in the view page, but I have this error:
"%" may not be used for the first segment of a path
Is there a way to do what I want to do ?
M.
PS: Sorry for my bad english.
On Mon, 19 Oct 2009 14:32:36 +0200 Michel Morelli michel@ziobuddalabs.it wrote:
Hi all. I have a portal site, a vocabolary with 5 terms and some nodes (where these 5 terms are used). Call them "categories".
Now I need to create a page with the last 10 posts from the category X (I can do it with views module) but with url like this: http://www.mysite.dom/%5BOne of 5 terms/categories] . I have tried to use % in the path that I must to set in the view page, but I have this error:
"%" may not be used for the first segment of a path
Is there a way to do what I want to do ?
I haven't clearly understood what's your target, so I'm not sure that what I propose is going to solve your problem.
Using Arguments in views you could obtain urls like:
example.com/viewname/term
Add Taxonomy: Term name
using pathauto I think you can even get:
example.com/term
placing a term as the first parameter be aware of overlap.