I have a hover-breakout slideshow, which is showing image node titles as links. I have checked and triple checked settings in my view and in my content type and I can't find any way to stop my image titles from linking through to my image pages. I'm using a CCK content type with an image field to upload my images. In my view, under "Node: Title", "Output this field as a link" and "Link this field to its node" are NOT checked. I've got Drupal 6.10 with all modules up to date.

Viewing source for that section of the page looks like this:

<div id="views_slideshow_main_1" class="views_slideshow_main">
  <div id="views_slideshow_teaser_section_1" class="views_slideshow_teaser_section">
  <div id="views_slideshow_div_1_0" >
    <div class="node">
        <h2><a href="/images/name-of-my-node">Name of my Node</a></h2>

Any ideas for a fix or work-around to preserve the titles but stop them from linking?

Thanks!

Comments

juroon’s picture

Category: bug » support

Forgot to mention, my slideshow is running in a views block.

redndahead’s picture

Status: Active » Fixed

There should be a checkbox in the title field that says link to node. That needs to be unchecked. If it is and it's still linked there is more than likely a problem with your view. it may be worth it to export the view and reimport the view.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.