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

Suitov’s picture

Addendum 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.

juampynr’s picture

Status: Active » Fixed

Fixed 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.

juampynr’s picture

Version: 6.x-3.0-alpha5 » 7.x-3.x-dev

Ported to the Drupal 7 version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.