Closed (fixed)
Project:
link node
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2007 at 06:18 UTC
Updated:
10 Dec 2007 at 17:41 UTC
Hi,
Thanks for the module! :)
When I try to use
[node:100,title="Original version of the picture"] - I see the node title, not the new defined title.
Comments
Comment #1
TomChiverton commentedHmm, it works here.
' [node:1477,title="Buzzword"] ' is used on http://www.rachaelandtom.info/node/1482
Did you previously have this in the page without the title attribute by any chance ?
Comment #2
mr.j commentedSame problem here. I first created the node with no values set in the allowed parameters configuration, so it ignored my new title.
I then updated the config to include title for the node types I need.
But now every time I save my node I get this message:
Which is wrong as I have explicitly added title for the node type guide in the settings, which is confirmed by looking in my db at the variable table:
Comment #3
mr.j commentedAnd therein lies the bug...
you are checking like this:
But the db is storing it as link_node_allowed_vars_$node->type
I can confirm that searching for "attached_node_allowed_vars_" and replacing it with "link_node_allowed_vars_" fixes the bug.
Comment #4
TomChiverton commentedAhh, good sport, the origins of link_node show up again, as does not being totally up to speed with the module API.
A new release is due shortly.
Comment #5
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.