Posted by Viybel on October 26, 2009 at 11:59am
Jump to:
| Project: | InsertNode |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
C'est déjà fait.
That's already done.
Thank you.
Alexis Wilke
#2
What 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
#3
You need a semi-colon at the end of the parameter when there is data:
[node:123 link=test;]
Thank you.
Alexis Wilke
#4
Automatically closed -- issue fixed for 2 weeks with no activity.