<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16640" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>This is quite&nbsp;a complicated one.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have a Vocabulary, "Location". It is 4 levels 
deep. (country &gt;&nbsp;state &gt;&nbsp;county &gt; town). I have attached it 
to three content types: page, story, blog.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have used PathAuto on the category paths to 
dynamically alter the&nbsp;URLs to this pattern:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>article/[catpath-raw], which gives me URLs such 
as:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>article/united-states/texas/kent-county/jayton</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I attached one each of the Page, Story and Blog 
content types to this town and I go there and get a listing of 3 nodes. 
Perfect.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Now, what I want to do is to create a View to be 
able to go to:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>article/united-states/texas/kent-county/jayton/blog 
to see ONLY the blog entries</FONT></DIV>
<DIV><FONT face=Arial size=2>article/united-states/texas/kent-county/jayton/page 
to see ONLY the page entries, and so on</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>ultimately, I would like to go to 
article/united-states/texas/kent-county/jayton/page/1 to see on UID 1's page 
entries for that city. But one step at a time... :-)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The problem: how do I pass all of that cat path to 
the Views URL?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I set up a View with first argument as "term name" 
and second argument as "node:type" and I set up the page URL as "article" so if 
I then go to article/jayton/blog, it works perfectly...However, if I go to 
article/united-states/texas/kent-county/jayton/blog, I get a Page Not Found as 
the "term name" is only passing the last part of the overall catpath (i.e. 
jayton) to Views, not all of it. How can I&nbsp;pass <STRONG>all</STRONG> the 
catpath into the page URL? Is it even possible to do that?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in advance.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Neil</FONT></DIV></BODY></HTML>