Drupal 7 Views Module Tutorial 6 of 10 - Views Relationships and Contextual Filters
У вашего броузера проблема в совместимости с HTML5
#1 Drupal Book: http://amzn.to/1LOFwOK
Own this series by visiting https://www.torontowebsitedeveloper.com/store. You can also checkout my monthly earnings / YouTube reports.
In the 6th Drupal video tutorial in this 10 part video tutorial series on the Views module, we look at views relationships and contextual filters. We start by adding a relationship to our dog view so we can pull in information about the node authors. In doing so, I show you what relationships actually are (hint: they form part of the FROM clause in the views generated query).
Next up we look at contextual filters. To do so, we create a new view which only shows specific images based on a specific user. To start, we use the UID passed in from the URL. I also show you how to provide a default argument, in this case the UID of the logged in user and we touch on argument validation. I also explain what context filters actually are (hint: they form part of the WHERE clause in the views generated query).