Hello to all, With this simple edit we can have auto code tag to all links when create a topic or a post with live links.Open: /admin/sources/classes/bbcode/custom/defaults.phpFind:return "<a href='{$option}' class='bbc_url' title='{$_title}'{$rel}>{$content}</a>";Replace with:return "<pre class='prettyprint'>{$option}</pre>";