View Full Version : auto code?
newhen
04-23-2007, 02:59 PM
Is there any plugin that will automaticly code links?
not individual but like this
link
link
link
link
or like this
text
link
text
link
I really need this one to is there any out there that put a code thing around the url cause it helps people that just copy and paste urls that way it is coded
WhaLberg
03-08-2008, 08:25 PM
Find in /includes/class_bbcode.php:
// standard URL hyperlink
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";
Replace it with:
// standard URL hyperlink
$newtext = "<a href=\"$rightlink\" target=\"_blank\">$text</a>";
$newtext = $this->handle_bbcode_code($newtext);
return $newtext;
Wow thank you so much ima try it out is there a way to auto img one i know the codeing one works to if u edit the ah functions_newpost.php but not the img way
intell_iut
03-16-2008, 10:09 AM
great post thanks i used that
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.