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)

n.sinha.p 02-24-2009 04:54 AM

Doesn't works for me :(

Jquery is in place and I have checked all settings.. tried through all the skins too!

yotsume 02-24-2009 05:14 AM

Quote:

Originally Posted by The Vegan Forum (Post 1751917)
It started to work here after I changed the jquery version to jquery-1.2.6.min.js. Apparently, there is a 'min' version and a 'pack' version....

Maybe we all have so mod conflict you don't because no matter what version I try it doesn't work.

I like to see a demo of this working for real because I don't believe it works at all!

Playa82 02-24-2009 05:36 AM

works fine for me.

try to do this fix:
Code:

https://vborg.vbsupport.ru/showpost.php?p=1713381&postcount=27

yotsume 02-24-2009 05:54 AM

Quote:

Originally Posted by Playa82 (Post 1753053)
works fine for me.

try to do this fix:
Code:

https://vborg.vbsupport.ru/showpost.php?p=1713381&postcount=27


My board's forums can only be seen by members only. Does that make a different? Guests can't see the forums at all.

I tried this template edit and it still doesn't work.

I had the auto tagger mod installed and disabled it because someone reported a possible conflict and it still doesnt work.

The mod here has bugs! Look at how many are reporting it does't work!

Playa82 02-24-2009 06:11 AM

1 Attachment(s)
Quote:

Originally Posted by yotsume (Post 1753060)
My board's forums can only be seen by members only. Does that make a different? Guests can't see the forums at all.

I tried this template edit and it still doesn't work.

I had the auto tagger mod installed and disabled it because someone reported a possible conflict and it still doesnt work.

The mod here has bugs! Look at how many are reporting it does't work!

try to do this fix, then it works see my screenshots

Sunka 02-24-2009 08:55 AM

Please speak english, I know russian language, but this is english forum.
Moderators?????????

yotsume 02-24-2009 09:41 AM

Quote:

Originally Posted by Playa82 (Post 1753073)
try to do this fix, then it works see my screenshots

TRY TO DO WHAT FIX?

The template edit that was already suggested didn't work for me. You didn't suggest any edit in your reply but just gave two screen shots.

So lets go people how about some real step by step instructions or even better how about the developer of this mode make a real fix for the many people this doesn't work for please!

Would it matter that now all my usergroups can see all forums but only certain selected?

Any coder/developer out there willing to take a look at my board and lend a hand to get this to work?

I can make a admin account for you so please PM me if you can help me out.

I'm on vb3.8 with vBa installed.

THANKS!

yotsume 02-24-2009 10:25 AM

So are there any other setting in the vb adminCP that need to be on or off for this to begin to work?

I using the default template, on vb3.8.0 with latest vba installed, the board is not open to guests. I did the template edit as suggested. It still won't work. So I don't see what I am missing.

Because I did the template edit, I have tried also uploading a few different version of the script and nothing works!

I am getting very close to UNINSTALLING!

HELP PLEASE!

Thanks!

yotsume 02-24-2009 10:34 AM

So here is my template after I did the edit:

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>

This mod still doesn't load the similar threads. So what could be the problem???

yotsume 02-24-2009 11:18 AM

So I installed this mod on one of my 3.7x sites and it works perfectly even without the template edit.

On my 3.8x board I still can't get it to work. So there is obviously a conflict somewhere that I have found!

ANY IDEAS???


All times are GMT. The time now is 01:41 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.01514 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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