Closed (works as designed)
Project:
Freelinking
Version:
master
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2007 at 21:53 UTC
Updated:
22 Mar 2009 at 17:42 UTC
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
Comment #1
eafarris commentedFreelinking is not designed to create links to other Drupal paths; it is designed to link nodes together by title.
Comment #2
henningsprang commentedI 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...