Results 1 to 10 of 19
Hybrid View
-
12th Nov 2008, 11:10 PM #1OPThe Wise OneWebsite's:
twilight.ws ddlrank.comDisable Live Links? Need the mod?
I am running vBulletin 3.7 and I would like to request the mod that disabled all live links in the posts.
regards and I hope someone can find it for me.Whoo Reviewed by Whoo on . Disable Live Links? Need the mod? I am running vBulletin 3.7 and I would like to request the mod that disabled all live links in the posts. regards and I hope someone can find it for me. Rating: 5
-
12th Nov 2008, 11:35 PM #2MemberWebsite's:
wznetwork.comOpen the includes/functions_newpost.php ( Edit in control panel or on your computer and reupload ).
Find:
PHP Code:$urlReplaceArray = array(
"[url]\\2\\4[/url]"
);
PHP Code:$urlReplaceArray = array(
"\\2\\4"
);
-
12th Nov 2008, 11:46 PM #3loki
i did it this way,
open the includes/functions_newpost.php
Find
PHP Code:
$urlReplaceArray = array(
"[url]\\2\\4[/u-r-l]"
);
And replace with
PHP Code:
$urlReplaceArray = array(
"[code]\\2\\4[/c-o-d-e]"
Just remove the" - " from code/url
Sponsored Links
12th Nov 2008, 11:55 PM
#4

Banned
Website's:
Linked-Forum.com
loki is best i believe. did same trick.
all http://sitehere will be coded auto.
13th Nov 2008, 02:28 AM
#5

Member
Website's:
wznetwork.com
but if you have let's say a 3 part rapidshare download, it would come out like this:
Code:http://rapidshare.com/file1.zip
Code:http://rapidshare.com/file2.zip
My way just disables the link while not confusing the situation.Code:http://rapidshare.com/file3.zip
13th Nov 2008, 03:52 AM
#6

Member
Website's:
SilentGround.org CouchTater.com MusicDemon.com
Actually it doesn't. Here's mine for CouchTater.com
It auto codes the entire block however with that being said. If you put an extra space between the lines then yes it will do as you have suggested it would.PHP Code:
$urlReplaceArray = array(
"[code]\\2\\4[/code]"
);
Both ways work well and is mere preference as to which you use. You can also disable live links in your newthread / newreply templates by setting urlparsing to 0.
13th Nov 2008, 06:12 AM
#7

Member
i had that once but its a pain when someone copys live links and the user doesnt post the whole link and then it auto codes
its just a mess
13th Nov 2008, 08:53 AM
#8

OP
The Wise One

Website's:
twilight.ws ddlrank.com
Thanks all![]()
23rd Nov 2008, 05:27 PM
#9
loki
Ok, had to dig this up and reply, I tried Dexters idea,(You can also disable live links in your newthread / newreply templates by setting urlparsing to 0.
) and its the best one, the other ways have loopholes where if you write it right, it will still be live link, with his, its 100% no live links will get thru, Thanks Dexter
themaLeecher - leech and manage...
Version 5.02 released. Open older version (or...