<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Adding the node-term relation in hook_submit works in a module I wrote;
it gets overwritten in hook_insert.<br>
<br>
hth,<br>
<br>
Davide<br>
<br>
Idan Arbel ha scritto:
<blockquote cite="mid:20071117131528.43E6327FE2@sa15.bezeqint.net"
 type="cite">
  <pre wrap="">I've created a module that does what I need based on the nat module.

If anyone wants to take a look and test I'll upload it.

One problem that I have is that taxonomy_node_save runs after my module and
deletes all the node-term relations. If found a fix that if I change the
module name to start with a letter after T then my module runs last. This
feels a bit of a hack to me and I'm looking for another solution.

Also, any way to hide the taxonomy selection fields when I create a node?


Idan

-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:support-bounces@drupal.org">support-bounces@drupal.org</a> [<a class="moz-txt-link-freetext" href="mailto:support-bounces@drupal.org">mailto:support-bounces@drupal.org</a>] On
Behalf Of Greg Knaddison
Sent: Wednesday, November 14, 2007 12:58 AM
To: <a class="moz-txt-link-abbreviated" href="mailto:support@drupal.org">support@drupal.org</a>
Subject: Re: [support] Taxonomy auto tags help

On Nov 13, 2007 12:15 PM, Idan Arbel <a class="moz-txt-link-rfc2396E" href="mailto:idan@arbel-designs.com">&lt;idan@arbel-designs.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'd like to set up terms in a hierarchy with multiple levels.
 Now every time a node is edited or created, I'd like for the node to be
linked to to each term according to the content. If the word book apears
    </pre>
  </blockquote>
  <pre wrap=""><!---->in
  </pre>
  <blockquote type="cite">
    <pre wrap="">the node body or node title and I have a term book. I'd like the node to
    </pre>
  </blockquote>
  <pre wrap=""><!---->be
  </pre>
  <blockquote type="cite">
    <pre wrap="">tagged with that term, and all others.

Anyone know of a module or technique for doing this?

    </pre>
  </blockquote>
  <pre wrap=""><!---->
Two potentially useful modules:
<a class="moz-txt-link-freetext" href="http://drupal.org/project/yahoo_terms">http://drupal.org/project/yahoo_terms</a>
Which uses the "yahoo term extractor" to determine applicable tags
based on your content.

<a class="moz-txt-link-freetext" href="http://drupal.org/project/suggestedterms">http://drupal.org/project/suggestedterms</a>
Which suggests terms based on what they have already tagged it with.

I know that these conflict with some of your requiprements
(hierarchical tagging, for example) but they are related and useful
taxonomy tools.  If you (or someone else) wants to write some code to
achieve this then these should help provide ideas and examples that
you could base the work on.

Regards,
Greg

  </pre>
</blockquote>
<br>
</body>
</html>