Similar Threads

Similar Threads 5.3

No permission to download
becouse yesterday shows similiar threads under quick replay, today is not i notice this more then once
 
It won't show for every thread! Check your settings in ACP. I don't see any unexpected behaviour on my forum.
 
Thanks to @RoldanLT, I found an issue with your add-on @AndyB. Apparently it does not check for thread to be available before working further. This line in Thread.php

PHP:
$currentNodeId = $parent->params['thread']['node_id'];

Just a simple check for thread within params should be enough ;)
 
  • Like
Reactions: rdn
I would like to pick up an earlier question: Would it be possible also to provide a widget for the Widget Framework by @xfrocks ? Would be awesome and of course i would like to contribute for it! :)
 
how do I get this to pick up 3 or more words on the search. Its currently at 2 words and therefore the results aren't accurate enough
 
@AndyB does this addon work with Elastic Search?
unfortunately is no
PHP:
 WHERE xf_thread.title LIKE " . XenForo_Db::quoteLike($searchWord1, 'lr') . "
AND xf_thread.title LIKE " . XenForo_Db::quoteLike($searchWord2, 'lr') . "
Module use mysql like search.
@RoldanLT where you found the using of ES?
 
Last edited:
Great Addon! Set it up on my site!

@AndyB - It'd be fantastic if you could let us choose the tables columns to be displayed in the box. For example, you could offer checkboxes:-

Display Following Fields In The Similar Threads Box:-

Thread Starter Icon: []
Forum: []
Creation Date: []
Number Of Views: []
Number Of Replies []
Number Of Likes (total): []


and maybe a few more. That'd make it incredibly useful :)
Umm, Has this been implemented? I did not follow this discussion; so might have missed out on the updates.
 
AndyB updated Similar Threads with a new update entry:

See description.

Similar Threads v3.5 changes:

1) Now supports Enhanced Search if available.
2) Similar Results can be displayed in Enhanced or Simple format.
3) Option to show Similar Results in responsive mode.
4) similarthreads.js no longer required to be installed in separate directory.

If upgrading from older version of Similar Threads:

1) Uninstall Similar Threads.
2) Delete Andy/SimilarThreads folder.
3) Delete js/xenforo/similarthread.js file.
4) Install Similar Threads v3.5.

Read the rest of this update entry...
 
Last edited:
I am unable to reinstall after uninstalling v3.3

I am getting this error:
Code:
Callback Andy_SimilarThreads_Listener::Thread is invalid (Invalid Class).

Edit: Turns out the problem was caused by using Add-on Install & Upgrade instead of the manual install.
 
Last edited:
Top Bottom