Jeff Thanks a lot for sharing this mod!. Is very usefull.
I have doubt with the instructions of the files edits.
In the Archive.php I cant find the first code to change.
Code:
$output .= "\t<li><a href=\"" . $vbulletin->options['bburl'] . "/showthread.php?t=$thread[threadid]\">$thread[title]</a></li>\n";
with the external.php I find the first code to change 2 times, I need to change both?
Code:
// list returned threads
if (!empty($threadcache))
{
foreach ($threadcache AS $thread)
Thanks for the help!