The closest thread I found related to my issue was here: http://drupal.org/node/456328 but since I'm using 6x-1.4 it looks like thats outdated.
Next was this thread that said one can't assign a new term: http://drupal.org/node/1182914 .. so wondering if there is a workaround.

I'm trying to figure out how to simply AUTOMATICALLY attach a newly created taxonomy term in, say, Content Type "B" to a referenced node, Content Type "A"

Content Type A = Microsoft
Content Type B = Xbox.. if a user was to create content type B and insert "Xbox" into the content taxonomy field, then, as a result, "Xbox" would show up as a Taxonomy Term inside the Microsoft Node, and I could create relationships between Microsoft and its related taxonomy terms, like Xbox.

So how can I accomplish this through rules?

What I have so far is:
On event after saving new content type

Condition
Created content is Content Type Xbox

Action:
Load a referenced node: [selected field referencing Microsoft]
Load a term: [inserted content taxonomy XBOX term id in "select by term id" field]
Assign a term to content: [Content =Referenced Content; Taxonomy Term = Taxonomy Term]

Upon creating Content Type Xbox, its term is automatically assigned to Content Type Microsoft.. IN MY CASE, nothing happens. What am I doing wrong?

Comments

calefilm’s picture

Issue summary: View changes

edit

mitchell’s picture

Component: Provided Rules integration » Rules Core
Status: Active » Postponed (maintainer needs more info)

Please condense your support request, or if possible find an answer in the docs or another issue. It would be a major help if you could mark it as fixed if you already solved this.

mitchell’s picture

Issue summary: View changes

edit

calefilm’s picture

Status: Postponed (maintainer needs more info) » Fixed

I think I abandoned this effort but believe my problem lied in the NOT using term id.. Instead I was using the name. Also, here is a solution to using [name] over [term id]:

http://drupal.org/node/773186

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

ivanovvv86’s picture

Download & Extend
Download & Extend HomeDrupal CoreDistributions
Modules
Themes
Rules » Issues
Add term to node / Assign term to node

View
Edit
Revisions
Posted by calefilm on November 21, 2011 at 12:50am
Follow
3 followers
Jump to:

Most recent comment
Add new comment
Project: Rules
Version: 6.x-1.4
Component: Rules Core
Category: support request
Priority: normal
Assigned: Unassigned
Status: closed (fixed)
Issue Summary
The closest thread I found related to my issue was here: http://drupal.org/node/456328 but since I'm using 6x-1.4 it looks like thats outdated.
Next was this thread that said one can't assign a new term: http://drupal.org/node/1182914 .. so wondering if there is a workaround.
using
I'm trying to figure out how to simply AUTOMATICALLY attach a newly created taxonomy term in, say, Content Type "B" to a referenced node, Content Type "A"

Content Type A = Microsoft
Content Type B = Xbox.. if a user was to create content type B and insert "Xbox" into the content taxonomy field, then, as a result, "Xbox" would show up as a Taxonomy Term inside the Microsoft Node, and I could create relationships between Microsoft and its related taxonomy terms, like Xbox.

ivanovvv86’s picture

ooo…. thanks for your nice information ..great blog.I have to change it to embedded just to get the threaded reply. Seems like there are lot of bugs still yet.my blog site is Free software

ivanovvv86’s picture

Thanks ... Nice information. Something like I've seen on free download

ivanovvv86’s picture

Issue summary: View changes

edit