I\'d really appreciate some help with this. I\'m trying to create two different exposed filters in Views. I currently have 6,000 nodes with 75 fields each inside one content type. I\'m using a Page V
In Drupal 7, you can add headers and footers to blocks that will display even when the view generating them has no results.
I\'m trying to calculate the sum of a list of prices (decimal field) with the views module. And it just doesn\'t want to work... What am I doing wrong or.. is it just a bug ?
I am new to drupal views. I know how to basically use views from from end i.e creating some views. I wanted to know if i can create a view from my module and how do i theme a view that i have create
I just create a view for showing all registered members profile details. But the problem is admin can see all Member details and also Members can see only their details. Now i want to restrict the vie
So if I understand correctly I have will a few content types \"Category\", \"Sub Category\", \"Product\", \"Images\" I am just not sure how I will associate the content types with each other to build
Well, I have searched on drupal.org and stack overflow and couldn\'t find a similar problem, I hope i didn\'t miss something.
I am trying to modify the query for Views in Drupal (Views version 3, Drupal version 7). What I want to do is change the query prior to running such that it LEFT JOINs a table in which I have weights
We were working with Drupal 7 and trying to rewrite the views output We need the src of the image field , not the whole image tag.
I have an image field and I would like to access the URI开发者_JS百科 directly via PHP in views-view-fields.tpl.php