Code: Alles auswählen
[img]http://www.cheex.de/Clanforum/images/banner/tempel.gif[/img]Gruß, Philipp
BTW: sorry, die Bilder hatte der WebWasher weggefiltert...
Code: Alles auswählen
[img]http://www.cheex.de/Clanforum/images/banner/tempel.gif[/img]Dann wird ein Link erstellt. Ich hab's grade getestet.PhilippK hat geschrieben:Und was genau passiert, wenn duim Forum eingibst?Code: Alles auswählen
[img]http://www.cheex.de/Clanforum/images/banner/tempel.gif[/img]
Code: Alles auswählen
//-- mod : profile cp ------------------------------------------------------------------------------
//-- add
global $userdata;
if (!$userdata['user_viewimg'])
{
$text = str_replace("[img:$uid]", "", $text);
$text = str_replace("[/img:$uid]", "", $text);
}
//-- fin mod : profile cp --------------------------------------------------------------------------