Sometimes, the title of the destination node is too long or not appropriate to be used as the link text, so it would be nice if we could chose the link text/title. Something like [node:### link="This is the link text/title"]
It may even deprecate the link_node module. :-)
Vianney Stroebel
Likwid - Spécialistes Drupal - Paris
Comments
Comment #1
AlexisWilke commentedC'est déjà fait.
That's already done.
Thank you.
Alexis Wilke
Comment #2
Viybel commentedWhat do you mean?
[node:123 link="This is the link text/title"] or [node:123 link=test] don't work for me with 6.x-1.x.dev.
Is there any other way to do it that I have missed in the documentation?
Vianney Stroebel
Likwid - Spécialistes Drupal - Paris
Comment #3
AlexisWilke commentedYou need a semi-colon at the end of the parameter when there is data:
[node:123 link=test;]
Thank you.
Alexis Wilke