You are here

slideshow 图象不能点击

bluewell 的头像
Submitted by bluewell on 星期一, 2009-09-14 13:34

http://extrafatloss.com,我做了个SLIDESHOW,已经设置图象点击,链接到NODE,但现在图象无法点击,哪能里有问题?

论坛:

bluewell 的头像

<div id="node-<?php print $node->nid; ?>" class="slide">
  <?php print theme('imagecache', 'slideshow', $node->field_slide_image[0]['filepath']); ?>
  <? if (!empty($node->content['body']['#value'])): ?><div class="tagline"><?php print $node->content['body']['#value']; ?></div><?php endif; ?>
</div>

以上是"node-slide.tpl.php"  的code,是不是应该在其中指定图像链接到NODE?如果要这么做,能否帮忙改以上的CODE?

我不使用上面的TPL 文件,而是使用node.tpl.php,结果图象可以链接到NODE。