It doesn’t appear that Freelinking automatically creates a valid link to the site-wide contact form, when that is enabled with the core contact.module.

When the filter is enabled for a content type with the current 5.x-1.2 version of Freelinking and the site-wide contact form is also turned on, entering “[[Contact]]” or “[[Contact|link replacement text]]” in a node body does not result in a valid link from that node to the contact page. Instead, the visitor is directed to /freelinking/contact on the site.

Comments

eafarris’s picture

Status: Active » Closed (works as designed)

Freelinking is not designed to create links to other Drupal paths; it is designed to link nodes together by title.

henningsprang’s picture

Version: 5.x-1.2 » master

I am also missing this funcationality.

In the context of a site, as an editor / site content creator, I need to link everything that can be useful - pages, articles, blog entries - and, of course, the contact form.

It would be great if that could be possible.

Or if freelinking could support linking to url aliases - because I can create an url alias for the contact form.

I know I could do that by directly linking to the url aliases, too - but the great benefit freelinking is giving me is the point that links in freelinking will work, even when the drupal installation path changes - links with an web-root-relative path to an url alias will break...