Please, check Term Display which is 3 years old now. As far as I see, the only thing which does your module better is a "CCK-node-display-field-order form" integration - in Term Display you can only set only the weight in the vocabulary form, but you are not able to see it in the context of other CCK fields .(I didn't try your module yet, just guessing from description.)

Could you consider merging these two modules? From my point of view both are doing the exactly same thing and differs in details.

Comments

nicholasthompson’s picture

Title: Nice but there is module for that... » Very similar to Term Display

You're right - that is a VERY similar module. How come when I search for these things, I can never find them? ;-)

You are also correct in highlighting the difference. Term Display allows you to set an almost arbitrary weight on the vocabulary. This weight is taken into account when $content is rendered. This module, however, uses the CCK system for weighting individual fields. This provides two major advantages:

  1. The weight is no longer arbritrary, it becomes relative to other fields within that content type
  2. You can position "vocabulary fields" (or multiple vocabulary fields) in different places on different content types. For example, you might want your "tags" vocabulary to be underneath the body field on your blog, but above the body and below the title on your book pages.

You a spot on to highlight this as a similar module. If people have a preference for merging, then I am happy to merge projects - however I (personally) believe there is sufficient different (in terms of features and dependencies) for these two projects to live happily apart.

nicholasthompson’s picture

I have updated the project page to list/compare similar modules.

bsandor’s picture

I need exactly Content Taxonomy Term List's functionality.