Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2009 at 17:57 UTC
Updated:
8 Dec 2009 at 20:20 UTC
Hello, I have a view that shows the title and some fields of certain content.
I would like to link to this title to another view, showing more "complete" this content (like the node) but with a view ...
Comments
Comment #1
dawehnerUpdating the category and priority....
You have two views:
A:
- display fields
- title:
output as link:
path: viewb/[title]
B:
- argument: node title
- display what you want.
Did this helped? If not i could create two views which does this.
This is a very very basic support question.
Comment #2
merlinofchaos commentedIt'll be easier to use nid:
Fields:
nid -- set to 'exclude from display]
title -- set to rewrite, as link. Set path to viewbpath/[nid]
Then have viewb take nid as an argument and display whatever you need.
Comment #3
caionalves commentedWas it right! Thank you very much!
=D
Comment #4
caionalves commented