ich wollte in der viewtopic.php mit make_clickable() eine URL anklickbar machen das habe ich so probiert:
Code: Alles auswählen
$msg = 'http://www.domain.de';
$output = '<font color='#FF0000'>' . make_clickable($msg) . '</font>';

Grüße Jason
Code: Alles auswählen
$msg = 'http://www.domain.de';
$output = '<font color='#FF0000'>' . make_clickable($msg) . '</font>';
Code: Alles auswählen
$msg = 'http://www.domain.de';
$msg = make_clickable($msg);
$ouput = '<font color='#FF0000'>'. $msg .'</font>';
URL zur Seite: <a href="http://www.moi-alizee.com">http://www.moi-alizee.com</a> Infos zur Tour gibts unter: <a href="http://www.moi-alizee.com/allemand/concerts.html">http://www.moi-alizee.com/allemand/concerts.html</a>