Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[Ajax] Check for similar thread before posting a new one Details »»
[Ajax] Check for similar thread before posting a new one
Version: 1.00, by MrNase MrNase is offline
Developer Last Online: Sep 2010 Show Printable Version Email this Page

Category: New Posting Features - Version: 3.6.7 Rating:
Released: 07-07-2007 Last Update: 07-09-2007 Installs: 515
Uses Plugins Template Edits
Additional Files  
No support by the author.

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 jQuery to get the information from ajax.php. jQuery 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: http://code.google.com/p/jqueryjs/do....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'.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #362  
Old 02-09-2010, 03:43 PM
vithorius's Avatar
vithorius vithorius is offline
 
Join Date: Feb 2008
Location: Portugal
Posts: 347
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This hack RULES!!!

Ok, but I have this question: How do I disable it only on SELECTED forums?

I have a forum where members must introduce themselves, and there is no point that this hack should be suggesting similar threads there... (sorry my poor english)

So, how do we enable it only on selected forums?

Thank you so very much!
Reply With Quote
  #363  
Old 02-09-2010, 07:42 PM
jschvili jschvili is offline
 
Join Date: Aug 2006
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That would be a feature I would love, to enable and disable certan forums.
Reply With Quote
  #364  
Old 02-21-2010, 06:49 AM
TROLL TROLL is offline
 
Join Date: Aug 2005
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just adding a +1 for interest in using this in vb4... any luck there with this mod or another like it?
Reply With Quote
  #365  
Old 04-11-2010, 04:07 PM
Nilsd Nilsd is offline
 
Join Date: Jun 2004
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

adding also a+=1 for interest in using this in vb4
Reply With Quote
  #366  
Old 04-27-2010, 06:30 AM
washingtonboise washingtonboise is offline
 
Join Date: Mar 2009
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

(I've read 200+ comments, ~20 pages.)

A lot of yes, a lot of no, a lot of forehead smacking:
If it is at all possible, I highly recommend that someone take an early post (like in the top three) then edit that post to bundle the solutions together where the solutions are needed most for efficiency.

Possible solutions to "It don't work right!" My findings:
(BTW I'm in the not working crowd.)



If someone could develop a mod that allowed for a 'solutions' bag to hover right where post #2 hovers, or tag a post as a solution and 'float' it, that would certainly be Mod of the Month (MOTM) material. It would fix the issue of digging through long threads with 200+ replies.


Update


The author has an updated version of this but nobody linked to the new version: https://vborg.vbsupport.ru/showthread.php?t=201651

Initially, Google and on-site search were kind enough to make this appear to be the only (and most up to date) version.

So here we go, follow that link and don't even think of posting in this thread... unless you're actually running 3.6
Reply With Quote
  #367  
Old 08-30-2010, 02:29 PM
ludachris ludachris is offline
 
Join Date: Feb 2002
Posts: 287
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've got two suggestions for this modification:

1. Gray out the message box in the New Thread form for an Admin-specified amount of time (maybe 10 seconds), which will give the user time to browse the links that are automatically populated by this feature. In the grayed-out message box, add text that tells the user to click the links above to ensure their question hasn't been answered before. This feature should likely have the option to be disabled on a per-forum basis.

2. Allow the admin to enter a hard-coded link below all of the threads - this would be helpful for sites that have an FAQ thread or forum where common questions are cataloged/linked.

I think the above two features would force more people to use the features.

Another thought, and I don't know if this is possible, would be to have a cookie track whether or not the similar threads that show up have been read or not - this way, the user cannot click on the message box to type their question until they've clicked on all the links in the similar thread box. That would be even better than the first suggestion above.
Reply With Quote
  #368  
Old 09-13-2010, 01:33 PM
jschvili jschvili is offline
 
Join Date: Aug 2006
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So I guess this mod does work with vB 4.0 ?
Reply With Quote
  #369  
Old 09-16-2010, 05:21 PM
adeel80 adeel80 is offline
 
Join Date: Apr 2010
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting this error. Please help me out.

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: mrnasesimilarthreadcheck_header in [path]/includes/functions.php on line 3932

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: mrnasesimilarthreadcheck_main in [path]/includes/functions.php on line 3932

Parse error: syntax error, unexpected T_STRING in /home/siasat/public_html/forum/includes/class_core.php(4010) : eval()'d code on line 15
Reply With Quote
  #370  
Old 10-08-2010, 09:33 PM
salafmisr.net's Avatar
salafmisr.net salafmisr.net is offline
 
Join Date: Apr 2010
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

adding also a+=1 for interest in using this in vb4
Reply With Quote
  #371  
Old 10-17-2010, 06:02 AM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed this and it seems to have broke the ajax post thank you hack. It now gives an error when a member clicks the thank you button:

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /post_thanks.php on line 52

There must be some kind of ajax conflict?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:07 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09481 seconds
  • Memory Usage 2,317KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete