I have been trying to "manufacture" a many-to-many relation module between content items in Orchard. Unfortunately, with no success. But then I got an idea of how to simulate such a relationship WITH TAGS. Basically, I have to relate a "project" content type/part with a "member" type/part. Here is my idea :

Create a "project" content type, and attach a tag part to it. Create a list of project type.

Create a "member" content type, and attach a tag part to it. Create a list of member type.

Add a container widget on the projects page, in which you show the elements of the list of project type, but in the view add a filter that only shows the content items that have a "project-xx" tag(project-x being the tag on(of) the current project). The only problem I see so far is :

How can I access the tag of another content part/type on the page, so as to use it in a view(access the "project" tags from within the "member" view ) ?

Any idea on this or any other idea on modeling a many-to-many relationship between content items in Orchard 1.1 would be appreciated. I have read the docs, but have not managed the create a n-n relationship between content items.

link|improve this question
feedback

2 Answers

You said that you had read docs. You are talking about this topic, right? http://orchardproject.net/docs/Creating-1-n-and-n-n-relations.ashx#Building_an_iN-Ni_Relationship_34 If so, what specifically is blocking you? Can you give more details about your scenario?

link|improve this answer
Hello again. The scenario is the following : I am trying to create a module for a part that, attached to any content type, will enable the admin to select a [list of] content types with which to link in a many-to-many relationship. For example, a project can have one or more members involved, whilst a member can have one or more projects attached. All of these are content items, and all of these are independent of the module (unlike the topic mentioned above, which, nonetheless, was the starting point and an excellent guide). – Bogdan T Apr 20 '11 at 6:23
I have managed so do most of this so far by now, I will keep this post updated with any further questions or with the final solution, if considered of use of course. :) Thanks for the attention, plenty more is needed, as I am working on a bigger project based on Orchard. I hope my Q&A's will also help others starting with Orchard. Cheers. – Bogdan T Apr 20 '11 at 6:25
feedback

There is functionality which allows many-to-many in 'The Science Prject' module http://scienceproject.codeplex.com/wikipage?title=Mechanics&referringTitle=Documentation

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.