Closed (works as designed)
Project:
link node
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
9 Aug 2008 at 10:15 UTC
Updated:
20 Mar 2009 at 23:43 UTC
Drupal 5.9.
If I add [node:314] to a blog post - it works - I get a link to the other blog entry with the title being the title of the destination post.
But - if I add [node:314,title="using a self-signed certificate"] and save I get at the top of the saved post:
* The Blog entry has been updated.
* ignoring param 'title' for blog as it is not valid. Possible values are ''.
and the link is the same - the title is the title of the destination post.
Comments
Comment #1
TomChiverton commentedYou need to add the parameters (like title) you want to be able to set.
Go to site config., input formats, and for each one you are using link_node with, select it's 'configure' link, then the 'configure' tab, and the 'allowed parameters' should be right there.
Comment #2
jesss commentedGiven that 'title' is used in all of the examples, perhaps it should be allowed as a default.