patt1293
01-28-2010, 02:02 AM
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 1264655383 at 1264655383 ---------------
I tried:
$searchcontroller = vB_Search_Core::get_instance()->get_search_controller();
$thread['similar'] = $searchcontroller->get_similar_threads(convert_urlencoded_unicode($vb ulletin->GPC['title']));
but that returns an empty array, when there are heaps of topics matching.
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 1264655383 at 1264655383 ---------------
I tried:
$searchcontroller = vB_Search_Core::get_instance()->get_search_controller();
$thread['similar'] = $searchcontroller->get_similar_threads(convert_urlencoded_unicode($vb ulletin->GPC['title']));
but that returns an empty array, when there are heaps of topics matching.