Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install collective.disqus

How to install collective.disqus

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install collective.disqus
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.3.1
2.0b2Never BuiltWhy not?
0.3.1 Available View build log
0.3.0 Available View build log
Windows (64-bit)
0.3.1
2.0b2Never BuiltWhy not?
0.3.1 Available View build log
0.3.0 Available View build log
Mac OS X (10.5+)
2.0b2 Available View build log
0.3.1 Available View build log
0.3.0 Available View build log
Linux (32-bit)
2.0b2 Available View build log
0.3.1 Available View build log
0.3.0 Available View build log
Linux (64-bit)
2.0b2 Available View build log
0.3.1 Available View build log
0.3.0 Available View build log
 
License
GPLv2
Lastest release
version 2.0b2 on Feb 22nd, 2013

Overview

Integrates the Disqus commenting platform into Plone.

Default Plone discussion mechanism doesn't have a nice panel to administer comments. It's hard to find new comments. It's not possible to block posts with links or any other unwelcome contents.

However there are much more specialized tools for commenting on the web:

These commenting platforms can be easily integrated with sites, users just need to create an account and add some special code into their websites.

Warning

Versions 2.0 and up are not backwards compatible. If you are coming from an old version, you'll need to write your own upgrade code, or simply manually uninstall the old package before installing the new one.

Configuration

To enable Disqus comments in your site you need to:

  • Enable Global comments from Plone's default "Discussion settings" tool from control panel
  • Go to Disqus control panel and enable "Activate Disqus as system comment for Plone"
  • Enter your blog's short name as provided by Disqus

Now a Disqus comment box should be shown for each content type that has comments enabled.

Comments count

The product provides a 'Disqus summary view' that you can apply to any folderish or collection-type content type. It will show a comments count next to the "Read more..." link of each element.

In addition, there's a counter beneath the title of any object that accepts comments. This is done through a viewlet named as "disqus.comments.count".

Portlets

This product provides 2 portlets that you can use:

They both use the Disqus API, and for them to work, you need to provide:

  • Access token
  • Public key
  • Secret key

And to get them, you need to register an API Disqus account

Mostly Harmless

https://secure.travis-ci.org/collective/collective.disqus.png

Have an idea? Found a bug? Let us know by opening a support ticket.

Installation

To enable this product in a buildout-based installation:

  1. Edit your buildout.cfg and add collective.disqus to the list of eggs to install:

    [buildout]
    ...
    eggs =
        collective.disqus
    

After updating the configuration you need to run ''bin/buildout'', which will take care of updating your system.

Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.

Check the box next to collective.disqus and click the 'Activate' button.

Note: You may have to empty your browser cache and save your resource registries in order to see the effects of the product installation.

Contributors

  • Wojciech Lichota
  • Rok Garbas
  • Harald Friessnegger
  • Héctor Velarde
  • JeanMichel FRANCOIS
  • Juan A. Diaz
  • Franco Pellegrini

Changelog

2.0b2 (2013-02-22)
  • Add Disqus icon on the control panel. [hvelarde]
  • Include an Id in the counter link for themming purposes [tamosauskas]
  • Update Traditional Chinese translation. [l34marr]
  • Bugfix, javascript variables weren't being embedded in the page. [jcbrand]
2.0b1 (2012-12-13)
  • Added a "Disqus summary view" to include comments count on listings. [frapell]
  • Added a viewlet that will display the comments count beneath the object's title. [frapell]
  • If wrong url (not returning json), return empty list. [flecox]
  • Use network-path reference to load Disqus JavaScript to avoid "This Page Contains Both Secure and Non-Secure Items" messages over HTTPS. [hvelarde]
  • Updated Brazilian Portuguese translation. [hvelarde]
  • Updated German translation. [fRiSi]
  • Updated Spanish translation. [frapell]
  • Bugfix for the article's titles. [frapell]
  • Avoid removal of registry records on reinstall. [hvelarde]
  • Tested for Plone 4.2 compatibility. [hvelarde]
  • Added portlets for hot and popular threads. [hvelarde]
  • Added records to access the Disqus API to the control panel. [hvelarde]
  • Updated development buildout configurations. [hvelarde]
  • Updated package distribution and documentation. [hvelarde]
  • Add control panel and viewlet. [toutpt]
  • Complete refactoring of the package. [toutpt, hvelarde, frapell]
0.3.2 (unreleased)
  • moved javascript template code from disqus_panel.pt into it's view to bypass a chameleon related bug. [thet]
  • added DisqusAPI class for remote DISQUS API calls with predefined control panel settings, it inherits from disqus-python API [piv]
  • added option to switch DISQUS credit link off [piv]
  • added DISQUS SSO Addon support [piv]
  • added export comments view from plone to WXR format to import it into DISQUS [piv]
  • added product layer interface and registered viewlet for it instead of hiding it on uninstall [piv]
  • added highly recommended disqus_url additional parameter [piv]
  • added an option to display DISQUS comments only for anonymous [zupo]
  • add french translation [toutpt]
  • updated pot file and Spanish translation; removed mo file [hvelarde]
  • include Products.CMFCore.permissions.zcml [ajung]
  • add support for language param according to http://docs.disqus.com/help/97/ [toutpt]
0.3.1 (2011-01-31)
  • cleaned up i18n and added German translation [fRiSi]
  • added Spanish translation [hvelarde]
  • fixed action icons [hvelarde]
  • disqus_summary_listing now uses the configured shortname and includes the js only once [fRiSi]
0.3.0 (2010-08-15)
  • updated disqus api [garbas]
  • added disqus summary listing view with number of comments [garbas]
  • added some basic integration tests using plone.app.testing [garbas]
  • removed actionicon registration - depracated [garbas]
  • found and fixed bug in plone which was causing hidding of default plone commenting viewlet only for "Plone Classic Theme". [garbas] https://dev.plone.org/plone/ticket/10903
  • add test buildout, with coverage report and pylint check current result is 82% coverage and pylint score is -13.21/10 [garbas]
  • added translation for english and slovenian [garbas]
0.2.0 (2009-10-30)
  • Compatibility with Plone 4 [sargo]
  • Uninstall profile (unhide plone.comment viewlet, hide collective.disqus viewlet) [sargo]
0.1.0 (2009-08-13)
  • Initial release [sargo]

Subscribe to package updates

Last updated Feb 22nd, 2013

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.