Buddy Press & BBPress
-
Hey there,
Have just the comments page on the home page, Buddy and BB in other pages – pipdisqus won’t affect those?
Love the silly name. 🙂
The page I need help with: [log in to see the link]
-
Hi @lmstearn, glad you like the name 😄
This plugin will only impact the default WordPress comments form. So that will be blog posts and pages normally. However you may wish to try viewing a Buddy/BBpress post after activating the plugin to double check. You can always disable the plugin after and it will revert the comments back to normal, none of the comments are deleted from the old system and can be brought back safely like that.
Hope that helps
Just a quickie – the Front\Static page for the site doesn’t show Disqus content at all, yet the Moderate Disqus Comments is there. The page is set at the
DefaultTemplate, Disqus docs say it works with Blogs – would that ever be a problem. In which case, the “Alternative Blog” for Twenty Twenty Three has a post date, post title but no body, which doesn’t sound right. Definitely does not work.Or does Disqus want the actual page slug referenced in the setup instructions?
Also followed this article:
https://bloggingwizard.com/disqus-missing-comments-troubleshooting-guide/
There are hacks in this old thread:
https://stackoverflow.com/questions/5602140/how-to-display-disqus-on-home-page
Worth pursuing, or perhaps the universal code has a trick?
Thanks again.
Are comments enabled for the page which is set as the homepage? You can check this by using the Quick Edit button for that particular page when viewing the list of pages in the dashboard:
If so, and Disqus is still now showing, I may need to take a closer look at how Disqus is running on static homepages. We may be able to add this functionality in the next update.
Yes, it’s checked, and sounds good, thanks! 🙂
After a quick trawl, couldn’t find much evidence of a mixed BBPress/BuddyPress & Disqus setup – is it actually possible for Disqus to operate at all in this arrangement?
Also raised the issue over there, being a new poster, it isn’t appearing in any of their tagged channels yet.
-
This reply was modified 3 years ago by
lmstearn.
Apologies for the extra postings – any luck with the static pages?
Came across @mdawaffe‘s reply in this thread:
If ALL pages
- copy
page.php(in your current theme’s directory) topage.old.php - copy
single.phptopage.php(now you see why we made a backup) - Tada. If you want the sidebar back, you’ll have to find the
class="widecolumn"and replace it withclass="narrowcolumn"and then put:<?php get_sidebar(); ?>right above<?php get_footer(); ?>
If SOME pages
- Do the same thing, but instead of overwriting
page.phpcopysingle.phpto a new file:pagecomm.php - Edit
pagecomm.phpto include the appropriate Template Name hook (you might read the whole article while you’re there) - Edit the Page in question and tell it to use the new Template you’ve just created by selecting the new Template from the “Page Template” dropdown
Is that the kind of thing that has to be done? Also looks like more hoops and hurdles with the Universal code, Pip would be so much better than the manual setup.
Hope it happens, thanks.
-
This reply was modified 3 years ago by
The topic ‘Buddy Press & BBPress’ is closed to new replies.