Okay - I think I have cracked this

In showflat.inc.php
replace
$postrow[$i]['Subject'] = "
$Subject";
with
$postrow[$i]['Subject'] = "
$Subject";
$postrow[$i]['SubjectSocial'] = "$Subject";
Then in the links use
{$postrow[post].SubjectSocial} instead of {$postrow[post].Subject}
However you also need to remove
#Post{$postrow[post].Number}
from each link, as the # seems to stop the title from being recognised within the bookmarking submission forms.
I have it working now at say...
http://www.fansfocus.com/forums/ubbthreads.php/ubb/showflat/Number/1212027/I can find no way though to add in the #postnumber
There may be another way to do this though - but at least it works
