What I'm trying to Accomplish:

  • Create a listing of "Programs".
  • When a "Program" is selected, the program landing page is displayed along with it's associated menu options.
  • Would like to make this completely dynamic, so I don't have to create a view for each existing program or if a new program is added.
  • Would like to have all associated program content dynamic, so that if a new content item is added it automatically appears in the side menu

What I have done:

I have created a content type called "Program" which will be used to enter all program related content...

Fields:
- Title
- Summary
- Lang Page (Boolean)
- Program (Term Reference) Examples A, B, C, D

Creating a View of published program landing pages was easy

Now I would like to create a block of published program Titles so that it
can be associated with the selected program.

This is where I am stuck. Is this possible? I am still learning Drupal so any assistance will be much appreciated.

Here is an visual of what I am trying to do

Comments

ykarthikvarma’s picture

Having a view display with Program field as exposed filter would get you the first part and later you can define view blocks to display term specific content using contextual filters in them