Log in

View Full Version : join date


mantoi
10-03-2009, 02:04 AM
in join date it is showing Month & Year.
i want to add date also.

HMBeaty
10-03-2009, 02:12 AM
Assuming you're talking about in the postbit, find:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
And replace with
<if condition="$prepared[joindate]"><div>$vbphrase[join_date]: $prepared[joindate]</div></if>

mantoi
10-06-2009, 04:22 AM
after doing this join date also not coming