Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 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: 2.00, by MrNase MrNase is offline
Developer Last Online: Sep 2010 Show Printable Version Email this Page

Category: New Posting Features - Version: 3.8.0 Rating:
Released: 01-12-2009 Last Update: 01-12-2009 Installs: 636
Uses Plugins Auto-Templates
Additional Files  
No support by the author.

Hi there!

I decided to give my old Add-on a little update.

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:
- indicated if you already subscribed to one or more similar threads
- hover over the title and it gives a little preview of the thread's content
- 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.
Here's the version I use: http://code.google.com/p/jqueryjs/do...s&downloadBtn=

Just download the file from the location and put it into the 'clientscript' folder on your server without renaming the file.

jQuery 1.3 is out, read this if you would like to update: https://vborg.vbsupport.ru/showpost....1&postcount=27



Installation:
  1. Download jQuery as described above.
  2. Import the attached file using the Product Manager. Go to your vBulletin settings and search for 'Check for similar threads?'.
  3. 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:
2.0 -> this release
1.0 -> outdated (made for vB 3.6.*)

Download Now

File Type: xml product-mrnasesimilarthreadcheckv2.xml (10.9 KB, 3972 views)

Screenshots

File Type: png Bild 2.png (71.0 KB, 0 views)
File Type: png Bild 3.png (45.8 KB, 0 views)
File Type: png Bild 4.png (45.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
Artes_Marciales, atmaca

Comments
  #352  
Old 11-05-2010, 01:38 PM
Black Tiger's Avatar
Black Tiger Black Tiger is offline
 
Join Date: Apr 2004
Location: Netherlands
Posts: 957
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your welcome. I knew it was there under vboptions, just could not remember the exact subsection, that's why I gave the search option.
Glad you've found it.
Reply With Quote
  #353  
Old 11-05-2010, 03:25 PM
Itchy Nips's Avatar
Itchy Nips Itchy Nips is offline
 
Join Date: Jun 2009
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah, i must have misread the instructions:
Quote:
2.Import the attached file using the Product Manager. Go to your vBulletin settings and search for 'Check for similar threads?'.
I read that as 'check for similar threads' is located in Admincp -> vBulletin Options in its own category.

in any case, thanks.
Reply With Quote
  #354  
Old 11-05-2010, 04:01 PM
Black Tiger's Avatar
Black Tiger Black Tiger is offline
 
Join Date: Apr 2004
Location: Netherlands
Posts: 957
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes that was my first interpretation too when I installed it the first time.
Reply With Quote
  #355  
Old 12-30-2010, 02:25 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Simon Lloyd View Post
Just wrap the contents of these templates in a conditional
mrnasesimilarthreadcheck_header
mrnasesimilarthreadcheck_main
HTML Code:
<!-- show the following in the listed forums -->
<if condition="in_array($forumid, array(1,2,3))">
CODE FOUND IN THE TEMPLATE
<else />
</if>
Same can be done for usergroups. Overall, ranking users will have less need for this functionality than newbies.
Like this:
HTML Code:
<!-- show the following to the listed usergroups -->
<if condition="is_member_of($bbuserinfo,1,2,3)">
CODE FOUND IN THE TEMPLATE
</if>
It would be nice to have a setting for usergroups in adminCP though.

Mind that jquery 1.4.4 is out, so the listed version of jquery.min.js (1.2.6) is outdated.

So in mrnasesimilarthreadcheck_header
replace:
HTML Code:
<script type="text/javascript" src="clientscript/jquery-1.2.6.min.js"></script>
With:
HTML Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
Reply With Quote
  #356  
Old 01-29-2011, 10:12 PM
Scalemotorcars's Avatar
Scalemotorcars Scalemotorcars is offline
 
Join Date: Mar 2006
Location: NC
Posts: 619
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ive read this entire hack and the older one and still cant find how to reduce or increase the results returned. Can someone post the solution. Thanks....
Reply With Quote
  #357  
Old 01-30-2011, 12:05 AM
Eduardo Leon's Avatar
Eduardo Leon Eduardo Leon is offline
 
Join Date: Oct 2009
Location: Peru
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hahaha excelent Add On ..

Thnx for share this !
Reply With Quote
  #358  
Old 01-30-2011, 04:50 PM
Scalemotorcars's Avatar
Scalemotorcars Scalemotorcars is offline
 
Join Date: Mar 2006
Location: NC
Posts: 619
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Had to uninstall. I got it working but couldn't prevent it from pulling rss feeds, even after excluding that forum and rebuilding the similar threads.

Someone needs to write up a How To on this hack. Its actually a very good ideal but unless you know your way around VB it can easily discourage less experienced admins.

Real chick

#1. After you install run your "rebuild similar threads" in maintenance.
#2 It works off the VB default "similar thread" so to change how many results are displayed you need to change the VB default for the same. Its in one of your php files but I cant remember the one right now. Its not in the plugins or templates.
#3 Just because you don't get a result doesn't mean its not working. It just means you have nothing similar. Try more words in the title and you will see results.

Like I said this really needs a Read Me included.
Reply With Quote
  #359  
Old 02-26-2011, 08:42 AM
eh69 eh69 is offline
 
Join Date: Feb 2009
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When this will be ported to vB4?
Reply With Quote
  #360  
Old 02-26-2011, 09:56 AM
Welshy2008's Avatar
Welshy2008 Welshy2008 is offline
 
Join Date: Jul 2008
Location: UK
Posts: 904
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by eh69 View Post
When this will be ported to vB4?
There is one Here
Reply With Quote
  #361  
Old 02-26-2011, 02:17 PM
eh69 eh69 is offline
 
Join Date: Feb 2009
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not working:

This thread is in the Modification Graveyard.

This modification cannot be downloaded.
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 02:18 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.05996 seconds
  • Memory Usage 2,354KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete