I would love the for all posts by users to inherit taxonomy from the author. I'm building a music site where the user (band) says they are taxonomy genre e.g "Acoustic". When they create a "Track" the track would inherit Acoustic from the author. Any help would be appreciated. I think this can maybe be done using rules but I don't see any rule applications for it.

Comments

gnindl’s picture

Status: Active » Closed (won't fix)

This sounds like a typical rules application setting a CCK field value for me. You need to create a rule with the trigger called "After content has been updated". Then you create an action "Set CCK field value". In the value field you have to retrieve the profile value from the user object (you might need some PHP code here).

This is not a direct feature of this module, therefore I close this one.