ckanext-comments
Add comment-trees to CKAN pages
Requirements
- python >= 3.7
- CKAN >= 2.9
Installation
To install ckanext-comments:
-
Install python package
pip install ckanext-comments -
Add
commentsto theckan.pluginssetting in your CKAN config file -
Apply database migrations
ckan db upgrade -p comments -
Add
cooments/snippets/thread.htmlto yourpackage/read.htmltemplate, like this:{% ckan_extends %} {% block primary_content_inner %} {{ super() }} {% snippet 'comments/snippets/thread.html', subject_id=pkg.id, subject_type='package' %} {% endblock primary_content_inner %}
Config settings
# Require comment approval in order to make it visible
# (optional, default: true).
ckanext.comments.require_approval = false
# Editor(admin) can edit draft comments
# (optional, default: true).
ckanext.comments.draft_edits = true
# Editor(admin) can edit approved comments
# (optional, default: false).
ckanext.comments.approved_edits = false
# Author can edit own draft comments
# (optional, default: false).
ckanext.comments.draft_edits_by_author = false
# Author can edit own approved comments
# (optional, default: false).
ckanext.comments.approved_edits_by_author = false
# Number of reply levels that are shown on mobile layout
# (optional, default: 3).
ckanext.comments.mobile_depth_threshold = 3
Tests
To run the tests, do:
pytest --ckan-ini=test.ini
License
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ckanext-comments-0.0.16.tar.gz
(35.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ckanext-comments-0.0.16.tar.gz.
File metadata
- Download URL: ckanext-comments-0.0.16.tar.gz
- Upload date:
- Size: 35.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60f9781b9793d035b30085d561a01da0f0a83d4096f2ded8f37d061a4daab68c
|
|
| MD5 |
b3c6d990b6cb5a65617a8f52c74499b7
|
|
| BLAKE2b-256 |
b39a8d12fcf44575b608cb462367f46181db6fb5f2099a884f4e9fb2c80e6241
|
File details
Details for the file ckanext_comments-0.0.16-py3-none-any.whl.
File metadata
- Download URL: ckanext_comments-0.0.16-py3-none-any.whl
- Upload date:
- Size: 44.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9eff15814d7143820c21cfceed341eae32902668738bb34567441ce63d9fc43
|
|
| MD5 |
f61aabac42161ae4be76abc2a39249e5
|
|
| BLAKE2b-256 |
aec766a25051896a5b742d244381b548d033415f3f988c8562771640249605bd
|