I've tried this on both 1.6 and 1.x-dev - I have added some custom-created content types (CCK) to the site and added them to the linktonode settings where you can select the various content types that should appear. However they still don't appear in the linktonode pop-up box. However the page and webform content types do appear. It seems to just be happening with content types I added using CCK.

Thanks for a great module! ;0

Comments

stBorchert’s picture

Hi.
I did a quick check with version 5.x.1.6 and it did work (different servers). Do you have any special configuration?
Could you please try a bit bug tracking:
execute the following sql statement on your database
SELECT * FROM variable where name = 'linktocontent_node_content_types'\G.
This should output something like this:

mysql> SELECT * FROM variable where name = 'linktocontent_node_content_types'\G
*************************** 1. row ***************************
 name: linktocontent_node_content_types
value: a:6:{
  s:4:"page";s:4:"page";
  s:5:"story";s:5:"story";
  s:15:"project_project";i:0;
  s:15:"project_release";i:0;
  s:4:"term";i:0;
  s:4:"news";
  s:4:"news";}

I've enabled "page", "story" and "news". "news" is a cck content type.

greetings,

Stefan

PS: Sorry if I'm responding not very fast but I#m currently writing my final thesis.

stBorchert’s picture

Status: Active » Closed (fixed)

Please reopen if still active.
thanks,

Stefan