hi, this seems to have been discussed elsewhere (can't find the link right now)

on one node type i have a body field using WYSIWYG with an assigned editor, works great

on same node, i have a text field that uses plain text but is supposed to "turn URL's into links" (e.g www.google.com should automatically hyperlink)

however, on any node where wysiwyg is processing, the plain text filter can not convert URL's to links, even where that field has the "plain text" format assigned specifically to it, without a wysiwig option even available.

any thoughts?

Comments

twod’s picture

Status: Active » Postponed (maintainer needs more info)

The URL->link transformation is done by a text filter during node view/rendering, no filter code is executed during node editing.
Wysiwyg runs all its code during node editing (to be specific, while a text_format field is being built, it runs no code during node view/rendering. Other than during previews, filter code and Wysiwyg's code normally do not both run for the same node during the same page request.

Does URL->link tranformation work if you disable Wysiwyg module? (No need to delete your editor profiles, they'll stick around and be usable when re-enabling Wysiwyg unless you completely uninstall it.)

Do you see any PHP or JavaScript errors when editing or viewing the node?
If you temporarily disable the editor using "Disable rich-text", put an URL in the field, save and view the node, is it displayed as a link?

twod’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Without further details about the problem I can only close this issue. Please re-open it if you can provide the requested information.