If your dates are not aligning correctly in forumdisplay.php, follow these instructions to fix them:
In the template forumdisplaybit, right after
find:
Code:
<td bgcolor="$backcolor">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
Replace that code with this:
Code:
<td bgcolor="$backcolor">
<table cellpadding="0" cellspacing="0" border="0" id="ltlink" align="right"><tr align="right">