This mini tutorial guides you through the steps required to create a view that:
determines which taxonomy terms are associated with the current node such as a news item
combines these terms into a default View Argument for Term ID
The result is a list with nodes which match at least one of the terms. So if your [...]
This mini tutorial guides you through the steps required to create a view that can be filtered or searched using keywords. When the View is run, the Views module joins the result of the View with the Drupal search index, yielding a filtered sub-set. You can choose to have the search box above the view [...]
Recently I’ve “converted” to a MacBook Pro for all my development and design work. I was working on a Drupal 6.7 installation and I tried to move it to a Windows server. The site seemed to work OK but all the Admin pages were unresponsive and finally returned a blank page. My logs said “HTTP [...]