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

learn more… | top users | synonyms

1
vote
1answer
15 views

I want to place 2 forms in a single custom page in Drupal 7

I am completely new to Drupal am trying to create a single page that contains 2 forms (that come from a custom module). I also want this page to be a dedicated file in my theme directory. In the ...
0
votes
0answers
23 views

Back button leading to paginated view in Drupal

I have a Paginated view of a content list. Let's call it the Teaser list. Each member's fields have 'Link' set to Content in the view's field settings. On the page for that piece of content (let's ...
0
votes
0answers
14 views

In php/html code how do I reference a drupal 7 view and pass a variable?

Working on a site, I found that previous developer had a lot of hard coded php to site. I need to turn something around very quickly and don't have the time to implement drupal features to this. ...
0
votes
0answers
9 views

Drupal 6 Node Preview does not work on custom view

I recently created a custom Drupal 6 view for client using a block. In order to do this using global custom text I had to create a new text/content field and exclude it from the display as I cannot ...
0
votes
0answers
9 views

Drupal multiple select list how to hide the “all” or how to use it?

For multiple selection list, which I use it on exposed filter, the 'All' always shows up and I want to hide but don't know how. Because it is not only wrong but also misleading. It would be correct ...
0
votes
0answers
27 views

Drupal White Screen only on product page?

I am pulling my hair out at this question. I have found many things of white screen of death and have tried many methods. Only my product page appears as a white background. However, links are still ...
0
votes
0answers
18 views

Drupal 7: VBO and Rules Component to update Node fields

I have a content type called 'Course' with subpages. In one of the subpages, a view is displayed. The view displays the node information of content type 'Learning object'. By Views Bulk Operations, ...
0
votes
0answers
12 views

How to implement complex order-by condition in drupal 7 views

How can I implement in hook_views_query_alter orderby condition like: ' .. ORDER BY CASE title WHEN "value1" THEN 0 WHEN "value2" THEN 0 ELSE 1 END, flast ASC, ffirst ASC' Thanks.
0
votes
0answers
20 views

Drupal 7 intergrating with alfresco

Am having problems with integrating drupal and alfresco 4.2 and the cmis drupal modules. what i have done up to now is . 1.Have a drupal 7.22 installed and running have the cmis modules ...
0
votes
1answer
18 views

How to redirect the taxonomy menu link to view?

I created a Vocabulary Vocabulary 1 - Term 1.1 -- Term 1.1.1 (url : autogenerate) -- Term 1.1.2 (url : autogenerate) and 2 views (view 1 and view 1) I want to link Term 1.1.1 to view 1 and Term ...
0
votes
1answer
16 views

Hook into Drupal View after form submit to modify search parameters

Basically I have a view that filters results of job postings. I have the following fields: Region, Job Field, and Position What I want to do is hook into the functionality where the user submits the ...
0
votes
1answer
11 views

How to create a campaign Buy 2 get 1 free in drupal commerce?

How to create buy 2 get 1 free in drupal 7 Commerce? I tried commerce discount module but that is buggy and in alpha version right now.
0
votes
1answer
24 views

Drupal 7: How to use checkboxes values in Views filter

How can i use the values (0/1) given by the checkboxes created in a content type to create a filter within Views?
0
votes
0answers
29 views

How to display view and block by order

I created 2 block by view (view: blk 1 and view : blk 2) and 1 block by add new block (blk 1). I placed them as view : blk 1 view : blk 2 blk 1 but at screen, it is display by blk 1 view : blk 1 ...
-2
votes
2answers
26 views

Which module is best for sharing Images over Facebook in Drupal 7? [closed]

I am new to Drupal 7. I want Image sharing to facebook from my site's gallery. So which module is best for this? And How can i do this task? Thanks. Regards, Nisarg.
0
votes
0answers
14 views

Drupal 6 drop down list

I want to do a drop down field list. This drop down will be loaded with the name of images of a folder that exists on the system. This field will exists when I create a new story, with the name "News ...
0
votes
0answers
23 views

Adding html to t() in Drupal 6 template.php?

Hi I am trying to add html to the "t('Older Posts')" and "t('Newer Posts')" Is this possible ? I can figure it out ???? I am in a Drupal 6 template.php file. This is the code I am trying to add as ...
0
votes
0answers
13 views

change drupal 7 views menu title at runtime from code

All, I can't find a way to change the menu title of a drupal views page view programmatically at runtime. I've looked at the $view object, but don't see the page settings menu tab title slot. Any ...
0
votes
0answers
16 views

Drupal Custom Views Template

How can i create a Views template? (not Theming) like the Image Gallery views template. I would like to setup a custom view template which the end user can import to create more views with the right ...
0
votes
1answer
24 views

Unable to save changes in drupal 7 view

I am trying to make some changes in my Drupal 7 site's view. But it gives me this error Changes cannot be made to a locked view. Multiple users are not logged into the site. Please any one can ...
0
votes
0answers
8 views

Unable to locate the Filter box drupal view

I am new to drupal and learning Drupal views currently. I have a problem, in my book it written that after cloning and enabling the "recent comments view" , clicking edit option will show Filters box. ...
0
votes
0answers
4 views

Drupal 7, menu link to filter a view

I thought this would be easy, but I just can't figure it out. I am bringing in a feed from audible, various book titles. I have a view displaying the titles as needed. I have a created a menu ...
0
votes
1answer
23 views

How to make a record belong to all options of a field

I have a database of records called "services", each service has about 30 attributes and each service has an associated country as an attribute. The problem is some services are offered to ALL ...
0
votes
2answers
27 views

how to use dedicated php file for Page in Drupal 7

I am very very new to Drupal 7 and am simply trying to create a new page that uses a dedicated .php page along with a custom page.tpl.php file. Within the CMS of Drupal after creating a new "Page" ...
0
votes
1answer
34 views

Drupal custom Views

I'm looking for a way to create a custom Views on Drupal in order to recreate a private app store. Each item of the list will looks like this : I created my Content type "Application" with the ...
0
votes
3answers
25 views

Multilingual site and views

I have content type: (filed_name1_en, field_name1_de, filed_name2_en, field_name2_de) and I want to make view so that if enter site in English that view must display (filed_name1_en, filed_name2_en) ...
0
votes
1answer
24 views

get the term id from the url in views module

I have a portfolio view; the portfolio displays all the nodes of the portfolio content type in a grid and, basing on the selected term of the tags above, shows the associated content in images and ...
0
votes
1answer
10 views

Passing Arguments from a paginated Drupal Views Page url

I have a page generated by Views which lists 5 Articles at a time. This view is paginated so that page 2 of this View will list the second batch of 5 Articles, page 3 will list the third batch of ...
0
votes
0answers
14 views

Menu link - send value to drupal view,

think I am on the last leg of this drupal site, but I can't figure something out. I have a book feed that is pulling in from amazon. I have a created a collapse-able tree menu using ...
0
votes
0answers
22 views

Drupal 7: multiple contextual filter with entity reference

I have a content type "contract" which has two entity reference fields. One referred to another content type, "partner" and another referred to User. I create a view of content type "contract", and I ...
0
votes
1answer
15 views

Drupal Multilingual translating views Argument

I am working on a multi lingual site using i18n module in Drupal 6 Version. I have created Taxonomy terms per langauge and created mapping for the two languages I am using. Now i created a page ...
0
votes
2answers
50 views

click events executes without clicking in jquery drupal

<script> jQuery(document).ready(function() { jQuery('.visit-website-link a').bind('click', function(e) { <?php $visit_count = db_insert('visit_count') ->fields(array( ...
0
votes
0answers
23 views

Show all child nodes from vocabulary

On board: Drupal 7 Taxonomy Module Views Cars (vocabulary) Honda (term) Accord (node) Civic (node) Mazda (term) 3 (node) 6 (node) Mitsubishi (term) Lancer (node) Pajero (node) ...
1
vote
1answer
46 views

Exposed date filter in Drupal - making “month” optional

I have a view on my site which lists a video archive and an exposed filter with a Year/Month granularity. My problem is that the filter only accepts inputs where both the Year and Month values are ...
0
votes
2answers
23 views

how to use view ticker in drupal

Does anyone explain me how I can use Views Ticker.I loaded modul but no idea how I should use it.please explain me step by step ,I am new on drupal thank you.I wanna do somethink like this link ...
0
votes
0answers
13 views

Sound Manager 2 in Drupal 7 - play next option in just one view?

I'm using the Soundmanager2 module in Drupal. In order to be able to set a playlist running from beginning to end I'd like to be able to set the "play next" option only in one particular view. I'd ...
0
votes
0answers
12 views

Hide product price in drupal ubercart for annonymous users [migrated]

I am developing a website using Drupal 7, and the Ubercart module for eCommerce. I want to hide product price for all non-registered users of site. I also have created a view where I am displaying ...
0
votes
0answers
57 views

Drupal 7 views taxonomy Simple Hierarchical exposed filter

I'm using Simple Hierarchical Select module for taxonomy in a profile page. The taxonomy is for a list of countries and their regions. The taxonomy hierarchy looks something like:- United Kingdom ...
0
votes
1answer
27 views

Drupal 6 Block Theming

I may be barking up the wrong tree but... I've got a section of content for a website which is a list of several blog articles but the design to be implements shows the first 5 rows having an image, ...
0
votes
0answers
11 views

Panel Overlay to Edit Settings Not Appearing in Drupal

When I try to click settings on a view I've placed in a panel in Drupal (see below), the overlay keeps displaying the loading icon and nothing happens. The panel has a view and a block, and the page ...
-1
votes
0answers
13 views

view to list already added referenced nodes to all content types by user

I have a content type of DELIVERY, and another content type of BOOK. Now each user has 3 DELIVERY content types that they are the author of. What i do is then edit a users DELIVERY content and add a ...
-1
votes
1answer
29 views

Using Apache Solr view with fields stored in DB [closed]

Hi I'm using SOLR view to display results. I have a field collection field which I'm not indexing to SOLR , but need to display in the view. How can I show that. Appreciate your thoughts.
0
votes
0answers
28 views

How to prevent XSS attacks in Drupal views exposed fields?

I am facing XSS attacks problem in Drupal views. Drupal views are accepting XSS code in exposed fields. How to prevent it?
0
votes
1answer
16 views

Conditional display of field in Views

I have a custom (i.e. View) menu based on taxonomy vocabulary, in wich each term has an image field. So far, each term is displayed properly with its picture, but I want to know if it is possible to ...
-1
votes
0answers
7 views

Theme for custom view [closed]

I modified a customized view in Drupal 7. I added a search field (as drop down) in that view for filtering the data. It is working fine, but now I want to put that drop down in that view with CSS. Can ...
0
votes
1answer
49 views

Complex Drupal setup using Views, Entity/Node Reference and custom content type

OK, here is my setup, i will then explain what im trying to achieve: I have a content type of DELIVERY another content type of BOOK and another content type of FEEDBACK Now, any given user can have ...
0
votes
1answer
25 views

views list of nodes referenced by logged in user

iv been bashing my head against the wall trying to get this to work and if i bash anymore my skull will smash in to pieces, so maybe someone can save me from a long painful death by skull smashing?? ...
0
votes
0answers
44 views

Drupal 7 - Attach Entity “comment” to Entity “file”

Files (images) are uploaded within a content type with plup and plupload. These images are then displayed through a view. I would like to have a "commenting" functionality for each uploaded image. I ...
0
votes
0answers
89 views

Drupal 7 Create node list based on taxonomy term from url

Hello I'm building a site and I have made 3 url aliases that represent 3 categories of products the normal taxonomy urls: domain.com/en/tags/prods1 domain.com/en/tags/prods2 ...
0
votes
0answers
62 views

Show every 10th result Drupal 7 Views

I have Drupal 7 View. It contains 2249 results to be displayed on a graph. I am using the highcharts module to display that data. I have created a running total of the integer data with a global math ...

1 2 3 4 5 25