• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

How to change Facebook comments to Disqus comments?

Clear config.php of settings for facebook.

IN view.php:
Change:
Code:
<div id="fb-root"></div>
            <div class="image-tools-section">
                <fb:comments href="<?php show_image_viewer(); ?>" num_posts="10" width="670"></fb:comments>
            </div>
to:
Code:
<div id="fb-root"></div>
            <div class="image-tools-section">
                YOUR DISQUS CODE HERE
            </div>
 
Back
Top