Topic: Discus comments

Download here:
Discus Comments


Instructions:
   

  • Copy discus folder in morfy plugins

  • Go to discus.php in discus folder and change nickname

  • Call this with <?php echo Morfy::factory()->runAction('discus');  ?> 

  • For example in the end of  blog_post.html

  • Activate/deactivate plugin, add discus in array like  this.


Example config.php

    
        'plugins' => array(
            'markdown',
            'sitemap',
            'discus'
        )

That's it.

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

2 2014-01-19 16:47:06

Re: Discus comments

+1 )

Monstra Loves You! Give some love back!

3 2014-01-21 16:13:16

Re: Discus comments

New update ,now you can put nickname in config.php file like this:


        'discus_name' =>' nickname here '
        'plugins' => array(
            'markdown',
            'sitemap',
            'discus'
        )

to call this in html  use <?php echo Morfy::factory()->runAction('discus');  ?>


Download new update

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

Re: Discus comments

nakome wrote:

New update ,now you can put nickname in config.php file like this:


        'discus_name' =>' nickname here ',   // Put comma if you need very important
        'plugins' => array(
            'markdown',
            'sitemap',
            'discus'
        )

to call this in html  use <?php echo Morfy::factory()->runAction('discus');  ?>


Download new update

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website