DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

AdministrationΒΆ

If the Single Sign On option is Used you need to add the API Keys.Those can be added with the Constants:

Public Key: plugin.tx_pscdisqussso.settings.disquspublic

Private Key: plugin.tx_pscdisqussso.settings.disqussecret

There are also some Variables available as Constants, that define the Used fe_users Mapping for Disqus. They are used to alter the Variables used, from the User Session.

Example:
fe_users Variable used for Username
plugin.tx_pscdisqussso.settings.disqusUsername
This Variable is set to ?username? on Default. Disqus now uses the fe_users Field ?username? to get the Users Name for the Single Sign On.

The defaults are configured to work, with default fe_users, do not edit them, unless you know what you do. For more Information, see the Configuration Section.

fe_users Variable used for Username:
plugin.tx_pscdisqussso.settings.disqusUsername
Default: username
fe_users Variable used for Email:
plugin.tx_pscdisqussso.settings.disqusEmail
Default: email
fe_users Variable used for Website:
plugin.tx_pscdisqussso.settings.disqusUrl
Default: www
fe_users Variable used for Avatar:
plugin.tx_pscdisqussso.settings.disqusAvatar
Default: image

Those Keys can also be edited in the Constant Editor.