Top "Drupal-views" questions

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

Drupal - Getting node id from view to customise link in block

How can I build a block in Drupal which is able to show the node ID of the view page …

drupal drupal-6 drupal-views
Get the src of the image field in a view in drupal

We were working with Drupal 7 and trying to rewrite the views output We need the src of the image field , …

drupal-views drupal-7
Creating list of similar nodes in Drupal 7/Views 3

Copy from drupal.stackexchange.com hoping to get more answers here: I face a rather common problem of displaying a …

drupal drupal-7 drupal-views
Drupal: How to show specific view in a particular block

Let's suppose I have created a view that shows some kind of stories. But I want to show this view …

drupal drupal-views drupal-blocks
print_r to get object methods in PHP?

I'm working with Views 2 in Drupal 6, and I am having difficulty finding documentation on the methods of the View object. …

php drupal-6 drupal-views
Drupal Views: Display recent nodes created by user on profile page

I'm wondering how I can display the recently created nodes by a user on their profile page. I've created a …

drupal drupal-6 drupal-views drupal-modules
How to import a view in Drupal?

How I can Import a view to Drupal. I have an exported view that I need to import in a …

drupal import drupal-7 drupal-views
OR operator in Drupal View Filters

I need to implement an OR operator between some filters in a Drupal View. By default, Drupal AND's every filter …

drupal drupal-views
Drupal Views exposed filter of Author name as a drop down

This is a follow up question to Drupal Views exposed filter of Author name. The following question was answered and …

drupal drupal-6 drupal-views
Drupal 7 Views 3 user:current filter is missing?

I'm trying to filter a view to display only nodes of the current user. Filter by user:current is missing …

drupal-7 drupal-views