The Views Field View module facilitates placing a view in a field of a view.

learn more… | top users | synonyms

0
votes
0answers
36 views

Rendering sub-view with parent view's format (Tree)

Right now I have a hierarchical list of terms - most popular on top - filtered so only terms with nodes show. The problem is that it wants to show ALL the terms, so rather than limit it to the 3 most ...
0
votes
0answers
80 views

filter view by entity reference field returns no results?

I am trying to produce a tree of node teasers, where each teaser links to a node of content type "Bio," i.e., a map of a social network. I am trying to do this using nested views, with the goal of ...
0
votes
0answers
55 views

How can I make a view field to display the total number of a product ordered ? Ubercart

I have a Node View and would like to make a view field to display the total number of a product ordered. For example, if a node (prduct) has been ordered 10 times in the past I would like to have a ...
0
votes
0answers
24 views

How can I make all the links in the same View row “visited” when one of them is clicked?

I have a node View with Row style:Field and there are several fields with links to its node (the node of the row). When users click one of those links only the actual link clicked gets "visited" and ...
0
votes
1answer
121 views

Show field collection fields with profile field

I have used Recruiter module to manage job and resume and its working almost well but when i m displaying resumes it has field collection like Personal information which contain some field like name, ...
0
votes
1answer
33 views

How can I display “new” or “update” in the view that overrides admin/content/node?

I have override the page admin/content/node with Views. The default page of admin/content/node displays "new" for new contents and "updated" for updated contents. How can I display them in the custom ...
0
votes
0answers
54 views

How can I display synonym instead of original term name when in Views field?

I have a node view (row style:field) and need to display the term names attached to each node from a certain vocabulary. I could use "Taxonomy : All terms" field with "Limit terms by vocabulary". But ...
0
votes
0answers
69 views

Sort nodes by comment field

What i'm trying to do is to create a site for doing price comparison on bodybuilding supplements simlar to www.priceplow.com. I intend to create a content type called supplement and a taxonomy ...
0
votes
1answer
895 views

Use PHP in “Rewrite results” for a field [closed]

According How do I use PHP in "Rewrite results" for a field in a view? with the Views Custom Field module you can use PHP code in the rewriting section. I installed the module, but it ...
0
votes
2answers
355 views

get views customfield php value in another field

i create a views in drupal 6.24.set up some field like username and uid, in third field used customfield php .with my custom php code filled this filed, in another customfield php want use the value ...
1
vote
2answers
144 views

accessing fields in a view template

I have a view that I want to create a view template for in my theme. So, I have created: views-view--homepage-suppliers.tpl.php I have then several content items of content type: Supplier that the ...
0
votes
1answer
1k views

Adding checkbox to select records in a view

I have a list of students and I have added a custom handler to add checkboxes against each student to mark as present. When I use filter, I loose the state of checkbox and I have to use filters ...
0
votes
2answers
124 views

Drupal 7 - Advice needed to accomplish the idea of embedding a view in a view

Using Drupal 7 - I have a view that displays all project assignments per employee. This view works properly and is displayed as a block on Department nodes. I have another view that displays a ...
1
vote
0answers
182 views

How can I make a nested query in view

I have 2 content type (article and Album). In articles I choose one or more albums using node references (autocomplete) to display it with the article, but I need only albums that are not added ...
1
vote
3answers
3k views

How do I access a field value in the $row variable in a field view theme template?

I'm overriding a field template for one of my views and I want to be able to access another field value from the $row variable. The documentation on the template file shows this: When fetching ...
0
votes
1answer
91 views

Setting link target through views programatically

I have a text field that turns its value into a link, provided it's an absolute link. For some reason, setting the target to blank is not working. Am I doing something wrong? I set the target inside ...
1
vote
1answer
105 views

Theming a slider view using templates

I am creating theming view using row style theme named as views-view-fields--slider-block.tpl.php and here is code for it: <?php $string='<div id="slider"><ul>'; ...
1
vote
1answer
394 views

Hooks for altering Views block output in Drupal 6

I have a View in which i mention 3 fields then i displayed as a block. I want to want to change value of these fields. Which hook will i use so i can change content to fields on page load ? ...
1
vote
0answers
208 views

Get Drupal views field values as html radio buttons

I am having a view page created for a node type. It is out putting the content in the page. In that there is a field called options with multiple values per node. I want it to be outputted in the ...
2
votes
2answers
207 views

how to get content type field name as drop down for filter in view

In Drupal 7.10, I have created new content type with 15 fields and file upload for collecting input from end user(named inputdata). I need to create a search page with content field of "inputdata" ...
4
votes
1answer
845 views

Views Field View - passing arguments

I'd like to ask a question concerning the Views field view module. I can see in the parent view a list of tokens available to pass as arguments to the child view but i can't see any way to "grab" ...
1
vote
2answers
1k views

How to display only parent terms of hierarchical terms in Views field

In the Views UI I set up the Relationship "Taxonomy:Parent term" and then a Field "Taxonomy: Term" with that relationship. But the problem is that It displays the parent terms of all the vocabularies ...
1
vote
0answers
79 views

Views Field Views “crashes” my view

I installed VFV as recommended in one of the questions here, as it seems to be exactly what I need for complex listings. But now my View used to list content nodes bound to a specific term stopped ...
0
votes
1answer
112 views

How to display only certain values otherwise display empty field in Views

I would like to display only certain values of CCK value in a views field. In another words, I don't want to display certain values of CCK in the views field. Is this possible? For example I have a ...