This seems like unexpected behaviour from Nodetitle...
If I add a freelink to the page something like [[Finland|my favourite country]], I'd expect it to output <a href="/path/Finland">my favourite country</a>. Instead it results in <a href="/path/Finland">Finland</a>.
If this is intentional behaviour, can I request that an option be added to make it behave in the first way I described?
It's important to our use case, which is a writing site where we regularly use link titles for comic effect or want to word them so as not to break up the flow of the text.
(N.B. I have PJE's patch installed, in case that affects things.)
Comments
Comment #1
Suitov commentedAddendum from original poster:
Sorry, I should have specified more clearly that this behaviour happens only if the target node already exists. Links to nonexistent nodes (which I have set to the "Add link to create content" option) do display the link text correctly.
Comment #2
juampynr commentedFixed at http://drupalcode.org/project/freelinking.git/commitdiff/af4f384.
Now titles are displayed as expected when provided. A new stable version will be published the following Wednesday along with more fixes. But this one will be available in the development version since tomorrow.
Comment #3
juampynr commentedPorted to the Drupal 7 version.