Sorry, didn't understand what you were trying to do before.
You might not have needed to fool with the .php file.
Try this... in the ubbthreads.tmpl file
code:
Find this:
<td class="posttime" nowrap="nowrap">
{$forum[$c][$f]['lastpost']}
<br />
{$forum[$c][$f]['lastposter']}
- {$forum[$c][$f]['time']}
</td>
Change it to this:
<td class="posttime" nowrap="nowrap">
{$forum[$c][$f]['time']}
</td>
That shoudl get rid of the spaces and the dash etc...
