Hello,
I am in the process of moving most of the fields in the postbit into a dropdown. The issue that I am seeing is this:
When I use $post[joindate] it prints the joindate in UNIXTIME.
I then tried wrapping FROM_UNIXTIME($post[joindate]) but got the error about using expressions in VB. Full code is below, thanks for your help
Code:
<if condition="$post[joindate]">
<tr><td class="vbmenu_option">Join Date: $post[joindate]</td></tr>
</if>