Top "Drupal-views" questions

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

How to link taxonomy terms to view page?

I have enabled the taxonomy menu module and created a custom view from my vocabulary terms. However, the taxonomy menu …

drupal drupal-7 drupal-views drupal-taxonomy
Drupal Views: Adding Edit button and other buttons per item

I've setup a view in drupal that lists items like this: IMAGE 1 | IMAGE 2 | IMAGE 3 | IMAGE 4 desc | desc | desc | desc where "…

drupal drupal-views
Embed a View using AJAX

I have a view with one argument, and a set of exposed filters. When the user filters the view, the …

ajax drupal views drupal-views
Drupal 7 Views 3 glossary mode: where is it?

I have searched all over and I'm having trouble with the Views 3 UI. I can't find where to turn on …

drupal drupal-7 drupal-views
Drupal: Convert taxonomy term name to term id

Using 'taxonomy: term ID' as an argument in one of my Drupal views and I'm having trouble getting it to …

drupal drupal-views
Drupal VIews Exposed Filter: Taxonomy Select List?

Drupal 6: I have a view (version 2) with an exposed filter on taxonomy term name. The provided exposed widget is a …

drupal drupal-6 drupal-views drupal-taxonomy drupal-exposed-filter
Drupal show / hide fields in view

I would like to show / hide certain fields in my Drupal view accordingly to the user role. Provided I can …

drupal-6 drupal-views
Drupal 7 preprocess_views not working

I have the following code in my Drupal 7 template.php file: function mytheme_preprocess_views_view__videos__videos(&$vars) { …

drupal drupal-7 drupal-views drupal-templates
Adding sorting to a view on Drupal?

I used to know how to do this, but I can't seem to get sorting to work on a view …

drupal sorting drupal-views
Where is my Drupal View pager?

I have a Drupal 6 site where I've created a view that shows a list of nodes. Nothing complicated -- except …

drupal drupal-6 drupal-views pager