Back to vBulletin 3.6 Add-ons

[Ajax] Check for similar thread before posting a new one
Mod Version: 1.00, by MrNase

This modification is in the archives.
vB Version: 3.6.7 Rating: (48 votes - 4.75 average) Installs: 515
Released: 09 Jul 2007 Last Update: 10 Jul 2007 Downloads: 2649
Not Supported Uses Plugins Template Edits Additional Files  

You love the 'similar threads' function and you are sick of duplicate threads just because your users don't use the search function?

Why not just combine them?

This Add-on will grab the thread title the user typed in and it will load a small box (using Ajax magic ) with 5 similar threads just like the 'similar threads' function that you can normally find under an already posted thread.

The box also tells the user to search through the similar threads first BEFORE starting a new one.

Features:
- no edits whatsoever needed, just import the product file, enable the Add-on and it works (well, it should )
- you can turn it off for certain forums or
- you can turn it off completely without leaving any code that messes your templates/files
- it can be translated
- don't like it anymore? Remove the product and you'll never see that Add-on again

Known issues:
- none


Things to consider:

It uses http://jquery.com to get the information from ajax.php. http://jquery.com is great and you can do many great things with it and unlike the vBulletin method it's quite easy to understand.
The jQuery file is compressed and only 20kb large.
To download the file, visit the homepage at http://jquery.com/
The link to download the file is on the right hand side.

Here's the version I use: https://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.1.3.1.pack.js

Just download it and put it into the 'clientscript' folder without renaming the file.

Installation:
Download jQuery as described above.
Import the attached file using the Product Manager. Go to your vBulletin settings and search for 'Check for similar threads?'. Enable it.

Important:
It adds 2 new templates, it changes 1 template and it edits 2 files. I highly doubt that it will break you vBulletin but do a back-up and be on the safe side.

Version history:
1. initial release
2. current release
*** fixed some browser issues. The attached file is up to date.

How to fix the Opera problems in the first release:
The first release of this Add-on didn't work on Opera. To fix the problems, please follow these steps:
Open the template 'mrnasesimilarthreadcheck_header' and REPLACE the content with this code:
HTML Code:
    <script type="text/javascript" src="clientscript/jquery-1.1.3.1.pack.js"></script>
    <script type="text/javascript">
        $(function(){
            $("#inputthreadtitle").bind("blur", function(){
                var value =$(this).val(); 
                $('td#similarthreadcheckcontent').html('<img src="$stylevar[imgdir_misc]/13x13progress.gif" />');
                $.ajax({
                    type: "GET",
                    url: "ajax.php",
                    data: "do=getsimilarthreads&title="+value,
                    success: function(msg){
                        $('td#similarthreadcheckcontent').html(msg);
                         }
                });
            });
        });
    </script>
The attached file is up to date.

Support will only given to those who have clicked 'install'.

Download

This modification is archived, downloads are still allowed.

File Type: %1$s product-mrnasesimilarthreadcheck.xml (10.9 KB, 2613 downloads)

Screenshots

Click image for larger version
Name:	Bild 10.png
Views:	3008
Size:	31.8 KB
ID:	66704   Click image for larger version
Name:	Bild 9.png
Views:	3998
Size:	43.9 KB
ID:	66705   Click image for larger version
Name:	Bild 8.png
Views:	2740
Size:	30.2 KB
ID:	66706  

Similar Mods

End-User Options Ajax Check Username vBulletin 3.6 Add-ons
End-User Options Ajax Check eMail vBulletin 3.6 Add-ons
Similar Topic Check vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2024