i will try this, you've been an awesome help. thank you.
--------------- Added [DATE]1215595328[/DATE] at [TIME]1215595328[/TIME] ---------------
only one thing though, would you know where to find the text that allows me to do this editing?
--------------- Added [DATE]1215595399[/DATE] at [TIME]1215595399[/TIME] ---------------
nvmnd, i found it myself, thank you so much for your help.
--------------- Added [DATE]1215596728[/DATE] at [TIME]1215596728[/TIME] ---------------
This is for anybody else that may need this to be turned off and is browsing this topic.
when you have this:
Code:
<if condition="$show['parseurl']"><div><label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div></if>
Then all you want to do is just edit the show and the checked lines like this:
Code:
<if condition="$hide['parseurl']"><div><label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" $unchecked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div></if>
This will simple hide and disable the automatic link parsing feature. This is also in the newreply template.