<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Neil,<div><br></div><div>not sure if you can do that just through the settings without any code. I have had a very similar problem for the italymag.co.uk website and what I did was first create a View with all the settings (fields, filters, etc) minus arguments.</div><div><br></div><div>Then in the template files I have the following code:</div><div><br></div><div><div>$localnews = views_get_view('local_news');</div><div>$localnews_args = array(0 => $context->tid);<span class="Apple-tab-span" style="white-space:pre">        </span> &nbsp;&nbsp;</div><div>$view_output = views_build_view('embed', $localnews, $localnews_args, true, 10); &nbsp;&nbsp;</div><div><br></div><div>local_news is the view I created that arranges stories for me, then I pass to the view the tid for which I want it to filter the stories and output that to the page.</div><div><br></div><div>I am not sure it is the most efficient way of doing things but it works and it allows me to easily&nbsp;introduce&nbsp;&nbsp;(if required)&nbsp;more arguments and/or more logic based on the term ID.</div><div><br></div><div>Hope this helps.</div><div><br></div><div>best,</div><div><br></div><div>ronald</div><div><br></div><div><br></div></div><div><div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div><br class="Apple-interchange-newline">Ronald Ashri</div><div>internet application development</div><div><a href="http://www.istos.it">www.istos.it</a></div><div>twitter: ronald_ashri</div><br class="Apple-interchange-newline"></span></span></span></div></span><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline"> </div><br><div>On Apr 12, 2008, at 6:40 PM, Neil: esl-lounge.com wrote:<br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div 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 >&nbsp;state >&nbsp;county > 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<span class="Apple-converted-space">&nbsp;</span><strong>all</strong><span class="Apple-converted-space">&nbsp;</span>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>--<span class="Apple-converted-space">&nbsp;</span><br>[ Drupal support list |<span class="Apple-converted-space">&nbsp;</span><a href="http://lists.drupal.org/">http://lists.drupal.org/</a><span class="Apple-converted-space">&nbsp;</span>]</div></span></blockquote></div><br></div></body></html>