Tagged Questions
0
votes
2answers
91 views
Entity Reference and nested arguments in Views
My site has 3 nodes:
Program, which is a list of Course nodes.
Course, which contains basic information about a course you can take
Course Date, a specific instance of a Course. Each Course Date ...
1
vote
2answers
61 views
How one can get a field auto loaded with node title by passing nid
How one can get a field auto loaded with node title by passing nid. I mean instead of getting the selectllist of all available title i want it to be auto loaded with corresponding node title.
NOTE: ...
1
vote
0answers
35 views
D7 Views 3.4 Related Items View
Using D7 Views 3.4 and References module.- I have a content type called "Gloves" which has a node reference to a content type called "Glove Type".
What I need is to be able to see other gloves from ...
1
vote
1answer
56 views
Using views arguments to highlight/alter corresponding entries instead of filtering
So, I am making a tree based tab style menu for a section of my site.
There are 3 content types with node references going up the tree. They are ordered: Section < Product < Package.
If I am ...
2
votes
1answer
1k views
Making a view with a node reference argument
I have two content types, Contributor and Articles. The Articles content type has a node reference field linked to the Contributor, so when someone creates an Article they can select a Contributor to ...
0
votes
1answer
309 views
Need to use taxonomy term as url argument to filter a view but the term is attached to a node ref field
Not sure if the title makes much sense so I'll try to explain what I'm trying to do a little more in detail.
I am building a scoreboard section of my site for high school football scores from around ...
3
votes
2answers
840 views
Panels Node Add form and passing url parameters
I'm using panels to override a nodes display page. I also want to use it to overide the edit and add page. The cck type I'm trying to add has a node reference field, this needs to be passed in through ...