I want show first post date in forumdisplay?
like this:

Uploaded with
ImageShack.us
Help me, please!!
--------------- Added [DATE]1299758199[/DATE] at [TIME]1299758199[/TIME] ---------------
I try to open >> threadbit templates >> threadbit
Find this:
Quote:
<if condition="$show['guestuser']">
$thread[postusername]
<else />
<span style="cursor ointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]', '_self')">$thread[postusername]</span>
</if>
|
I add
$post[postdate] in the end of
</span>
the result:
Quote:
<if condition="$show['guestuser']">
$thread[postusername]
<else />
<span style="cursor ointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]', '_self')">$thread[postusername]</span> - $post[postdate]
</if>
|
But still not working