Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.6
Component:
block displays
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
21 Oct 2009 at 07:39 UTC
Updated:
23 Oct 2009 at 16:32 UTC
Hi!
I wanted to report that for a teaser there is not a link to the node.
Can we have it?
Thanks
Comments
Comment #1
merlinofchaos commentedTeasers just run through node.tpl.php -- which ordinarily does link to the node. If it doesn't, then you'll have to correct this in your theme. Views can't control that.
Comment #2
celesia commentedHi, i have the sky theme.
In which file do i have to modify?
Thanks
Comment #3
michelleI have the Sky theme and I just did a test view of nodes as teasers and I can confirm they all have linked titles. This isn't a bug in views and is likely something specific to your theme, which is out of scope for this queue. If you aren't able to track it down, try the forums for more help.
Michelle
Comment #4
celesia commentedNo, in fact i don't want a linked title.
When i make a block view, in field i put a node teaser, there is not a checkbox "link this field to his node".
Comment #5
merlinofchaos commentedYou cannot link an entire teaser field to the node automatically, because teasers contain HTML and you can't do things like embed links. You would do better to be more thorough in your initial explanation, since what you say in #4 sounds very different from what you say in #1.
If you really want to link your teaser to the node, you can use the rewrite feature to turn it into a link.