From 2533c309f77a223b97b80af087ef98ea9b64452b Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Fri, 5 May 2017 05:49:14 +0900 Subject: [PATCH] Add new fields for pdf_file_thumbail and autotagging / IP note generation of deleted posts to config.php for Deleting posts as mod does not work #104 --- inc/config.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/inc/config.php b/inc/config.php index f8a9debb..a760fdc5 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1853,3 +1853,9 @@ // Enable posting in overboard $config['overboard_post_form'] = false; + + // Enable auto IP note generation of deleted posts + $config['autotagging'] = false; + + // Enable PDF file thumbnail generation + $config['pdf_file_thumbnail'] = false;