In testing the NID plugin today, I found that I could not specify the use of the Nodetitle plugin without the freelink being processed by NID. There does not appear to be a relationship between the order of links and the failure of nodetitle- it consistently presents the error NID provides for an invalid NID.
Both include n(ode) in the indicator expression.
Comments
Comment #1
Grayside commentedI find if I modify the NID indicator with an end-of-line character it avoids the collision:
'indicator' => '/(n(id|ode)?)$/'This might be best handled as a best practice rather than changing the freelinking.module.
Comment #2
Grayside commentedComment #3
Grayside commentedfreelinking_nid corrected. Plugin documentation updated.
Comment #4
Grayside commentedEr.. fixed to this release.