Quote:
Originally Posted by nomoreturn@hotm
Installed on vb 4.0.2 and keep geeting this error
[snip]
|
This is a known issue, but it only occurs in Threaded mode.
For a quick fix:
Code:
open /dbtech/vbactivity/includes/hooks/showthread_query.php
Place directly beneath <?php:
if ($threadedmode)
{
$postids = "postid IN (" . $cache_postids . ")";
}
Permanent fix along with new features coming tomorrow.
Fillip