..instead of taxonomy injecting them without you being able to place/weight them.

This raw/rough module introduces a field type for taxonomy forms.

Taxonomy.module itself, however, breaks this behaviour, there is a patch pending at: http://drupal.org/node/56670 . So first of all: this CCK field will not work, without that patch there. Please test the last patch in the thread and reply there too....

CommentFileSizeAuthor
content_taxonomy.module11.77 KBBèr Kessels

Comments

kweisblatt’s picture

I love this module! BUT.. one important thing...

When I use contemplate to change the style of the output, the fields disappear. The titles still show, but not the fields. All other fieilds show but taxonomy fields.

kweisblatt’s picture

I played around with it a little more and no matter what field I change in the contemplate, it makes the taxonomy fields disappear. With this module I am able to do what I have been trying to do for awhile which is link some of my fields to categories so that users can subscribe to those fields to receive updates of new cck pages with the same fields as them. It's amazing that this one little module gave me exactly what I wanted, but this issue with contemplate is driing me crazy.

I used to have my fields set up in tables, but now I can't do anything with the fields. I can't een change other fields without it making my important taxonomy fields dissapear. Is there a way to fix this?

kweisblatt’s picture

I think this is a problem with the contemplate module not handling these fields. I do not know php, so I don't know what to add to get it to work.

kweisblatt’s picture

Just to make a note: I have also tried theming the node in by using node-content-my_content.tpl.php and it still doesn't work, so my assumtion that it was contemplate not reading the fields isn't the only problem I am guessing. Maybe it is a problem with the module itself

mh86’s picture

hi kweisblatt!

There should be two possible ways to catch the terms for theming.
Take a look on the node object (e.g. using contemplate), there should be an array 'taxonomy' and an array 'field_name' including all your terms.
If these arrays are empty, than you still have problems in saving your terms. Use the patch from fago (http://drupal.org/node/56670) - I've tested it and it works great!

kweisblatt’s picture

I got a response.. woohoo! :D

BUT...
I don't see a taxonomy array and I have the cuurent patch, but according to fago, my issues having nothing to do with his patch??

Not sure where to go from here... maybe this will be fixed eventually in new mods?

beauregard’s picture

On my site I am using custom node types with cck and assign them to categories. The taxonomy terms do not show up in the view and I was searching around and found this discussion. I installed the content_taxonomy.module and used the taxonomy-field. But the term is still not shown in the view. The mentioned patch (http://drupal.org/node/56670) I did not install, as I understand there is still a problem with this patch. Is this the reason it still not shown in the view?

Also I found the termreference.module, but do not understand what exactly it is for. Would it solve my problem?
So, my question is, whether there is a solution to show related taxonomy terms in a cck node or not yet.

Thanks for helping clarifying my confusion about these patches.
André

mcreature’s picture

Is it possible that this type of functionality might make it into a 5.0 release?
I’m really hoping

amedjones’s picture

if you have the views module installed, you can create a field type that reference to a view-node type

I was wondering if we create a view that list all the terms instead and not nodes. than create a field type and have it reference to this view-TERM

I tried messing around with the view type but still could not figure it out. I'll keep trying and hopefully we'll get something working

I really do hope the core developers are working on this feature, it will give us something to work with

biohabit’s picture

Subscribing

inforeto’s picture

Subscribing

mh86’s picture

Currently I'm working on that module. As soon as a basic version is ready, I'll upload it!

ray007’s picture

Subscribing.

Bèr Kessels’s picture

Assigned: Bèr Kessels » Unassigned
mh86’s picture

I created a new project: http://drupal.org/project/content_taxonomy. At the moment, only a 4.7 version is available, but I'll update it soon. Still, I have to write some documentation and the module needs the applying of the patch for the taxonomy.module --> http://drupal.org/node/56670.

pancho’s picture

Subscribing.

mcreature’s picture

Content Taxonomy module is updated for Drupal 5.1 now, thanks to mh86 , testing and its looking very promissing, I will post any bugs, etc, here = http://drupal.org/project/content_taxonomy.

Thanks for your work on extending and updating this Matthias.

abramo’s picture

excellent > subscribing

mh86’s picture

Status: Needs work » Fixed

I mark this as fixed, it's not more an issue for cck. Please post any ideas and bugs on the project page: http://drupal.org/project/content_taxonomy
Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)