beautiful hack, my only thing was that in the threadpreview-search it says to replace:
PHP Code:
In searchresultbit_threadonly
Find:
<a href="showthread.php?s=$session[sessionhash]&threadid=$searchresult[threadid]$highlightwords">$searchresult[threadtitle]</a>
Replace with:
<a href="showthread.php?s=$session[sessionhash]&threadid=$searchresult[threadid]$highlightwords" title="fppreview">$searchresult[threadtitle]</a>
when you should replace it with
PHP Code:
<a href="showthread.php?s=$session[sessionhash]&threadid=$searchresult[threadid]$highlightwords" title="$fppreview">$searchresult[threadtitle]</a>
By the way, this'll fix those people having problems with the search threadpreview not working, assuming all that is showing up is the fppreview.