On Friday 10 August 2007 17:36:36 IngenierĂa de Sistemas wrote:
What I am trying to do is to set up a dinamic category tree using category.module, sorry (: I dont want to create the full tree in advance because of the extension, but let the user create the path he/she wants to see choosing from a combo. After path creation I also want to add a story node to that path and that is the point where i am stucked.
Maybe this is what you are looking for: http://api.drupal.org/api/function/taxonomy_node_save/5
If not, try searching for taxonomy to see what else shows up.