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
This commit is contained in:
parent
1b3d45a9c0
commit
2533c309f7
@ -1853,3 +1853,9 @@
|
|||||||
|
|
||||||
// Enable posting in overboard
|
// Enable posting in overboard
|
||||||
$config['overboard_post_form'] = false;
|
$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;
|
||||||
|
Loading…
Reference in New Issue
Block a user