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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | link_views_api.patch | 18.31 KB | blackdog |
Comments
Comment #1
conniec commentedDitto.
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
Comment #2
chrissearle commentedsubscribe
Comment #3
Renee S commented(node, it should read "the newest Views" release... d'oh)
Comment #4
blackdog commentedHere's a patch for the new Views API, made against 6.x-2.3.1.
Comment #5
panchoThanks 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.