The Views module is a Drupal module that allows creating lists of content with a flexible query builder.
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-templatesI have a Drupal view that filters on a taxonomy field. I would like to be able to toggle the …
drupal drupal-views drupal-exposed-filterI 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-modulesI've created a view with a set filters exposed (to show filtering options in the page). And one of those …
drupal views drupal-viewsI'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-viewsI'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-7I have a Drupal view that lists a node called publication. At the top of the page I'd like to …
drupal drupal-viewsHaving trouble in views creating what seems like a very simple query. Display the number (count) of nodes of a …
drupal drupal-views drupal-modulesI 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-taxonomyI 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