From a640301c796bd3bbf82a0b5c2811ebfe34538a9d Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Fri, 9 Apr 2021 22:22:33 -0700 Subject: [PATCH] Document database modification requirement for field length settings Resolves #199. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47929a9..b54efcc 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ support in mind. 5. Configure **settings.php** - When setting ``TINYIB_DBMODE`` to ``flatfile``, note that all post, report and ban data are exposed as the database is composed of standard text files. Access to ./inc/database/flatfile/ should be denied. - When setting ``TINYIB_DBMODE`` to ``pdo``, note that only the MySQL and PostgreSQL databases drivers have been tested. Theoretically it will work with any applicable driver, but this is not guaranteed. If you use an alternative driver, please report back. + - Field length settings require a modification to the database field to accommodate the increased length in order to take effect. - To require moderation before displaying posts: - Set ``TINYIB_REQMOD`` to ``files`` to require moderation for posts with files attached. - Set ``TINYIB_REQMOD`` to ``all`` to require moderation for all posts.