forked from leftypol/leftypol
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
1e294a5cd7
commit
7043eec8ad
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue