Top "Drupal-views" questions

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

How to quickly theme a view?

I've defined a view with the CCK and View 2 modules. I would like to quickly define a template specific to …

drupal drupal-views cck drupal-theming
displaying a Drupal view without a page template around it

I would like to display a Drupal view without the page template that normally surrounds it - I want just …

php drupal drupal-views
custom page.tpl.php for a drupal view

How can I create a custom page.tpl.php for a specific view? I'm not talking about styling the view …

drupal drupal-6 views drupal-views drupal-themes
Drupal return number of results in a View

I have a view in Drupal that filters my content. It brings back 7 rows. All I want to return is …

drupal drupal-6 drupal-views
How to sort View results programmatically?

I'm trying to take the results of a view - using the function views_get_view_result() - and sort …

php drupal sorting drupal-views
How to create a custom filter for the Drupal View's Module?

I have the Profile, CCK, and Views2 modules installed on a Drupal 6 site. I added a string field to the …

php drupal drupal-6 drupal-views
Drupal 7 views filter by node's taxonomy term

I have a similar question to my previous one (Drupal 7 views filter by dynamic taxonomy term), it's only the other …

drupal-7 drupal-views drupal-taxonomy
How to change the label of the default value (-Any-) of an exposed filter in Drupal Views?

I created a view which has three exposed filters. Everything works fine except the fact that I can neither translate …

drupal drupal-6 drupal-views drupal-exposed-filter
How to store session/cookie in Drupal 6 on the computer of the visitor

I have created a search for a client website using Finder module in conjunction with Views module. The problem is …

drupal drupal-6 drupal-views
How to display the query executed by the Drupal view

I want to display the query that is executed in the drupal view. Currently in the view editor it shows …

php drupal drupal-6 drupal-views