First, jo must creat a new "Plugin"
Plugin Attitudes:
Produkt - vBulletin
(Hook) - threadbit_process
Titel - your choise
PHP-Code:
PHP Code:
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'] = '';
}
Than save the Plugin.
Now search in template "threadbit":
Code:
<if condition="$show['guestuser']">
$thread[postusername]
<else />
Below add:
Code:
<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>
GreeTz
Snatch