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