Hello All,
I want to match pair up nodes.
Each Node will have a title and a corresponding mp3 file. I DO NOT want it to have a body field because it would not accomplish anything.
The node will then be paired up with another node that has a title and an mp3.
I have this set up.
Content Type:
Title: Title 1
MP3: file 1
Title: Title 2
MP3: File 2
It is possible that the node might need to be linked to another node in the same fashion. So I figured that it would make sense to have 2 separate nodes that were joined instead of one node that had a two titles and a two mp3 files.
I thought the best way to do this would be to establish a "translation" node. However, I have run into a few issues.
For one, I don't need a title. I just need a way to link the two nodes. So I thought to do the following format:
Translation Table:
Source: Node Reference
Translaton: Node Reference
This worked out OK except that I had to create a meaningless title for the record. I then had absolutely no idea how to go about getting a table display that I was hoping for. Specifically, I was hoping for the following format
Word 1 | MP3 1 | Word 2 | MP3 2
I tried accomplishing this with views. However, I could only get the two node references. I could not figure out how to do to pull up their corresponding mp3s to show up in the list.