Sorry if this is a repeat but I couldn't find a clear answer after searching the boards.
I want my boards to generate hyperlinks automatically when a link is pasted (without having to use the URL tags).
In BB code settings I have HTML disabled. Also, as one of my modifications I have removed the option to "Automatically Parse Links in Text" - that is, I removed the code for displaying that option. I figured that since it is checked by default, removing the code for displaying it would not affect the links from being created.
Here's that bit of code - perhaps I need to keep some of it in?
Thanks!
I want my boards to generate hyperlinks automatically when a link is pasted (without having to use the URL tags).
In BB code settings I have HTML disabled. Also, as one of my modifications I have removed the option to "Automatically Parse Links in Text" - that is, I removed the code for displaying that option. I figured that since it is checked by default, removing the code for displaying it would not affect the links from being created.
Here's that bit of code - perhaps I need to keep some of it in?
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>
Thanks!
Comment