Extension Bcgov-disqus


Extension Basics

Title
Bcgov-disqus
Name
ckanext-bcgov-disqus
Type
Public extension
Description
BCGov Disqus CKAN Extension
CKAN versions
Download-Url (zip)
Last commit
7 years ago (2018-12-13 16:45:52)
Url to repo
Category
Content Management


Background Infos

Description (long)
Show details

Join us on Slack

ckanext-bcgov-disqus

This extension provides disqus features on the BC Data Catalogue.

Installation

  1. Activate virtual environment, e.g.

    $ . /usr/lib/ckan/default/bin/activate
    
  2. Install the extension. Switch to ckanext-bcgov-disqus extension directory and run the following command:

    python setup.py develop
    
  3. Update config file and add the following plugins to ckan.plugins list : edc_disqus.

  4. Add edcdisqus.api_key, edcdisqus.forum_name, edcdisqus.access_token, edcdisqus.api_secret and edcdisqus.widget_api_key to the ckan.ini file using the values you get from disqus

Usage

This follows the same scheme as other CKAN plugins and requires you to add it to pages using:

h.comments_block()

Additionally you can (and should) override the disclaimer by extending templates/package/comments_block.html

Original Repo Copyright 2018, Province of British Columbia.
Version
Version release date
(not set)
Contact name
bcgov
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
bcgov_disqus
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions