Simple hack to wrap live links inside code-tags.
Open sources/classes/bbcode/class_bbcode_core.php
Find:
Replace with:
save and upload.
Open sources/classes/bbcode/class_bbcode_core.php
Find:
return ( isset($url['st']) ? $url['st'] : '' ) . "<a href=\"".$url['html']."\" target=\"_blank\">".$show."</a>" . $url['end'];
Replace with:
$html = $this->wrap_style( 'code' );
return "<!--c1-->{$html['START']}<!--ec1-->{$url['html']}<!--c2-->{$html['END']}<!--ec2-->";
//return ( isset($url['st']) ? $url['st'] : '' ) . "<a href=\"".$url['html']."\" target=\"_blank\">".$show."</a>" . $url['end'];
save and upload.













