(31.10.2016, 13:26)Jockl schrieb: [ -> ]Suche in der inc/class_parser.php folgende Zeilen PHP-Code:function mycode_parse_url($url, $name=""){global $templates;if(!preg_match("#^[a-z0-9]+://#i", $url)){$url = "http://".$url;} und setze danach folgendes ein PHP-Code: if(substr ($url,0,xx) == "http://Foren-URL") { $bla = ""; } else { $bla = "target=\"_blank\""; }
function mycode_parse_url($url, $name=""){global $templates;if(!preg_match("#^[a-z0-9]+://#i", $url)){$url = "http://".$url;}
if(substr ($url,0,xx) == "http://Foren-URL") { $bla = ""; } else { $bla = "target=\"_blank\""; }