title param not working
chrissearle - August 9, 2008 - 10:15
| Project: | link node |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | TomChiverton |
| Status: | by design |
Jump to:
Description
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.

#1
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
Given that 'title' is used in all of the examples, perhaps it should be allowed as a default.