if ($thread['dateline']) { $thread['creationdate'] = vbdate($vbulletin->options['dateformat'], $thread['dateline'], true); $thread['creationtime'] = vbdate($vbulletin->options['timeformat'], $thread['dateline']); } else { $thread['creationdate'] = ''; $thread['creationtime'] = ''; }
<if condition="$show['guestuser']"> $thread[postusername] <else />
<span style="cursor:pointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]', '_self')">Von $thread[postusername] : $thread[creationdate] um $thread[creationtime] Uhr</span> </if> </div>