drupal-views
Drupal 7 Views 3: Exposed Filters that search specific FIELDS
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[详细]
2023-03-31 12:40 分类:问答Display in block only if there is no data
In Drupal 7, you can add headers and footers to blocks that will display even when the view generating them has no results.[详细]
2023-03-30 06:52 分类:问答Can't use aggregate functions in drupal 7 views module
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 ?[详细]
2023-03-26 17:20 分类:问答Working with Drupal views and theming views
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[详细]
2023-03-26 16:27 分类:问答How restrict the view by members in drupal
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[详细]
2023-03-25 16:47 分类:问答Create views from field values Drupal-7
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[详细]
2023-03-24 10:06 分类:问答Drupal views glossary for non latin letters
Well, I have searched on drupal.org and stack overflow and couldn\'t find a similar problem, I hope i didn\'t miss something.[详细]
2023-03-23 09:14 分类:问答Add Table Join, Where, and Order By to Views Query in views_query_alter()
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[详细]
2023-03-23 04:40 分类:问答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 , not the whole image tag.[详细]
2023-03-21 22:24 分类:问答Access file URI in Views tpl
I have an image field and I would like to access the URI开发者_JS百科 directly via PHP in views-view-fields.tpl.php[详细]
2023-03-20 22:24 分类:问答