Results 1 to 8 of 8
-
28th Apr 2010, 07:00 PM #1OPMemberWebsite's:
google.comDisable Live Links?
Is there a way to make any link someone posts on a forum automatically show up coded or just disable hyperlinks?
Trueno22 Reviewed by Trueno22 on . Disable Live Links? Is there a way to make any link someone posts on a forum automatically show up coded or just disable hyperlinks? Rating: 5Trusted Members:
DjEuro | jayfella | Sandin0 | Benign| Elio
-
28th Apr 2010, 07:22 PM #2MemberWebsite's:
porntonight.infoin which board , there are some mods who code link automatically
-
28th Apr 2010, 07:24 PM #3OPMemberWebsite's:
google.comvbulletin 4.0.3
Trusted Members:
DjEuro | jayfella | Sandin0 | Benign| Elio
-
29th Apr 2010, 10:13 AM #4Member
Simple Google helps sometimes
Tested vbulletin 4 works
This mod involves editing a PHP file from vBulletin.
open the includes/functions_newpost.php
Find
PHP Code:$urlReplaceArray = array(
"[url]\\2\\4[/url]"
);
PHP Code:$urlReplaceArray = array(
"[spoiler][code]\\2\\4[/code][/spoiler]"
);
OR
This mod involves editing a PHP file from vBulletin.
open the includes/functions_newpost.php
Find
PHP Code:$urlReplaceArray = array(
"[url]\\2\\4[/url]"
);
PHP Code:$urlReplaceArray = array(
"[code]\\2\\4[/code]"
);
Code:http://google.com
Last Way Just Can Put Code Tag Near Every URl And Cant Code Multi Urls Near Like It :
Google
Google
Google
Google
If You Want To Code Links Like That To This:
Code:http://www.google.com http://www.google.com http://www.google.com http://www.google.com
Replace This :
PHP Code:$urlReplaceArray = array(
"[url]\\2\\4[/url]"
);
PHP Code:$urlReplaceArray = array(
"[code]\\2\\4[/code]"
);
PHP Code:$text = preg_replace($urlSearchArray, $urlReplaceArray, $messagetext);
PHP Code:$text = str_replace("[/code]\r\n[code]","\r\n",$text);
$text = str_replace("[/code]\n[code]","\n",$text);
-
29th Apr 2010, 10:15 AM #5MemberWebsite's:
FlowForums.comWarezlobby auto codes links.
-
29th Apr 2010, 10:24 AM #6OH GOD!!!!!Website's:
HotNewHipHop.comis it bad having RS,MU,HF links not code?
-
29th Apr 2010, 10:28 AM #7Member
There is nothing bad in that
-
3rd Aug 2010, 08:33 PM #8MemberWebsite's:
deviantWarez.com warezaholics.com rapidfilez.com wallz4u.com skullb0y.com reflexive-games.comI had this working OK but for some reason its stopped. I made sure the file still had the edits mentioned above as well.
EDIT: it was a post with URL tag. For some weird reason the URL tags were not showing when editing the post
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How can i disable live links ?
By archmak in forum IP.BoardReplies: 7Last Post: 6th Nov 2012, 04:39 PM -
Live Link Restricter - Choose how many posts a member needs to post live links!
By Exel in forum Webmaster ResourcesReplies: 0Last Post: 6th Jun 2012, 06:22 AM -
Checking Links Are Live
By daveborg in forum Webmaster DiscussionReplies: 8Last Post: 11th Sep 2011, 07:29 AM -
IPB3 Disable Links Parsing in topics
By elmazagangi in forum IP.BoardReplies: 1Last Post: 15th Jun 2010, 11:02 PM -
Disable Live Links? Need the mod?
By Whoo in forum vBulletinReplies: 18Last Post: 4th Feb 2009, 03:54 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...