Forums / Cotonti / General / automatic linkage

Trustmaster
#35775 2012-10-12 07:32

It depends on the parser/editor you use. Automatic links are still present in the bbcode parser the way it was before. With HTML there are different options. Sometimes the editor makes a link clickable when you paste it. And there is also an autolinking option in HTML Purifier plugin, see files in plugins/htmlpurifier/presets, e.g.:

'AutoFormat.Linkify' => true,

 

May the Source be with you!