Disqus comments confirguration question
Installation and Configuration
To stop the disqus coming out on pages you can remove that line from the item_detail.tpl file via the template editor:
Your-Site.com/page/admin/templates
edit the item_details.tpl file and change this code:
{* bring in module features *}
{jrCore_item_detail_features module="jrPage" item=$item}
To this:
{* bring in module features
{jrCore_item_detail_features module="jrPage" item=$item}
*}
It is in 2 locations. One location is for the pages on a users profile. The second location is for pages created by the admin and on the main site.
Commenting out that code means that disqus will not be able to get out to the page. But it also means that other modules trying to do stuff on that page wont be able to either.
Like jrTags. it also trys to put itself on the page in that location.