allow disabling comment date display using discussiondatedisplay configuration option

This commit is contained in:
El RIDO
2024-05-04 14:38:41 +02:00
parent 5421e8e558
commit 0f9158b37b
7 changed files with 31 additions and 14 deletions

View File

@@ -18,6 +18,11 @@ discussion = true
; preselect the discussion feature, defaults to false
opendiscussion = false
; enable or disable the diplay of dates & times in the comments, defaults to true
; note that internally the creation time will still get tracked in order to sort
; the comments by creation time, but you can choose not to display them
; discussiondatedisplay = false
; enable or disable the password feature, defaults to true
password = true
@@ -242,7 +247,7 @@ dir = PATH "data"
; - AWS_ACCESS_KEY_ID
; - AWS_SECRET_ACCESS_KEY
; - AWS_SESSION_TOKEN (if needed)
; for more details, see https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_credentials.html#default-credential-chain
; for more details, see https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_credentials.html#default-credential-chain
;class = S3Storage
;[model_options]
;region = "eu-central-1"
@@ -264,4 +269,4 @@ dir = PATH "data"
; (optional) the "signature" (access key) issued by YOURLS for the using account
; signature = ""
; (optional) the URL of the YOURLS API, called to shorten a PrivateBin URL
; apiurl = "https://yourls.example.com/yourls-api.php"
; apiurl = "https://yourls.example.com/yourls-api.php"