I'm currently learning the ways of the almighty drupal but I'm having a little trouble with one area...
My Current Situation:
I've created a page and added content - DONE
I've created a 'downloads' content type with a file uploader and category selection (based on a set of taxonomy terms) - DONE
I am trying to create a view that grabs a content type based the the current pages node name.
I added contextual filter using the node reference field and then seleceted WHEN THE FILTER VALUE IS NOT AVAILABLE -> Provide default value -> Content ID from URL
And that is all I set in my contextual filter.
My question is since it is content id from url does that not work if I am using url alias?
Hi
I am looking a way to link two content types, detail is that i have created manager blog and another content type as post blog, the scenario is:
1. Manager uses manager blog post to write tittle and little description and uploads picture.
2. A user come sees the title of manager blog and uses post blog content type to write a blog post related to that title.
3. Now I want that manager blog title should be linked to user post. That if I click manager blog title it should take me to the user post.
I've been using drupal for the past few months but I don't have any programmer background, I am just an amateur using drupal for different needs so be kind with my lack of knowledge!
I have set up many content types on my website and I had taxonomy set up as one field in one of the content. It was working just fine using the autotagging widget and when you clicked on it I was displaying a page with other nodes that had the same taxonomy terms.