Well, I want to display the date when my banned member will be unbanned, I'm going for something like:
QuoteReason:
A reason
Lift Date:
2 day(s)
but it isn't working, the expire_time never shows up.
Here's my code: (Sources/Security.php)
// You banned, sucka!
fatal_error(sprintf($txt[430], $old_name) . (empty($_SESSION['ban']['cannot_access']['reason']) ? '' : '<br />' . $_SESSION['ban']['cannot_access']['reason'] .'<br><br><b>Lift Date:</b><br>' . $_SESSION['ban']['cannot_access']['expire_time']));
If we ever get this solved, then a moderator can move this to Tips and Tricks for other people to use if he wants.