I&#39;ve never needed to do this and haven&#39;t looked into it in depth, but in the interest of getting you at least the start of an answer:<br><br>You could override theme_uc_catalog_browse in your template.php and check arg(1).  If arg(1) matches one of the term ids on your list, manually invoke your view via a &#39;module_invoke&#39;, or if it doesn&#39;t, just call back to the default with a theme(&#39;uc_catalog_browse&#39;, $tid)<br>
<br>Hope that helps some,<br>William <br><br><div class="gmail_quote">On Fri, Mar 5, 2010 at 2:41 AM, Luke <span dir="ltr">&lt;<a href="mailto:drupal@lists.tacticus.com">drupal@lists.tacticus.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Bump, sort of.  Really, I&#39;m confirming that the list is still<br>
running--haven&#39;t received anything since my original of this (~23 hours<br>
ago), and this list is usually more active than that.<br>
<font color="#888888"><br>
Luke<br>
</font><div><div></div><div class="h5"><br>
  On Thu, 4 Mar 2010, Luke wrote:<br>
<br>
&gt; Hello<br>
&gt;<br>
&gt; The UC catalog module provides a display of categories and subcategories,<br>
&gt; and ultimately a list of nodes.<br>
&gt;<br>
&gt; I need to change the way it displays lists of nodes for certain catalog<br>
&gt; categories (taxonomy terms), but otherwise it should use the default.  In<br>
&gt; other words, if the path is:<br>
&gt;<br>
&gt; catalog/1<br>
&gt; catalog/2<br>
&gt; ...<br>
&gt;<br>
&gt; Do whatever it would normally do.  However if it&#39;s<br>
&gt;<br>
&gt; catalog/25<br>
&gt; catalog/30<br>
&gt; catalog/31<br>
&gt; catalog/37<br>
&gt; catalog/38<br>
&gt; ...<br>
&gt;<br>
&gt; I want a view to take over.<br>
&gt;<br>
&gt; Sadly, UC does all of this in code, with no actual &quot;catalog&quot; view--it&#39;s in<br>
&gt; the UC Catalog module.<br>
&gt;<br>
&gt; Is there some way to get this behavior?  You know, without setting up a<br>
&gt; view page for each tid where I want this?<br>
&gt;<br>
&gt; As an alternative, all of the products in the special-handling-desired<br>
&gt; tids, will be of a specific type.  If there was a way for the view to<br>
&gt; detect the type of nodes which would be displayed, and invoke only if a<br>
&gt; certain type is matched, but otherwise allow non-view behavior, that would<br>
&gt; be perfect.<br>
&gt;<br>
&gt; Thanks in advance.<br>
&gt;<br>
&gt; Luke<br>
&gt;<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br>