solved disqus commenting no longer on forums (bug report and solution)

soaringeagle
@soaringeagle
10 years ago
3,304 posts
i had disqus commenting sitewide but on the forums they suddenly disappeared
i cant seem to see where i might have added them myself when comparing to older template versions
found it
its in the forum beta item_detail.tpl
the disqus was left out



--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 03/07/16 07:10:09PM
soaringeagle
@soaringeagle
10 years ago
3,304 posts
found it theres an s on comments in last line that shouldnt be there
beta code
{jrCore_item_detail_features module="jrForum" item=$topic exclude="jrComment~item_comments,jrDisqus~disqus_comments"}

correct code
{jrCore_item_detail_features module="jrForum" item=$topic exclude="jrComment~item_comments,jrDisqus~disqus_comment"}



--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
10 years ago
10,149 posts
"disqus_comments" is the correct one - you just want to change it to:

{jrCore_item_detail_features module="jrForum" item=$topic exclude="jrComment~item_comments"}

By changing it to "disqus_comments", you made that an invalid module feature short name, and so it shows.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
10 years ago
3,304 posts
i didnt change it i just used what was on an older version so it worked
the 2nd code worked the 1st 1 was in the new version of forums and doesnt work


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
10 years ago
10,149 posts
soaringeagle:
i didnt change it i just used what was on an older version so it worked
the 2nd code worked the 1st 1 was in the new version of forums and doesnt work

The first is what SHOULD be in the forums module - it prevents both regular comments and disqus comments from showing on forum posts (which is what we want).

The forum already has "comments" in that people can respond to a forum post by adding their "comment" to it. Having Disqus comments at the bottom of each forum post would be confusing for most users, and I'm not sure you would want that - but I'm glad it's working for you.


Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
10 years ago
3,304 posts
i have been ussing disqus commenting in forums all along so non members can join in on discussions
everything disqus is on already has commenting on it disqus just alows non members to contribute it also really helps seo on the pages being discussed off site'
all i know is somehow i enabled it, maybe in a custom template but then it died
removing the s fixed it ..i guess by breaking the code to disable it


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

Tags