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.19.tar.gz
(35.0 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.19.tar.gz.
File metadata
- Download URL: ckanext-comments-0.0.19.tar.gz
- Upload date:
- Size: 35.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bebb99a7105fe6ae78ad95765b42cc3a7b433ce1c340613b75caaa4e1638b55
|
|
| MD5 |
0451921c21d8fd09130f6a4bbdcba87d
|
|
| BLAKE2b-256 |
c958004f5df3c174b21600ec5ae8c0b86e9ab29ff7e7f4980b0cff4ea3cb2c2b
|
File details
Details for the file ckanext_comments-0.0.19-py3-none-any.whl.
File metadata
- Download URL: ckanext_comments-0.0.19-py3-none-any.whl
- Upload date:
- Size: 44.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6efc75f3fee717f18a3e9b448a2ccc53752388de047c4b53470894afd7bf627b
|
|
| MD5 |
5bc3b8601b3eb151048507151d8d462f
|
|
| BLAKE2b-256 |
5ca702dabff2c23b1a333bb887996a96bc256eb19bb31a4bf850e698b28ea036
|