Hi all,

I am relatively new to Drupal but so far I managed to get my website using Drupal running. I want know to make a custom content type, which only comprises 1 input field. In this input field visitors can send maximum 10 words of maximum 10 letters long, and subsequently I want these words to act like tags.

So for instance

---------------
Content type: Words

Input field (comma separated words): Jack, Nadia, Willem etc.

Send button
--------------------

Is it possible to create a content type which only comprises: tags as content ?

Best regards,

darudy

Comments

kudokatz’s picture

The included taxonomy module allows tagging of articles and auto-management of their indexing and tag displaying and what-have-you. It can allow hierarchical relationships between terms, multiple groups of terms called "vocabularies", as well as the ability to enable the users to tag as they wish and multiple selection of terms for an article.

depace’s picture