I created two content types.

1) Project
2) Skill

Within a Project the user shall be able to choose several skills which he used to deal with the project. A Skill cant be a tag, because it is supposed to have an image and a description.

How can I do that? I played arroud with the views module but couldn't solve it.

Comments

bnjmnm’s picture

This is something you would use Entity Reference for.
This will allow you to reference a node with images and descriptions, as opposed to just tags.

magic_al’s picture

Works like a charm. Thank you very much.