Support Forum

Threaded Posts and Blog Comments

61 Answers

New Answer

UN
Unknown
Member

Hi,

 

So where is development status on these plugins currently at?

My organisation is very interested in trying out these plugins. It have fallen upon me to feel out the terrain. I’m not a developer though and would really appreciate some help in layman terms on how these 3 plugins work together and can be implemented.

 

We have a site where we post news and articles which people can comment on.

We also have a forum where we would like people to discuss the same news and articles.

It would be fantastic if someone comments on the news/article and the same comment shows up in the forum under the correct thread (automated thread or not) and vice versa.

What do we need to implement this/your solution?

 

Many thanks in advance! (English isn’t my first language so apologies if something is odd grammatically)

YS Yellow Swordfish
Yellow Swordfish
Member

You do not actually need either of the plugins listed in the title of this topic to do what you want to do. All you need is our Blog Post Linking plugin for this. This is what we use here on our ‘Latest News and Developments’ forum.

The ‘Commenter’ plugin that we use on our own blog posts is still very much a work in progress but is not actually necessary for what you want.

HB Henrik Berntsson
Henrik Berntsson
Member

Please share the download link of the plugin (Beta version).

YS Yellow Swordfish
Yellow Swordfish
Member

Threading was released a few weeks back: https://simple-press.com/downloads/threading/

The Blog Comments plugin is not currently available.

UN
Unknown
Member

Hi again,

We’ve implemented your fantastic Blog Post Linking-plugin on out site and we are so incredibly pleased with it.

I might not have been explicit enough in my last request, but we also would like to try your Blog Commenter-plugin.

We know it is in beta, we also read that you haven’t had any problems with it so far, has there been any trouble with it recently or is there a particular reason why it’s still in beta?
We really would like to try it and would be glad to help out by providing feedback etc.

If you could email me a link or info we would really appreciate it immensely.
Many thanks in advance!

(Yellow Swordfish)
“Tell you what though – we would be happy to let you have a copy of the Commenter plugin which would be a beta and thus not necessarily as bug-free as we can make it – but working as well as it is working on our blog posts here. (We have not been informed or – nor have seen any problems).”

YS Yellow Swordfish
Yellow Swordfish
Member

Actually by ‘not available’ I really meant we probably will not be progressing it. If we did give you a copy it would be without support and probably without any future updates.

But – we will talk it over here – that’s a promise.

YS Yellow Swordfish
Yellow Swordfish
Member

If you would like an unsupported copy of the plugin then I can send it to you. Let me know. 

There are only templates available for the Unified, Reboot and Barebones themes however. To use it – it is also necessary to turn off comments in the blog posts and to ensure that the WP themes comment form is not displayed.

If you want to go ahead I can zip it up and send it using the email address you have used here.

JG John Greenewald
John Greenewald
Member

I have threading on my forums, yet, when an old topic gets a threaded post, it will appear on the main index as the newest updated thread, but will not appear on the top of the forum index.

 

Here are screen shots:

Main Forum Index:

Specific Forum Index (Most recent isn’t there — as the reply is a threaded reply):

YS Yellow Swordfish
Yellow Swordfish
Member

Seemed fine here. Showed as the latest post in all views. So what has this got to do with blog comments? Is this relevant?

JG John Greenewald
John Greenewald
Member

Yellow Swordfish said
So what has this got to do with blog comments? Is this relevant?

  

I have no idea what you mean here?

That said — maybe it is a caching issue? However, I cleared all of the cache, not only what I had installed on WordPress, but also my Cloudflare cache (even though I have a rule setup not to cache the forums).  No change.

Here is further proof, and I am open to ideas.  If you go here:  http://www.theblackvault.com/community/forum/government-and-political-conspiracies/page-2/

Look for this thread: 9/11 Conspiracy Theory That Jet Fuel Can’t “Melt” Steel put to rest? 

You will see the forum index said last updated a year ago, but if you enter the thread, specifically to here: http://www.theblackvault.com/community/forum/government-and-political-conspiracies/911-conspiracy-theory-that-jet-fuel-cant-melt-steel-put-to-rest/#p124063 

You will see it was updated today…

So, what could be causing this? 

JG John Greenewald
John Greenewald
Member

For the record, I since added a “test” comment on the thread, and it popped right back to the top, without clearing cache or anything.

That said, it seems to be a bug (on my end) wherein the threaded reply does not get seen as the “latest” message when it comes to the date sorting.

SimplePress Version 5.7.5.2

Threading Version 1.9.2

JG John Greenewald
John Greenewald
Member

One more thing I noticed after doing a test — it seems like this bug occurred when a threaded reply was put on a post that was on the forum BEFORE I installed the Threading plugin.

I then posted a threaded reply on a post that was posted AFTER the Threading plugin was installed. And it worked ok.

Could this be the bug? 

YS Yellow Swordfish
Yellow Swordfish
Member

I asked about ‘blog comments’ simple because that is the title of this topic. One of the reasons we always feel it is better to start a new topic for a new problem rather than add to one that is mainly irrelevant.

Anyway – as to your last post above I think you have a point. That I can replicate so I am investigating the code.

YS Yellow Swordfish
Yellow Swordfish
Member

Would you be able to try out a small code edit for me? test it on both old and new topics? If so then you would need to edit the file:

/wp-content/sp-resources/forum-plugins/threading/sp-threading-plugin.php

Locate the function:

sp_threading_postindex_select()

and change the line of code:

$query->orderby = 'post_pinned DESC, thread_index ASC';

to:

$query->orderby = 'post_pinned DESC, control_index ASC';

and let’s see if that resolves it for you.

This will NOT resolve it for any existing topics that are wrong. However, you could go to the forum admin > toolbox > housekeeping and use the Rebuild Indexes tool on affected forums. Note that this task can take some time on a large forum.