Whats the vb4.0 alternative to the function: fetch_similar_threads
Been trying to find it for hours now, its the last thing I need to finish converting a mod to vb 4.0
Thanks in advance.
--------------- Added [DATE]1264655383[/DATE] at [TIME]1264655383[/TIME] ---------------
I tried:
PHP Code:
$searchcontroller = vB_Search_Core::get_instance()->get_search_controller();
$thread['similar'] = $searchcontroller->get_similar_threads(convert_urlencoded_unicode($vbulletin->GPC['title']));
but that returns an empty array, when there are heaps of topics matching.