Top "Drupal-views" questions

The Views module is a Drupal module that allows creating lists of content with a flexible query builder.

Drupal Views: Get nodes with the same taxonomy as the current node

I have a Content-Type with taxonomy-terms. It's a select-list, so it can have only one taxonomy - at least of …

drupal views drupal-views taxonomy drupal-taxonomy
Inline add/edit/delete data in views in Drupal 7

I am trying to create a content type (say Meter). Each Meter consists of a "Meter Reading". This meter reading …

drupal-7 drupal-views
Drupal 7: Add view to content type

I've been making a template for a particular content type, but just ran into a problem: I need to embed …

drupal drupal-7 drupal-views drupal-theming drupal-panels
Add Table Join, Where, and Order By to Views Query in views_query_alter()

I am trying to modify the query for Views in Drupal (Views version 3, Drupal version 7). What I want to do …

drupal drupal-7 drupal-views
How to conditionally hide a field in a drupal view?

I have two fields that I want to render but I only want the second one to display when the …

drupal-6 drupal-views
How to Override Drupal Views Query?

How can I replace a Views 3 query with a custom SQL query in code?

drupal drupal-views
Drupal : how to sort and display nodes grouping by first letter in view

I have a huge list of companies (nodetype : company, only field is title) that I want to display in a …

drupal views drupal-views
Drupal view and path urls

I've a problem with drupal paths in one view that I building. Right now my view has this form: contents/2/6. …

drupal drupal-6 drupal-views pathauto
Adding a custom filter to views in Drupal 7

im using Drupal 7 and I want to add a new filter in views. I have a custom table "clicks" with …

php drupal views drupal-7 drupal-views
limit drupal view to show only nodes created by user

I'm using drupal 7. I created a view for displaying nodes of a specific content type (e.g. products). When viewing …

drupal drupal-views drupal-7