This tag is for questions about relationships used with the Views module.
0
votes
0answers
10 views
How to display terms as a field for a selected parent term in views?
I am using Drupal 7 and I have nodes with a taxonomy field where the vocabulary is Categories. A node can be assigned multiple terms. I would like to create separate views that display the nodes ...
1
vote
1answer
29 views
Getting parents' terms of terms tagged into a particular content type nodes
This is a bit confusing for me.
I am using Drupal 7 and Views 3.
I have a list of particular content type nodes tagged with a term (from a vocabulary "topic"). Vocabulary "topic" is 2 levels deep ...
0
votes
0answers
21 views
Filter out referenced nodes on NID
I would like to create a view displaying list of nodes on current node NID. The list consists of nodes that are referencing current node. Moreover I need to filter out nodes that are referenced by ...
0
votes
1answer
32 views
Redirect a Users Name (Link) to a User Homepage in Panels Using Rules
How does one create the said Redirect a Users Name (Link) to a User Homepage in Panels Using Rules.
Here is my scenerio:
I have a Panels set which will show a subject posted content page in the left ...
1
vote
0answers
46 views
Views Slideshow - duplicated pager images (from Taxonomy Term parent) – NO RESULT BEHAVIOR field property
I need some help with Views Slideshow image gallery.
I'am using Drupal 7 with all latest updates for core, views etc.
I need image slideshow from Taxonomy term image fields with possibility to show ...
1
vote
1answer
29 views
Adding comments to user profiles
I would like users on my site to write "feedback" of other users.
My thought is to have a content type called Feedback, and create a view of it, to preview at the foot of the user page. I can also ...
0
votes
1answer
21 views
List all users using Drupal Views
I am new to Drupal and Views. I need to list all the authors(users) in my drupal 7 page? Do I need to add relationships for this ?
0
votes
1answer
23 views
Views: Page by view-group where multiple results are loaded under each group from a relationship
I have a view displaying data as follows:
Course name 1
Course instance a
Course instance b
Course name 2
Course instance a
Course instance b
Course instance c
Course instance d
Course ...
0
votes
1answer
24 views
How to create file->node relations use relations modules?
I have a little issue that How to create file->node relations use relations modules?
In my case:
I need to create music(mp3) and album relations. After i check some information and said that ...
0
votes
0answers
12 views
Using Relationships With Views Contextual Filters
I have a content type "Ticket" that a user is viewing.
A "Ticket" is referenced to a piece of "Equipment". That particular piece of "Equipment" will be tagged with a certain "Equipment Type" term ...
0
votes
1answer
27 views
How to create a View showing subscribed content?
I want to create a view which will display all the posts user has subscribed to (very much like the Facebook homepage).
I have used the Subscriptions module for allowing the user to subscribe to ...
1
vote
1answer
30 views
How to relate two views from same node
I have searched through all the questions, but I can't seem to find the information, I need. Accept my apology, if this has already been covered.
On a site for a law firm, I have a content type, ...
0
votes
1answer
33 views
Views - comprehensive source for studying? [closed]
Making my first website I've been playing a lot with Views recently but I am still struggling to master both Relationships and Contextual filters. I've watched the video trainings provided in the ...
0
votes
1answer
19 views
Views: Filtering nodes on the basis of logged in user role
Is it possible to filter out nodes with respect to current user role? For example, I want to create a view where users can see the all the published nodes as well as the unpublished nodes they have ...
1
vote
0answers
24 views
views filter for current user with a relationship
I know how to create a view that filters nodes that were authored by the current user. What I want to do is filter based on the author of a node that has a relationship with the node.
For example:
My ...
0
votes
1answer
26 views
Attaching a view to a content type that takes the content type's taxonomy terms as arguments
What I am trying to do is create a content type with a taxonomy vocabulary field. When creating the content type and selecting one or more of the terms, I would like the content type with an attached ...
0
votes
0answers
25 views
Sorting View results based on taxonomy
I have a custom content type (say event) that has the ability to be a part of two taxonomy terms (Headliner and Featured). When an event is created, the user has the ability to select when an event is ...
0
votes
0answers
27 views
User Relationship Action Block does not display
The User Relationship Action Block (that's the block that offers the option to create a relationship with the user being viewed) does not display in a panel that replaces a user's profile page.
Also, ...
0
votes
0answers
25 views
Best way of pulling through custom entity data from an ID in a URL
This is a bit complicated, so bear with me please! There is a page on which the user is shown the results of his or her assessment, and in the sidebar, there are various views that provide links to ...
0
votes
0answers
15 views
Commerce: Related Products by Product field
I am trying to show Related Products to my Product Display Nodes.
I created a new Field on my products called "related_group"
I added a view-block with contextual filters and a relationship to the ...
2
votes
2answers
40 views
How to get user by uid in views_php?
i am using the views_php module and i need to get the user by his uid to read out some properties to build a filter. (It is not the currently logged-in user!).
Is there some drupal function like this ...
0
votes
0answers
34 views
Strange question about views relationship
I Have two content types with a relationship between them (employee and salary), the employee should have one salary per month.
What i'm asking for is can i display all the employees they did not ...
1
vote
1answer
125 views
How to add relationship in view for custom entity
I have an entity that references node and user via nid and uid fields.
I have created an entity around my schema and would like to use it in views. I can create a view based on a new entity that ...
0
votes
1answer
43 views
Views display of every user's flagged nodes grouped by flag type
I am using views and the flags module to create a site where users can flag node items with multiple flags/flag types. For my example, a user can flag nodes (content) items with one of three flags: ...
0
votes
2answers
24 views
Views, getting nodes type 1 which user have NO node of type 2 published that references the node type 1
I'm using drupal 7.20 with Views 3 module.
I've a content type "Homework" and a content type "Solution". The Solution content type has an entity reference field that references nodes of type ...
0
votes
1answer
33 views
Drupal views relationships to an indirect referenced contenttype
I want to create a view with a field which shows an indirect referenced contenttype (see Design) using Drupal 6.
I have 3 content types: Person, Organization and Workgroup.
Each person is related to ...
0
votes
0answers
33 views
Parent article title in View
Suppose I have Book and View modules, and two nodes 'Parent' and 'Child' of type 'Article'. 'Child' is referencing 'Parent' as a parent book in the 'Book outline' tab on the edit page. I have a view ...
0
votes
2answers
24 views
Views - how to display a column showing who made the last update
I'm updating the main content2 view, and I'd like to add another column to show which user made the last update. I'm using workbench moderation, in case that makes any difference.
0
votes
1answer
26 views
problems with contextual filter backtracking node references
Drupal 7.19
I have two content types defined: Package and Account.
In the Package type, a Node Reference field is provided as field_account.
I have two packages that each have a reference to one ...
0
votes
1answer
95 views
Filter a Drupal View by a Taxonomy Term Reference
I have a view that generates a block on all taxonomy term pages under a specific vocabulary (lets call this vocabulary 'pages' for now). That specific vocabulary has a field added that is a term ...
1
vote
2answers
104 views
Display user picture in User Relationship block
In my social networking site, i have provided for users to be able to forge relationships between themselves using the User relationship module. This is working fine. I am creating a tab using ...
0
votes
1answer
26 views
Associating a user with a particular form submit/click
In my web site i have created a custom content type Challenge which contains a list of tasks that the user has to do. I have created the custom content type from the CMS itself through ...
0
votes
1answer
34 views
Create a view to display the list of content created by user
I want to create a view for each individual user of my site which would display the content create by that logged in user only, i.e, When a user logs in, then when he clicks a tab (i am using quicktab ...
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 ...
1
vote
0answers
37 views
How to display a block-view with fields of a referenced entity when the referencing entity is view in full mode?
I think the question i got may not be hard to answer, but i'm struck and it seems i can't find any solution.
Basically, I want to build a block-view with some fields of a certain node B that is ...
0
votes
0answers
37 views
Field or View for selecting images attached to another selected node
I have a content type of 'property' and have multiple file fields for attaching images.
I have a content type of 'flyer' where I have an entity reference field to select a property. I have this ...
1
vote
0answers
123 views
Multiple Contextual filters, taxonomy and date, on one content type
I have an event content type. I want two jump menus on the primary view page: one to filter by date (month) and one to filter by taxonomy (category).
I have used views with contextual filters to ...
0
votes
1answer
17 views
Group similar nodes in a view
I have a group of universities that have a director. However, BYU has 2 directors. I try and "group multiple values" and turn on distinct in the "basic settings", but then fields for only one ...
0
votes
1answer
24 views
Attaching a block to a view create with the User type
I have created a view using the User type. The view has 2 entity relationships to a location content type and a manager content type. With this I have setup contextual information relevant to the ...
0
votes
1answer
72 views
Compare two same fields with time difference in Views, using node revisions
I'm trying to build a view containing two columns: first is the actual value of a (integer) field, second is the same field with its old value from two weeks before, using the revision. I suppose I ...
0
votes
2answers
126 views
'Flags: Node flag relationship' - Search Api - Solr - Views
Flag - 7.x-3.0-alpha4
Search API - 7.x-1.3
Solr search - 7.x-1.0-rc2+13-dev
Apache Solr - 3.5
I have Flag 3.x working fine in my Solr Views. I am able to flag/unflag correctly. Flag comes with a ...
1
vote
1answer
27 views
How to display the same field with various nodes in the same row using Views?
How do I do something similar in Views with the below SQL query?
select nid,
title AS title1,
type AS node_type,
(select title from node,
field_data_field_node_reference_id
where
node.nid = ...
0
votes
1answer
113 views
Attach user created content (in this case a gallery view) to a Profile 2, per user
I created Galleries following this tutorial here:
http://www.dailymotion.com/video/xnqe4c_creating-a-drupal-7-image-gallery-using-content-types-nodes_tech?start=0#.UOS4IRwujTN
I managed to do it ...
0
votes
0answers
56 views
Do we have Node Reference : Representative node similar to the Taxonomy term: Representative node
Using Taxonomy term: Representative node we can get a node that represents a taxonomy term. Similarly is there a way I can get a node that represents a particular node reference field.
Use Case : I ...
0
votes
0answers
37 views
Accessing Fields from a Relation's endpoints in Views
Ran into this one today, hitting a wall. Here is a Relation I have set up:
Worker(entity) --> Works At(relation) --> Company(entity)
This Relation works fine. I want to show a View list of this ...
0
votes
1answer
53 views
Auto-create Nodes based on Content in current node?
In Drupal 7, is there a way to auto-create a node of "Type B" whenever a node of "Type A" has been created? Ideally, certain info would be passed on to the new "Type B" content item as well. For ...
0
votes
1answer
320 views
DRUPAL 7- create a view that links to another view
I'm trying to create a view that works as category page (aggregates a list of titles from content pages I've created) - I need that list to link out to another view that is used to display photo ...
0
votes
0answers
52 views
Exposed filter that allows selection of top-level terms only
I have a multi-tiered hierarchical vocabulary and nodes tagged with terms at all levels of terms. I have a view of the nodes and I want to expose a filter that gives the viewer a dropdown of the ...
0
votes
1answer
121 views
Better Exposed Filters and a Node Relationship
I'm using Better Exposed Filters to enable datepickers for exposed date fields on my View. It's great, except that my view displays nodes via a taxonomy relationship. If I try to filter by node ...
0
votes
1answer
108 views
View will not group the taxonomy terms
I am litterally pulling my hair out and I hope that someone can help! I'm working in Drupal 7 with Commerce Kickstart and all I want is to be able to view the flowers, grouped by their taxonomy term. ...
