vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - [Ajax] Check for similar thread before posting a new one (https://vborg.vbsupport.ru/showthread.php?t=201651)

TheOptimist 09-14-2009 01:46 AM

Would any settings in the search algorithm section cause this to fail?

asking 09-14-2009 12:56 PM

not working for me any idea ? please help....

Simon Lloyd 09-14-2009 10:21 PM

What isn't working?

Cindyl10 09-15-2009 01:11 PM

Quote:

Originally Posted by Simon Lloyd (Post 1883559)
Cindy, do you have another mod that works on newthread? as for the template edit (i've done this one) they mean this https://vborg.vbsupport.ru/showpost....1&postcount=27

not that I'm aware of... thanks for showing me the template edit though. That's a bit beyond me so I'll show that to another person that works with me. Thanks! Maybe that will do the trick..

Simon Lloyd 09-15-2009 08:51 PM

Cindy, it's just a single line change, you can do it :)

Simon Lloyd 09-15-2009 08:54 PM

Cindy simply replace ALL of the code in the template called 'mrnasesimilarthreadcheck_header' for this:
PHP Code:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.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


Cindyl10 09-23-2009 12:53 AM

lol thanks! I'll probably give it a try as soon as I have the time again! I'll let you know if I manage it or not.

Cindyl10 09-24-2009 04:59 PM

Quote:

Originally Posted by Simon Lloyd (Post 1885413)
Cindy, it's just a single line change, you can do it :)

I did it!!!!!!!!!!!!!! And it works!!!!!!!!!!!!! Awesome!!!!!!!!!!!

One last question, do I have to change this in each of the styles I have separately?
Thank you so very much!!! I would have never even tried if you hadn't encouraged me!

ThomasBolley 09-24-2009 07:51 PM

on 3.8.4 dont work

Cindyl10 09-24-2009 10:23 PM

Yes, it does Thomas; we upgraded to 3.8.4 the other day and mine is working great now! Everyone loves it! Ooops, there's one part that's not working perfectly though.. I've entered the forums I do not want it to search but it's still searching them as well... but that's no big deal I suppose. I'd prefer it didn't, but if it must, so be it; at least it works!


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

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01403 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete