Topic: Suggestion (small modification)
profile.php, row: 1168
<p><?php echo $lang_common['Registered'] ?>: <?php echo format_time($user['registered'], true); if ($pun_user['g_id'] < PUN_GUEST) echo ' (<a href="moderate.php?get_host='.pun_htmlspecialchars($user['registration_ip']).'">'.pun_htmlspecialchars($user['registration_ip']).'</a>)'; ?></p>
Change to:
<p><?php echo $lang_common['Registered'] ?>: <?php echo format_time($user['registered'], false); if ($pun_user['g_id'] < PUN_GUEST) echo ' (<a href="moderate.php?get_host='.pun_htmlspecialchars($user['registration_ip']).'">'.pun_htmlspecialchars($user['registration_ip']).'</a>)'; ?></p>
It shows admins and moderators the time when a user registered instead of only "today" or "yesterday". I'm probably one of the few that actually have use for this I guess, but anyway, It's nice