View Single Post
  #2  
Old 03-24-2017, 02:59 PM
schlubby schlubby is offline
Senior Member
 
Join Date: Jan 2009
Posts: 562
Thanks: 13,832
Thanked 7,377 Times in 552 Posts
Default

Quote:
Originally Posted by Carsondcarson View Post
Hi,

A quick suggestion, I keep seeing the mods posting notes to make links non clickable (Especially Flickr). Could we add "HTTP:" and "WWW." to the banned word list? Like "sl*t", "b*tch", "wh*r*".
...
Interesting idea. Lately, I've been wondering if they can just make it so that the "Automatically parse links in text" checkbox isn't checked by default. I've unclicked that checkbox in this post, and it doesn't add links to "www" links, OR to "HTTP" or "HTTPS" links.
Examples:
www.google.com
http://www.google.com
https://www.youtube.com/watch?v=PlbUBGIIBFg

I don't know how VBulletin works, but in other systems, it would be as simple as going to the correct template PHP file and changing this line:
<input name="parseurl" value="1" id="cb_parseurl" tabindex="1" checked="checked" type="checkbox">
to this
<input name="parseurl" value="1" id="cb_parseurl" tabindex="1" type="checkbox">

I agree, at this point it seems like it would be a lot easier to change something about the configuration than to have the mods have to change posts all the time. Sure, newbies might add links on purpose, but that might be a smaller problem than intermittently-contributing members forgetting, or people from non-English speaking countries not really understanding when they're told to stop.
Reply With Quote