The arguments tag has no wiki summary.
0
votes
2answers
21 views
D7: using a list-based field for views
Stumped. This should be Drupal 101, but the dots aren't connecting.
Scenario: from among many, I have two content types:
employee
department
Each content type displays on its own but we will ...
0
votes
1answer
18 views
How do you render a View with arguments using a Computed Field?
I have a computed field and i want to output a View's - block display with arguments passed into it. Can someone provide me with an example code of how to output a view with arguments?
thanks!
2
votes
2answers
44 views
Find out if a view returns any results and if it doesn't disable a link to that view
I have a panels page with two view panes on it. The first view pane lists taxonomy terms. When you click on one of the taxonomy terms the second view pane will display a list of content for that ...