Heya,

I keep getting the error message ignoring param 'title' for interactive as it is not valid. Possible values are ''.

Already tried changing my theme, using all kinds of notations for the title parameter, editing my page with CKEditor off and so on. I am really just trying to get [node:123,title="somewhere"] working.

For now, I applied a simple, non-destructive patch:
After line 117: array_push($allowed_vars, 'title');

As the title parameter is now handled succesfully, I'm asking how I can enable this variable globally so that it is in the return value of variable_get("link_node_allowed_vars_$node->type", ""), wherever this function is called.

Maybe this is not a link_node-specific question but anyways, that's how i stumbled upon it.
Thanks.

Comments

Anonymous’s picture

Priority: Major » Normal
TomChiverton’s picture

Status: Active » Closed (works as designed)

From the README

If you want your users to be able to configure how the nodes are rendered, you
can click on the "configure filters" tab of the "Filtered HTML" filter (/admin/filters/1)
Here, in the "Link Nodes codes" section, you can specify node properties
that users are allowed to override. A common thing to override is the "title"
property.

I guess you've not entered title here. If you have, please reopen.