On 16/02/11 05:50, andy baxter wrote:
I've been thinking a bit more about how to do this, and what I want to do is to create a taxonomy relating to the 'listing' content type, where every term in the taxonomy has the same name as the node title, and there is an added field which is a node reference to the given node. Then I can link nodes in different content types such as event to listings by including a free tagging field using that taxonomy.
To do this, I think I'm going to have to write some code which automatically creates the right taxonomy term when a new node is added to the database, or if the node title is changed. Is there an easy way of doing this, or am I going to have to write a full blown module? If I do have to write a module, can anyone give me an idea of how I would go about doing this?
thanks,
andy baxter
Have found node auto term, which looks like it will do the job.