Code: Select all
topic_type != 2
Code: Select all
AND topic_type != 1
Code: Select all
$prune_all = ($prune_all) ? '' : 'AND t.topic_vote = 0 AND t.topic_type > ' . POST_STICKY;
//
// Those without polls and announcements ... unless told otherwise!
//
This one.A_Jelly_Doughnut wrote:There. FYI: I'm not the best guy for coding, but this should work...Code: Select all
$prune_all = ($prune_all) ? '' : 'AND t.topic_vote = 0 AND t.topic_type > ' . POST_STICKY; // // Those without polls and announcements ... unless told otherwise! //