Closed (fixed)
Project:
Views (for Drupal 7)
Version:
4.7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2006 at 22:57 UTC
Updated:
28 Nov 2006 at 06:15 UTC
Hi,
I'm sorry for this request, but I haven't been able to figure this out... this is my first time using Views.
I have a CCK node and have created a view to show a list of them on a page. What I can't get is a link from each item in the found list to it's corresponding node.
Please, point me in the right direction.
Thanks!
Dan
Using Drupal 4.7.2
Latest CCK
Latest Views
Comments
Comment #1
RayZ commentedIn the views I've worked with the node titles are (automatically) links to the corresponding nodes.
Comment #2
kindafun commentedOh boy. Thanks.
I didn't want to use that field because it has more in it than I wanted to show, but... that is the answer.
Thank you.
Comment #3
merlinofchaos commentedYou can always add a link to the node via theming.
In current Drupal, a link will always be l('text for link', "node/$nid") and ->nid is always available in the query results that views sends.
Comment #4
sijuwi commentedRelated to this, I can't theme for table view, I have a column of emails which i want to make 'live' ie add the mailto: bit. Could anyone help me with the code for this. The wizard that come with views provides the theme and template.php code for lists but not for table view and I don't have the programming skills to make my own.
Comment #5
rtdean93 commentedI would like to make URLs active also on my table view, but do not have the programming skills either.
Comment #6
merlinofchaos commentedI added a simple link to node that doesn't have to be the title, but can't be dynamic.
For the mailto stuff: If you aren't able to theme it, you're out of luck, I'm sorry. Try posting to the forums for help with theming, you might get an answer.
Comment #7
merlinofchaos commentedViews 1.1 will contain a more flexible link to view a node as a field.
Comment #8
(not verified) commented