hi
this the situation I have [please click on the link - it is the printscreen]
http://www.freeimagehosting.net/image.php?6938a82673.jpg
i am using Drupal 6
as you can see i am displaying 2 content types (for the second one i created view/block and displayed in content) and i want to specify the view (for that second one - 'lyrics') in that way so it will only apperar on the specific pages
if someone added new song 'song 1' and that song belong to 'album 1' i want the lyrics to be display only on the 'album 1' page, not on every album pages
but the thing is what goes at the bottom of the page (lyrics) it is a block (or maybe u know how else i can display 1 content type and second below first one
i tried set up the view with node reference but didnt work, or i did something wrong
if you have any ideas? please
ps. i put this in Drupal Administration Questions coz for some reason i couldn't in Questions and Answers. Hope that's ok.
Node relativity
I think what you need isn't views, but rather the node relativity module. You could probably pull off the same thing with the node reference module and views, but it would be more complicated. The node relativity module lets you assign parent child relationships between nodes with controls over which content types can be children and parents and in which direction. I am not sure of the current status of the Drupal 6 version. I had talked to the module maintainer several months ago at which time he was looking for a maintainer. I intended to help him, but since then I got overloaded.
PS. This is definitely the right forum to post in. The forum above it is only a container for forums and can't actually hold post directly.
i managed to do this! in my
i managed to do this!
in my Lyrics content type i added node reference then in views i added Argument:
content (with this node reference) then in properities:
-Provide default argument
-Node ID from URL
-in validator: Node and pick the right content type you want to connect with
and it worked:) thank you anyway
Post new comment