Posted by magic_al on November 27, 2012 at 8:29pm
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
This is something you would
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.
Works like a charm. Thank you
Works like a charm. Thank you very much.