Top "Drupal-views" questions

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

Drupal 7 views_embed_view and templates

In Drupal 7 created a block view (called *super_gallery*) of grid format added a template specialization views-view-grid--super-gallery--block.tpl.php cleared …

php drupal-7 drupal-views drupal-templates
Expose a Drupal Views filter as an on/off checkbox to enable/disable the filter

I have a Drupal view that filters on a taxonomy field. I would like to be able to toggle the …

drupal drupal-views drupal-exposed-filter
Create a standard page and table in drupal module with PHP

I made a module with a simple menu structure. I am able to programmatically retrieve a view of all my …

php drupal drupal-6 drupal-views drupal-modules
How to display only taxonomy terms with nodes associated to in Views 2?

I've created a view with a set filters exposed (to show filtering options in the page). And one of those …

drupal views drupal-views
drupal > views > exposed filter > submit on change

I've got a view with a single exposed filter (a select). It's using ajax to re-populate when the user clicks "…

jquery drupal drupal-6 drupal-views
Using node summary on custom view

I'm building a custom view ona drupal site and i added all the fields i wanted, but i can't seem …

drupal drupal-views drupal-7
Drupal Add Static link to a view

I have a Drupal view that lists a node called publication. At the top of the page I'd like to …

drupal drupal-views
Create a view that displays node count?

Having trouble in views creating what seems like a very simple query. Display the number (count) of nodes of a …

drupal drupal-views drupal-modules
Drupal 7 views filter by dynamic taxonomy term

I have a few pages (services), each with it's own taxonomy term. I would like to add a view to …

drupal-7 drupal-views drupal-taxonomy
Views is stripping tags from the output

I have a Drupal view which should output a video player using flash. I am trying to output a script …

drupal content-management-system tags drupal-views