Results 1 to 10 of 41
Threaded View
-
28th Jul 2010, 06:10 PM #12OPBannedWebsite's:
google.com knownsrv.comMake the clicks Clickable -Vbulletin - USE PHP
Make the clicks Clickable -Vbulletin - USE PHP
Edit file functions_newpost.php (your root forum/includes)
1. Find this line:
PHP Code:$skiptaglist = 'url|email|code|php|html|noparse';
PHP Code:$skiptaglist = 'url|email|php|html|noparse';
PHP Code:$text = preg_replace($urlSearchArray, $urlReplaceArray, $messagetext);
PHP Code:$text=preg_replace("#((http://)?(www.)?hotfile.com/[^ \n\r]+)#is",'[url]$1[/url]',$text);
PHP Code:$text=preg_replace("#((http://)?(www.)?fileserve.com/[^ \n\r]+)#is",'[url]$1[/url]'',$text);
3. Find this line:
PHP Code:$urlReplaceArray = array(
"[url]\\2\\4[/url]"
PHP Code:$urlReplaceArray = array(
"\\2\\4"
4. Save & Finish
Now, when users make new threads, Hotfile and Fileserve links will be clickable links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Make Hotfile, Fileserve, 10+ Filehost's Links Clickable
By stefan-te in forum Webmaster ResourcesReplies: 315Last Post: 4th Aug 2012, 04:10 PM -
Make Links clickable in Code. in vBulletin 4.1.7
By Th3KiNG in forum vBulletinReplies: 2Last Post: 15th Nov 2011, 09:04 AM -
Make Download Links Clickable In Joomla
By shubhank008 in forum Web Development AreaReplies: 14Last Post: 15th Jul 2011, 02:29 PM -
make links clickable and coded [for vbulletin]
By saninokia in forum vBulletinReplies: 1Last Post: 5th Mar 2011, 10:04 PM -
[Hiring] Make Links Clickable
By Dj Mad in forum Completed TransactionsReplies: 0Last Post: 28th Jul 2010, 12:46 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...