hey, i used a little file for this problem:
open notepad and copy/paste this text:
Quote:
<?xml version="1.0" encoding="ISO-8859-1"?>
<plugins>
<plugin active="1">
<title>Uncheck_URL_editpost_update</title>
<hookname>editpost_update_process</hookname>
<phpcode><![CDATA[$edit['parseurl'] = false;]]></phpcode>
</plugin>
<plugin active="1">
<title>Uncheck_URL_inlinemod</title>
<hookname>inlinemod_mergeposts_post</hookname>
<phpcode><![CDATA[$checked['parseurl'] = '';]]></phpcode>
</plugin>
<plugin active="1">
<title>Uncheck_URL_newreply</title>
<hookname>newreply_form_start</hookname>
<phpcode><![CDATA[$checked['parseurl'] = '';]]></phpcode>
</plugin>
<plugin active="1">
<title>Uncheck_URL_newthread></title>
<hookname>newthread_form_start</hookname>
<phpcode><![CDATA[$checked['parseurl'] = '';]]></phpcode>
</plugin>
<plugin active="1">
<title>Uncheck_URL_poll</title>
<hookname>poll_newform_start</hookname>
<phpcode><![CDATA[$checked['parseurl'] = '';]]></phpcode>
</plugin>
<plugin active="1">
<title>Uncheck_URL_usernote_newnote</title>
<hookname>usernote_newnote</hookname>
<phpcode><![CDATA[$checked['parseurl'] = '';]]></phpcode>
</plugin>
<plugin active="1">
<title>Uncheck_URL_usernote_edit</title>
<hookname>usernote_edit</hookname>
<phpcode><![CDATA[$checked['parseurl'] = '';]]></phpcode>
</plugin>
</plugins>
|
Now save file as:
uncheck_url_plugin_v1.xml
use cpanel in admin section for place your plugin. and now the "Automatically parse links in text" is uncheked when creating a new post. no more problem with live links ...

hope this can help u my friend