I agree.<br><br>But, i&#39;m concerned about pathauto alias, for example, &quot;taxonomy/term&quot; has been aliased to &quot;category/$term-&gt;name&quot; and when i create this links thay are automatically aliased to that one.<br>

<br>How i can manage that ?<br><br>For example in my node.tpl i&#39;m using:<br><br>&lt;?php l(&#39;term name&#39;, &#39;taxonomy/term/&#39;.$term-&gt;name) ?&gt;<br><br>With other configuration i will lost the pathauto things:<br>

<br>&lt;?php if ($og) : ?&gt;<br>    &lt;?php l(&#39;term name&#39;, &#39;$og-&gt;name/taxonomy/term/&#39;.$term-&gt;name) ?&gt;<br>&lt;?php endif; ?&gt;<br><br>I think that the only solution is to avoi totally pathauto and changing url path of term views in according to old pathauto alias...<br>

<br>What do you think ? <br><br>Thank you very much! <br>P.<br><br><br><br><div class="gmail_quote">On Mon, Jun 29, 2009 at 3:36 AM, Earl Dunovant <span dir="ltr">&lt;<a href="mailto:prometheus6@gmail.com">prometheus6@gmail.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;">Sorry, been busy.<br>
<br>
I suggest you use a view instead of an alias. Given arguments (nid of<br>
the group, termid of teh term) creating a page display of posts in the<br>
group with that term is pretty straightforward.<br>
<div><div></div><div class="h5"><br>
On Thu, Jun 25, 2009 at 5:22 PM, Paolo Mainardi&lt;<a href="mailto:paolomainardi@gmail.com">paolomainardi@gmail.com</a>&gt; wrote:<br>
&gt; Someone have other ideas ?<br>
&gt; Thanks :)<br>
&gt;<br>
&gt; On Thu, Jun 25, 2009 at 4:33 PM, Paolo Mainardi &lt;<a href="mailto:paolomainardi@gmail.com">paolomainardi@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Jun 25, 2009 at 11:55 AM, Earl Dunovant &lt;<a href="mailto:prometheus6@gmail.com">prometheus6@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Yes you&#39;re right. Your question means you want to have a single<br>
&gt;&gt;&gt; taxonomy and share it across groups...you would have to use Views for<br>
&gt;&gt;&gt; that. You would clone the taxonomy_term view that ships with Views and<br>
&gt;&gt;&gt; add an argument that filters nodes by group membership.<br>
&gt;&gt;<br>
&gt;&gt; Yes it was i did and it&#39;s ok, but the point it&#39;s another, how to create<br>
&gt;&gt; custom path for this taxonomy/term/$og-&gt;title with Pathauto ?<br>
&gt;&gt;<br>
&gt;&gt; Where &quot;taxonomy/term&quot; is &quot;category/term-title&quot;, i need to create<br>
&gt;&gt; &quot;og-title/taxonomy/term&quot; --&gt; &quot;og-title/category/term-title&quot;.<br>
&gt;&gt;<br>
&gt;&gt; It&#39;s a little bit more clear ?<br>
&gt;&gt;<br>
&gt;&gt; Thanks :)<br>
&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; You should install the advanced_help module. That&#39;s how you get<br>
&gt;&gt;&gt; detailed help on Views and a lot of other important modules as well.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Wed, Jun 24, 2009 at 3:02 PM, Paolo Mainardi&lt;<a href="mailto:paolomainardi@gmail.com">paolomainardi@gmail.com</a>&gt;<br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt; &gt; But with og_vocab after i need to create new vocabularies for every new<br>
&gt;&gt;&gt; &gt; group created, i&#39;m right ?<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; On Wed, Jun 24, 2009 at 6:08 PM, Earl Dunovant &lt;<a href="mailto:prometheus6@gmail.com">prometheus6@gmail.com</a>&gt;<br>
&gt;&gt;&gt; &gt; wrote:<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Try the OG Vocabulary module. It lets each group have it&#39;s own<br>
&gt;&gt;&gt; &gt;&gt; taxonomy.<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; On Wed, Jun 24, 2009 at 9:14 AM, Paolo<br>
&gt;&gt;&gt; &gt;&gt; Mainardi&lt;<a href="mailto:paolomainardi@gmail.com">paolomainardi@gmail.com</a>&gt;<br>
&gt;&gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt;&gt; &gt;&gt; &gt; Dear All,<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; I need your opinion and suggestions on a (for me) complicated task.<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; I have OG + Taxonomy (views on taxonomy/term) + Pathauto + Some<br>
&gt;&gt;&gt; &gt;&gt; &gt; content<br>
&gt;&gt;&gt; &gt;&gt; &gt; types<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; Now, i need to achieve this task, when you are in a node (og<br>
&gt;&gt;&gt; &gt;&gt; &gt; context)<br>
&gt;&gt;&gt; &gt;&gt; &gt; taxonomy links must be have something relative to og, for example:<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; &quot;/taxonomy/term/$tid/$og-&gt;nid&quot; (for example passing last argument to<br>
&gt;&gt;&gt; &gt;&gt; &gt; views<br>
&gt;&gt;&gt; &gt;&gt; &gt; for fitering only og nodes with this taxonomy term) (consider that<br>
&gt;&gt;&gt; &gt;&gt; &gt; i&#39;m<br>
&gt;&gt;&gt; &gt;&gt; &gt; using<br>
&gt;&gt;&gt; &gt;&gt; &gt; Pathauto, so taxonomy/term it&#39;s aliased for example on<br>
&gt;&gt;&gt; &gt;&gt; &gt; &quot;category/$category_name&quot;).<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; I tried with custom_url_rewrite but it&#39;s not a so simple task and<br>
&gt;&gt;&gt; &gt;&gt; &gt; with<br>
&gt;&gt;&gt; &gt;&gt; &gt; hook_menu trying to create on the fly all this path (but it&#39;s a<br>
&gt;&gt;&gt; &gt;&gt; &gt; little<br>
&gt;&gt;&gt; &gt;&gt; &gt; bit<br>
&gt;&gt;&gt; &gt;&gt; &gt; strong in terms of cpu cycles...).<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; I&#39;m using D5.<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; Please, someone could suggest me the right way  ? :) Thank you very<br>
&gt;&gt;&gt; &gt;&gt; &gt; much!!!<br>
&gt;&gt;&gt; &gt;&gt; &gt; :)<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; --<br>
&gt;&gt;&gt; &gt;&gt; &gt; Paolo Mainardi<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; CTO Twinbit<br>
&gt;&gt;&gt; &gt;&gt; &gt; Blog: <a href="http://www.paolomainardi.com" target="_blank">http://www.paolomainardi.com</a><br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; -- Please consider the environment before printing this email --<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; --<br>
&gt;&gt;&gt; &gt; Paolo Mainardi<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; CTO Twinbit<br>
&gt;&gt;&gt; &gt; Blog: <a href="http://www.paolomainardi.com" target="_blank">http://www.paolomainardi.com</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; -- Please consider the environment before printing this email --<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Paolo Mainardi<br>
&gt;&gt;<br>
&gt;&gt; CTO Twinbit<br>
&gt;&gt; Blog: <a href="http://www.paolomainardi.com" target="_blank">http://www.paolomainardi.com</a><br>
&gt;&gt;<br>
&gt;&gt; -- Please consider the environment before printing this email --<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Paolo Mainardi<br>
&gt;<br>
&gt; CTO Twinbit<br>
&gt; Blog: <a href="http://www.paolomainardi.com" target="_blank">http://www.paolomainardi.com</a><br>
&gt;<br>
&gt; -- Please consider the environment before printing this email --<br>
&gt;<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Paolo Mainardi<br><br>CTO Twinbit<br>Blog: <a href="http://www.paolomainardi.com">http://www.paolomainardi.com</a><br><br>-- Please consider the environment before printing this email --<br>