2015-08-11, 09:27 AM
How can I make it so it shows users date of birth in their posts? For example currently when someone posts in the forums it looks like:
![[Image: jyHRnd1.png]](https://camo.mybb.com/e897794063a951539bba647ba021b9e41392063d/687474703a2f2f692e696d6775722e636f6d2f6a7948526e64312e706e67)
I would like it so it says something like
Anyone know how to do this?
I am currently looking at my template postbit_author_user template and this is what it currently looks like:
I would like it so it says something like
Quote:Date of birth: 04-30-1995below the "joined" section.
Anyone know how to do this?
I am currently looking at my template postbit_author_user template and this is what it currently looks like:
{$lang->postbit_posts} {$post['postnum']}<br />
{$lang->postbit_threads} {$post['threadnum']}<br />
{$lang->postbit_joined} {$post['userregdate']}<br />
{$post['replink']}{$post['profilefield']}{$post['warninglevel']}
What do I need to change in order to get what I want done?