MyBB Community Forums

Full Version: Is it possible to disable auto URL linkification?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

is it possible to disable the automatic linkification of URLs?
I need it to be - atleast temporarily - disabled, because it messes up plugins, such as the GeShi plugin by CrazyCat.

URL like www.google.com will be replaced by a link, and then the plugins may process the message, which will result in an errornous output, because the HTML Code wasn't in there before.

To show what I mean, here is the input:
[Image: geshiinputhv0.jpg]

And this is the output:
[Image: geshioutputcz5.jpg]

BTW, this has nothing to do with the plugin itself. The message is processed by parse_mycode -> mycode_auto_url which will alter the content of the new MyCode tag.
Someone else asked for this a few weeks ago and I wrote a quick plugin to do it. Here ya go.

http://community.mybboard.net/showthread...#pid110491