show_post.php
ersetze:
$row['txt'] = (isset($_GET['such']) ? markword(bbcode ($row['txt']),$_GET['such']) : bbcode ($row['txt']) );
durch
$s = preg_quote($lang['postlastchangedby']);
if(preg_match("/.*".$s." ([^\ ])* am \d\d\.\d\d\.\d\d\d\d - \d\d:\d\d:\d\d$/", $row['txt'])){
preg_match("/.*".$s." ([^\ ])* am \d\d\.\d\d\.\d\d\d\d - \d\d:\d\d:\d\d$/", $row['txt'], $matched);
$formatted='<span style="font-size:5pt">'.$matched[0].'</span>';
$txt = preg_replace("/".$s." ([^\ ])* am \d\d\.\d\d\.\d\d\d\d - \d\d:\d\d:\d\d$/", $formatted, $row['txt']);
} else {
$txt=$row['txt'];
}
$row['txt'] = (isset($_GET['such']) ? markword(bbcode ($row['txt']),$_GET['such']) : bbcode ($txt) );
bin gespannt ob das geht ^^
bzw evtl hat noch jemand eine vereinfachungs idee mit regex hab ichs nicht so
Meine Postings repräsentieren meine Meinung wenn nicht anders gekennzeichnet.
MFG Rock@wulf