PDA

View Full Version : Need Help For Additional Options


Khalid-B
03-31-2011, 12:34 AM
Hello.

how can i permanently uncheck Automatically parse links in text under Additional Options > Miscellaneous Options (as in pic)

By default its checked

Thanks

0lly
03-31-2011, 02:37 AM
In your newreply template, search for;

<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>

Delete the $checked[parseurl] part. Then do the same for the other templates that have it in, eg: newthread.

That seems to work. I don't know if that's the best or "proper" way but it seems to work.

Khalid-B
03-31-2011, 03:35 AM
thanx man .
problem solved

0lly
03-31-2011, 03:54 AM
No problem, glad it helped :)