Hey there I created a content link for a content type I have created with cck.

The configuration seems ok, but the link won't show anywhere.

I tried to check out in devel render and devel load and I see no trace of the cc link.

My question is : how can I load the link where I want?? I tried to insert it as a field in views, but it does not work. The field is there but when I see the node, the field is empty.

How can i pull out the link and display it since it does not seem to be in the node object?' does that mean that my configuration is not good??
Any tips/ideas?

Alexis

Comments

clemens.tolboom’s picture

Have you checked the permissions for the cclinks on admin/user/access#module-cclinks?

cclinks are added through hook_link (http://api.drupal.org/api/function/hook_link/5). That way they won't show up through devel (node) load/render. (It's a little weird though)

Maybe you could theme them http://api.drupal.org/api/function/theme_links/5 or you could add your cclink 'hard coded' in your node-cck.tpl.php everywhere.