Nu wil ik dat Mededelingen en Stickies niet verwijderd worden, maar polls wel. Moet ik er dan gewoonTo stop stickies from being pruned, open prune.php and change line 34 to:Code: Selecteer alles
$prune_all = ($prune_all) ? '' : 'AND t.topic_vote = 0 AND t.topic_type <> ' . POST_ANNOUNCE . ' AND t.topic_type <> ' . POST_STICKY;
Code: Selecteer alles
$prune_all = ($prune_all) ? '' : 'AND t.topic_type <> ' . POST_ANNOUNCE . ' AND t.topic_type <> ' . POST_STICKY;