PDA

View Full Version : Show Thread Enhancements - Add Disqus comments to threads


JAFRI
04-29-2012, 10:00 PM
Add Disqus comments to threads

Disqus comments directly into the posts, at the bottom of the page.

Need login to comment use email IDs, google ,twitter,facebook,yahoo, and some more.
but if u like guests comment in thread need approve comments.

Guests allow for thread reply comment. [need login for email address only.itis good need email verification and if u like no need email verified] - Need Approved.
Guests allow for like comment.
Guests allow for Share thread in facebook and twitter.
Guests allow for subscribe threads.
Guests upload image in comment [ but admin/team approved after image show in Thread ]
Guests and member use flag [ Reporting for bad/spam comments ]

*******************************
HOW TO INSTALL.

Go : http://disqus.com and make a accont .
and go Install Instructions > Universal Code

Universal Code LINK (http://docs.disqus.com/developers/universal/)

This is the JavaScript embed code which loads and displays Disqus on your site, typically on the individual article or post pages.

Note: Don't forget to change 'example' to your forum's shortname .

Download and Read how to install - SHOWTHREAD

************************************************** ***************************

Demo : www.shiafriends.com

************************************************** ***************************

Widgets - Combination


<script type="text/javascript" src="http://xxxxxx.disqus.com/combination_widget.js?num_items=5&hide_mods=0&color=blue&default_tab=people&excerpt_length=200"></script><a href="http://disqus.com/">Powered by Disqus</a>

Widgets - Recent Comments


<div id="recentcomments" class="dsq-widget"><h2 class="dsq-widget-title">Recent Comments</h2><script type="text/javascript" src="http://xxxxxx.disqus.com/recent_comments_widget.js?num_items=5&hide_avatars=0&avatar_size=32&excerpt_length=200"></script></div><a href="http://disqus.com/">Powered by Disqus</a>

Widgets - Popular Threads

<div id="popularthreads" class="dsq-widget"><h2 class="dsq-widget-title">Popular Threads</h2><script type="text/javascript" src="http://xxxxxxx.disqus.com/popular_threads_widget.js?num_items=5"></script></div><a href="http://disqus.com/">Powered by Disqus</a>

Widgets - Top Commenters

<div id="topcommenters" class="dsq-widget"><h2 class="dsq-widget-title">Top Commenters</h2><script type="text/javascript" src="http://xxxxxx.disqus.com/top_commenters_widget.js?num_items=5&hide_mods=0&hide_avatars=0&avatar_size=32"></script></div><a href="http://disqus.com/">Powered by Disqus</a>Note: Don't forget to change 'xxxxxx' to your forum's shortname .

Videx
05-04-2012, 02:59 AM
What am I missing? Something odd about using another forum to comment on my own forum's postings. Seems I should be trying to get people to respond here, not there.

JAFRI
05-04-2012, 04:21 AM
What am I missing? Something odd about using another forum to comment on my own forum's postings. Seems I should be trying to get people to respond here, not there.

check shortname name of your forum, and another forum shortname different not same.
most add other site url in your disqus account. and make new shortname for another forum.

RSNF
05-04-2012, 03:57 PM
Obviously this will not be for everyone However For those sites who like a more professional way to post and such this is a great solution. The likes system is very nice as well as it calculates and displays likes you have received. It also allows for one universal log in to various sites such as mlb.com,mlbtraderumors.com amongst other sites who use diquis as their commenting platform. If you and your members are not overly concerned about post counts then this is a great solution and thank you for putting the word out there about this solution.

faisaly.com
05-04-2012, 04:11 PM
Good alternative, better then the default vBulletin comments...

JAFRI
05-07-2012, 04:10 AM
Good alternative, better then the default vBulletin comments...


vBulletin comments is good for members, Disqus comment i use only for Guests..... :)

baerwurz
05-17-2012, 08:41 PM
Would be nice to see this for CMS. ;-)

Mark.B
05-18-2012, 09:33 AM
This is odd to be honest...I have a perfectly good comments system on my site, it's called "vBulletin".

fwulfers
06-27-2012, 06:24 PM
I was looking for something like this for a long time! I can't believe it is this easy.

I am looking for a place to add this to show on CMS articles. Perhaps right above or below the existing comment box. Any thoughts?

fwulfers
06-27-2012, 07:05 PM
There is one problem with the template modification.. When you're not logged in to the vB site, you neither see the vB reply box nor the Disqus comments and reply box. Should the code be moved somewhere else in the Showthread template?

fwulfers
06-29-2012, 06:24 PM
There is one problem with the template modification.. When you're not logged in to the vB site, you neither see the vB reply box nor the Disqus comments and reply box. Should the code be moved somewhere else in the Showthread template?

I found out the issue, the instructions show the code should be placed above this code:

<div id="qr_scroll"></div>
</vb:if>

</form>
</div>
</vb:if>

However, it needs to be placed below that code.

fwulfers
07-19-2012, 03:01 PM
I am looking for a place to add this to show on CMS articles. Perhaps right above or below the existing comment box. Any thoughts?Code needs to be added to the vbcms_comments_page. Seems to be working great so far.

vinku
12-03-2012, 04:45 PM
cant we make Disqus replies or comment to be show link normal postings?

M.C.
07-05-2014, 05:18 AM
do you have actual FORUM screen shots?

final kaoss
02-16-2019, 01:07 AM
this needs updating as the universal code has changed to this.

NOTE: Trying to add this (not the mod but disqus) to the archives

<div id="disqus_thread"></div>
<script>

/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://*sitename.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>