Perhaps I should rephrase that to "Can I enable - automatically parse URLs". When someone simply types a hyperlink directly into the editor (not using the link control on the toolbar) is there a way for the editor to recognize it and automatically convert it into a link?
For example: http://www.yahoo.com
Fri, 01/08/2010 - 16:25
#1
Re: How do I enable "automatically parse URLs" ?
Re: How do I enable "automatically parse URLs" ?
Re: How do I enable "automatically parse URLs" ?
OK. My forum uses a REGEX filter but I wondered if you were doing this in the editor itself. So, you're doing something similar? Any direction or recommendations?
Re: How do I enable "automatically parse URLs" ?
This forum is a PhpBB forum, so you can ask them for advice, I have no idea about what they do.
Re: How do I enable "automatically parse URLs" ?
Re: How do I enable "automatically parse URLs" ?
Are there any docs on writing 3.x plugins? How would I get started?
Re: How do I enable "automatically parse URLs" ?
There are several guides about writting plugins (each one focused on one part), you can google for them, but the best documentation is the source code itself.