you rock, I'll go try that now.
--------------- Added [DATE]1213117994[/DATE] at [TIME]1213117994[/TIME] ---------------
This is my actual code, it still doesn't load.
Code:
$threadprefixstuff="<a href=\"showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]\" id=\"thread_title_$thread[realthreadid]\"<if condition=\"$show[gotonewpost]\"> style=\"font-weight:bold\"</if>>$thread[threadtitle]</a>
$thread[movedprefix]
$thread[typeprefix]
$thread[moderatedprefix]
$thread[prefix_rich]";
$threadprefixlookfor="
$thread[movedprefix]
$thread[typeprefix]
$thread[moderatedprefix]
$thread[prefix_rich]
<a href=\"showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]\" id=\"thread_title_$thread[realthreadid]\"<if condition=\"$show[gotonewpost]\"> style=\"font-weight:bold\"</if>>$thread[threadtitle]</a>";
$threadprefixreplace="$threadprefixstuff";
$vbulletin->templatecache[threadbit] = str_replace($threadprefixlookfor, $threadprefixreplace, $vbulletin->templatecache[threadbit]);