Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

...

// leave for marketing to fill out

...

  1. The plugin is free and available to all HostBill users. In order to activate the plugin go to Settings→ Modules→ Plugins → Inactive, find and activate CSV ExportDisqus plugin.
  2. Once the plugin is activated you will be directed to Settings→ Modules→ Plugins to configure the module.

Module configuration

...

Fill in the configuration fields:

  1. Choose module display name
  2. Select if you want the plugin to be accessible for all staff members or only selected staff members
  3. Once the plugin is activated you can go to Extras → Plugins → CSV Export where you can configure the data you want to exportFor the plugin to work correctly, you must complete the Code field. In this field, place the Universal Code with the Disqus Dashboard.

To get the Universal Code you have to log in to the Dashboard Disqus. Then go to Settings → Admin.

Image Added

Select the option: Installing Disqus.

Image Added

Then the list of platforms will appear. Choose the button: I don't see my platform listed, install manually with Universal Code.

Image Added

The code that will be generated should be pasted into the configuration of the Disqus module in HostBill.

Image Added


Info

The code should not be modified. All necessary modifications will be added automatically by the Disqus module.

Template modification

...

When you use the custom template you will have to make some modifications. 

Code implementing Disqus: 


Code Block
{clientwidget module="after" section="kbasecontent"}

The implementation code should be pasted at the end of the conditional structure {if $article} in the file: knowledgebase.tpl 

Example:


Code Block
{if $article}
.
.
.
	{clientwidget module="after" section="kbasecontent"}
{/if}