Im a relatively new Drupal user and having some trouble get past this point. I have Drupal 7 with OG, Views, and all the other modules needed to support them installed. As you can see from the image below I have gotten as far as creating a content type called a "Project" which is also a group type. I created a test project called "My web Project" and added another user to the group in addition to the overall site admin. This is where Im getting lost. I cant figure out how to get a link on the top menu called "Projects" and have this project listed there.
I have 2 nodes of 2 different content types, parent and child
In views of the child I have made a relationship to the parent.
In arguments I have following: Fields: field_Xparent - nid
Using Relationship : field_Xparent - nid
Provide default argument - Default argument type = PHP code
In PHP code I need to get hold of the value of another field in Xparent
Im trying to set up a simple page with products. I'v just learned how to make my own content type (products) and it works fine. But Im truggeling with a problem that I can't figure out how to solve - I would really appreciate some help.
How do I put some content in "sidebar second" - on each product page (individual product pages) I want to show things like: Manual, Technical info, Price list etc. I managed to create a block which only shows on my content type: producs, but its just static information!!! I want individual information for each product page.
I wonder if someone could point me in the right direction. I have panel which is made up of a two panes the top one has taxonomy list of terms created by views and the second is a list of a type of custom content nodes.
I would like to turn my list of taxonomy terms in to a list of terms and checkboxes so as I check each checkbox the content below is filtered by the terms in the top pane. My problem is two fold as I see it: