The Views module is a Drupal module that allows creating lists of content with a flexible query builder.
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-themingI would like to display a Drupal view without the page template that normally surrounds it - I want just …
php drupal drupal-viewsHow 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-themesI have a view in Drupal that filters my content. It brings back 7 rows. All I want to return is …
drupal drupal-6 drupal-viewsI'm trying to take the results of a view - using the function views_get_view_result() - and sort …
php drupal sorting drupal-viewsI 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-viewsI 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-taxonomyI 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-filterI have created a search for a client website using Finder module in conjunction with Views module. The problem is …
drupal drupal-6 drupal-viewsI 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