Project:link node
Version:6.x-1.1
Component:Code
Category:support request
Priority:normal
Assigned:TomChiverton
Status:closed (works as designed)

Issue Summary

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

#1

Assigned to:Anonymous» TomChiverton
Status:active» closed (works as designed)

You 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.

#2

Version:5.x-1.3» 6.x-1.1

Given that 'title' is used in all of the examples, perhaps it should be allowed as a default.

nobody click here