Log in

View Full Version : post dates are not shown


ehsanix
08-15-2006, 11:29 AM
hi
please help me
in my forum when someone posts the POST DATE is not shown.
why?
what should i do for soliving this problem?
thank u all very much

the date of my post here is : Today, 16:59
but in my site it's not showed
please help me

Freesteyelz
08-16-2006, 02:58 AM
In either your postbit or postbit_legacy make sure you have this code:


<if condition="!$show['announcement']">
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
<else />
<phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
</if>

ehsanix
08-16-2006, 11:27 AM
thank u very much Freesteyelz
it solved my problem

Freesteyelz
08-17-2006, 02:04 AM
Np. :)