i try to add it
but i get a databese error
when i add this line
AND threadid NOT IN ($personalstickysq)
from
Code:
$getthreadids = $db->query_read_slave("
SELECT " . iif($sortfield == 'voteavg', $votequery) . " thread.threadid,
$tachy_columns
$hook_query_fields
FROM " . TABLE_PREFIX . "thread AS thread
$tachyjoin
$hook_query_joins
WHERE forumid = $foruminfo[forumid]
AND sticky = 0
AND threadid NOT IN ($personalstickysq)
$prefix_filter
$visiblethreads
$globalignore
$limitothers
$datecut
$hook_query_where
someone knows whats going?
edit: it seems to work even if you dont add the editions in forumdisplay.php, in vb 3.8.0