Hello! The newest CCK release breaks the Link module's CCK integration, it goes nuts when it gets here:

case 'views data':
      return link_views_content_field_data($field);
  }

I commented it out for now, but it the link.views.inc needs some revising.

CommentFileSizeAuthor
#4 link_views_api.patch18.31 KBblackdog

Comments

conniec’s picture

Ditto.

Can confirm that this verion of links does not work with the newest upgrade 9post Sept3) of Views 2 for me either. I ended up rolling back Date, CCK and Views to keep my Links-heavy content type happy.

Sorry. Don't have the skill to help trouble shoot but will be glad to test any upgrades.

Connie

chrissearle’s picture

subscribe

Renee S’s picture

(node, it should read "the newest Views" release... d'oh)

blackdog’s picture

Version: master » 6.x-2.3.1
Status: Active » Needs review
StatusFileSize
new18.31 KB

Here's a patch for the new Views API, made against 6.x-2.3.1.

pancho’s picture

Category: task » bug
Status: Needs review » Closed (duplicate)

Thanks blackdog for the patch! Quicksketch already started fixing this, though (see #304267: Link module broken by Views2 RC2 (and the subsequent CCK update)). :(
Therefore this is a duplicate, but I'm gonna post a link to the other issue, so your patch doesn't get lost, in case quicksketch can make use of it.