Tagged Questions

Questions about Views, a contributed module used to customize the display of information on a Drupal site.

learn more… | top users | synonyms

54
votes
9answers
68k views

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 this view. Any tutorial or information on this ? What are the files I need to modify ? ...
10
votes
1answer
534 views

Drupal 7 - custom View with custom table, no data showing up

I wrote a module to interface with Views 3 using Drupal 7, but when I create a view using my custom table as a data source, no data shows up. Here's my schema from MySQL: ...
10
votes
13answers
24k views

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 the plain HTML content of the view's nodes. This view would be included in another, non-Drupal ...
9
votes
2answers
587 views

Exposing a module's data to Views2 using its API

I'm forking the filefield_stats module to provide it with the ability of exposing data into the Views module via the API. The filefield_stats schema is as follow: function filefield_stats_schema() { ...
7
votes
3answers
1k views

Fundamental understanding of how Views and Pathauto work together

I am having fundamental problems understanding when to use a pathauto rule, and when to use a views page path. I have several custom content types, and I am using blocks to display certain parts of ...
7
votes
3answers
6k 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 new page for a user at /user/%user and I want to be able to display the latest nodes created ...
6
votes
2answers
1k views

Views is stripping tags from the output

I have a Drupal view which should output a video player using flash. I am trying to output a script that will call the flash film. The problem is that Views applies some sort of filter that strips my ...
6
votes
2answers
5k views

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 the number or results returned(7). Is this possible? I tried using the View result counter but it ...
6
votes
3answers
4k views

Drupal Views: Generate xml file

Is there a views plugin that I can use to generate a xml file? I would like something that I could choose the fields I would like to be in the xml and how they would appear (as a tag or a attribute of ...
5
votes
2answers
61 views

Is a drupal View useful for this use case

I have a list of nodes that I want to present to the user. The user then picks 3 and I need to remember that decision so I can present them in a smaller list later (your choices list). To present ...
5
votes
1answer
404 views

Update {node_counter} table programatically in drupal

I currently use the statistics module (core) on my Drupal 6 install. This increments a count in the {node_counter} table every time the node is viewed, and this works. My question is - can I ...
5
votes
2answers
679 views

How to theme a view in drupal

Can any one help me out on how to theme a view. For each view created i want to have different templates.
5
votes
3answers
7k 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 together. By using hook_views_query_alter(&$view, &$query) I can access the ...
4
votes
6answers
280 views

Drupal views - splitting up the exposed form possible?

I need to display part of the exposed form in my page's sidebar, and the rest of the form and content in the $content area. There's really no good way that I can find to do this. I sort of got it to ...
4
votes
2answers
201 views

web based spreadsheet that can access database

I'm a bit new to web development and wanted some insight on how to approach a project of mine. We have a large mysql with a fairly large dataset that we want people to be able to play around with. ...
4
votes
1answer
392 views

How does Drupal 6.x Views query multiple taxonomy terms tied to a single piece of content?

This question is about Drupal plumbing. I know how, using the Views query builder, to render multiple taxonomy terms that are associated with a single piece of content. What I can't figure out is how ...
4
votes
2answers
366 views

Setting a drupal view to a random page number

I have views 2 installed and I have created a view that is displayed in the front page. The view displays some page links ( 1 | 2 | 3 | 4 | ... etc). I want to know if it's possible to make the view ...
4
votes
3answers
4k views

Drupal: Sorting a view programmatically

Hey there. I'm trying to take the results of a view - using the function views_get_view_result() - and sort the array in a way I couldn't do from within the Views interface. So far so good. I've got a ...
4
votes
2answers
1k views

How to write custom reports in Drupal

What's the "right" way in Drupal to create reports? I was hoping to use a view but am not having much luck. My goal is to create a table of rows containing three fields: user name, location, SUM of ...
4
votes
4answers
1k 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 the query however I have a need to use that query in my code to download an excel version of the ...
4
votes
1answer
194 views

filtering a Drupal View with ORed criteria

I'm attempting to present a Drupal View that shows nodes in which the user's e-mail address shows up in one of two CCK text fields. Unfortunately, this doesn't seem to be possible using the stock ...
4
votes
2answers
2k views

Create a view that displays node count?

Having trouble in views creating what seems like a very simple query. Display the number (count) of nodes of a given type. I'm not finding the option in any obvious place... How to?
4
votes
5answers
13k views

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 the block is currently sitting on? I'm using views to build a large chunk of my site, but I need to be able to ...
4
votes
2answers
2k views

drupal > views > exposed filter > submit on change

I've got a view with a single exposed filter (a select). It's using ajax to re-populate when the user clicks "Apply". I'd like them not to have to click that and just re-populate when the select is ...
4
votes
2answers
4k views

How to use Drupal 6 views and panels arguments together?

I need to acheive the following layout/setup for a section of my website: Using the following panels layout: Top column spanning full width containing: - a view (prob themed using jquery cycle) of ...
4
votes
5answers
16k 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 user profile. I can filter easily on preset values, thru the Views GUI builder, really nicely. ...
3
votes
1answer
93 views

How to override drupal view pager query?

I'm using drupal 6 and view 2 - I've created a custom filter for my view using this documentation http://www.chadcf.com/blog/creating-custom-filters-drupal-and-views. Every things seems to working ...
3
votes
1answer
144 views

Pull field values of Drupal Views Custom Field $data variable?

In Drupal 6, I'm using the Views Custom Field module to insert some php into my View. The helper text in the php CustomField reads: $data: contains the retrieved record from the database (e.g. ...
3
votes
1answer
260 views

How to display a block only on certain page view display

What is the snippet of code to make a block just show in pages generated by a certain View? Using Drupal 6 with Views 2.
3
votes
1answer
189 views

Get thumbnail by ID in Drupal 6, display thumbnail on iPhone/Android

I'm building an iPhone/Android mobile application that is supposed to be a mobile version of the existing Drupal 6 based website. Services module is used to provide web services interface to the app. ...
3
votes
2answers
589 views

Drupal 6 - Disable Views cache for specific View

I have lots of views which don't change very often, and enjoy the benefit of caching. But I have 1 view which is used to display a random quote in a block in my sidebar, which I do not want cached. Is ...
3
votes
1answer
214 views

How to limit number of displayed values of the field with view in Drupal 7

i have field_images filed in my custom node type. This field can have unlimited number of values (images). How can i set up the limit of displayed values of this field in Views in Drupal 7? I know it ...
3
votes
2answers
278 views

Hide a View with only one result?

I am using Drupal 6 and Views to build a series of image galleries. One View creates a full-sized slideshow, and another View creates a list of thumbnails underneath the main image. This works fine, ...
3
votes
3answers
271 views

How to conditionally hide a field in a drupal view?

I have two fields that I want to render but I only want the second one to display when the first one is empty. Short of overriding the field in a template file, can I do this using functionality in ...
3
votes
5answers
4k 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 itself, just the page where that view gets rendered. Thank you. @Keith Morgan - It's page.
3
votes
1answer
223 views

How does Drupal Views decide between multiple displays with the same path

I need to have a Views that is different for different roles. But, I don't know what will happen when a customer meets the requirements for all the displays for that View. Which display will she ...
3
votes
3answers
3k views

Drupal Views exposed filter of Author name as a drop down

This is a follow up question to http://stackoverflow.com/questions/3880679/drupal-views-exposed-filter-of-author-name. The following question was answered and works. I can filter a view by user name. ...
3
votes
3answers
126 views

How can I work out this view?

List -> l_user I have a List node that has a user-reference field (l_user). Story -> s-user I then have Story nodes that also have a user-reference field (s_user). There is no direct ...
3
votes
2answers
62 views

Views or Organic Groups for this use-case

This is related to another question that I asked before. I'm using views to present to the user a list of nodes. The user then has to pick their top 3 choices, which I then save to a sub-list that I ...
3
votes
2answers
249 views

Multiple Styles within one View in Drupal

I am creating a search functionality in Drupal by exposing filters within View. The problem is that I would like to add also a Google Map that display the location of nodes, apart from the search ...
3
votes
2answers
104 views

What is the trick to have 2 separate user registration formin Drupal using different templates?

I have a default user registration form that cannot change. However my boss wants a second registration form that is laid out differently than the first. I am new to Drupal so some explanation would ...
3
votes
2answers
483 views

Count number of results in a View

I need to count how many people belong in pre-defined groups (this is easy to do in SQL using the SELECT COUNT statement). My Views query runs fine and displays the actual data in my table, but I ...
3
votes
1answer
4k views

Drupal: Convert taxonomy term name to term id

Using 'taxonomy: term ID' as an argument in one of my Drupal views and I'm having trouble getting it to work correctly. On the views administration page it states, "if using term name, it is ...
3
votes
3answers
913 views

How do I make a view that groups nodes by taxonomy term?

I'm trying to bend views and drupal to my will. So far I've produced a view to display the titles of my nodes. Each node will be assigned exactly one taxonomy term from the set {X, Y and Z}. So for ...
3
votes
3answers
1k views

Is it possible to add custom fields to a Drupal taxonomy term?

I'd like to add a date field to a drupal taxonomy term, alongside the default "title" and "description" Is there some technique/php/module that lets me do this? Is it possible to do with CCK?? I ...
3
votes
1answer
768 views

Drupal 6, Views 2: Is it possible to have a filter that only applies to registered users?

Is it possible to create a filter in a Drupal 6 View that is only applied for registered users? For one filter I need I'm using the user vote (With fivestar and votingapi) to know if they user ...
3
votes
1answer
2k views

Drupal View display - setting a limit for the query results

I have a View set to grab the latest forum posts. That's working fine, but I'd like to limit it to get the last 5 records only. I know I can display only 5 with PHP but I don't want a larger query ...
3
votes
2answers
161 views

How to surround a Drupal view with some tags?

Let's say I have a view that returns some items. I want to display the items in an unordered list, so I rewrite the field output with <li>[field]</li>. Now I only have to surround the view ...
3
votes
4answers
4k views

Adding sorting to a view on Drupal?

I used to know how to do this, but I can't seem to get sorting to work on a view where filters are exposed in a block. I want to be able to filter by, for example, type, price etc, but then also have ...
3
votes
3answers
7k views

Drupal view rows output

I'm trying to create a page by using view 2. This page list all the nodes and grouping by their taxonomy term. In this view the Style as Unformatted and Row style as Fields. The fields as following: ...

1 2 3 4 5 17