PDA

View Full Version : Time and Date stamp for each post


01blkcat
03-09-2003, 01:29 AM
I'm trying to get the time and date to show up for each reply to a thread, so that my users know when the information was posted. I'm seeing this all of the time on other vB sites, so I know it's doable. Can someone please point out what I need to do, or what I'm doing wrong (maybe an option). I'm running 2.2.9.

Tigga
03-09-2003, 01:39 AM
That's already in vB by default, so you must have removed it with your style. Try adding $post[postdate] and $post[posttime] in your postbit template. ;)