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???

TamCaVBoy3 02-24-2009 04:21 PM

this mod will have conflict with other mods that use ajax...such as auto tagger

Playa82 02-24-2009 05:26 PM

check if:

vBulletin Options -> vBulletin Options -> General Settings -> Disable AJAX Features is Enable All AJAX Features

Naxon 02-24-2009 06:22 PM

Doesn't work with hebrew... can it be fixed?

weexto 02-25-2009 12:28 PM

Quote:

Originally Posted by weexto (Post 1750526)
hello, I just created a new forum and so far I have only a dozen post. testing the product "Check for similar thread before posting a new one" it does not find a similar post. It takes a minimum of post so that it works?

Can I ask an answer to my question? please

Alien 02-26-2009 03:29 PM

I have been unable to get this to work on 3.8 myself so far...

EDIT: Fixed. :) Nice work!

Neptun 02-26-2009 03:54 PM

this hack does not work in vb 3.8.1 :(

i turn the product on .. after this i try to write a new thread with the similar title like an old one and it tells me "No similar threads found. You can create a new thread and let the users answer your questions"

where is the problem with the product ?!

star88 02-26-2009 10:18 PM

Quote:

Originally Posted by weexto (Post 1754201)
hello, I just created a new forum and so far I have only a dozen post. testing the product "Check for similar thread before posting a new one" it does not find a similar post. It takes a minimum of post so that it works?


Quote:

Originally Posted by Neptun (Post 1755350)
this hack does not work in vb 3.8.1 :(

i turn the product on .. after this i try to write a new thread with the similar title like an old one and it tells me "No similar threads found. You can create a new thread and let the users answer your questions"

where is the problem with the product ?!


I have the same problem. :(

l_amhed 02-27-2009 02:35 PM

Quote:

Originally Posted by TamCaVBoy3 (Post 1753441)
this mod will have conflict with other mods that use ajax...such as auto tagger

Yep it seems to be the case. The addon was working like a charm and since I installed the auto tagger product it doesn't work anymore (yes even with the ajax options set to yes).

Switch02 02-27-2009 03:30 PM

Nice work i'll try this one

kud0gfx 03-02-2009 09:34 AM

i've problems with my style, all the newthread gets messed up, and in some subforums i get the list of 5 threads twice its really strange :S i disabled it.

I always used tis mod since 3.8.1 and was really useful, so if someone could help me ill be really grateful

msalman 03-02-2009 11:13 PM

1 Attachment(s)
maybe you guys try this, I made a small change a while ago to make it work for 3.7.x and it works for 3.8.x as well as I'm running it now. I just changed the ajax handling

preloader 03-03-2009 12:54 AM

exelent , thx

karlm 03-03-2009 04:45 AM

Using the original file, I have this working with vb3.8.1

I disabled each plugin independantly, then re-enabled them... seems to do the trick.

Neptun 03-03-2009 08:37 AM

i tried the xml of msalman and is also not working ..... :(

dancue 03-05-2009 04:13 PM

Any reason why I'm getting two boxes with similar threads?

*Edit:
Fixed. Still had similar threads v1 installed. Uninstalled it and it works perfectly fine.

RobbieZ 03-06-2009 04:56 AM

Can you code it so that it shows Prefix's please?

Thanks

yotsume 03-09-2009 07:22 AM

Quote:

Originally Posted by TamCaVBoy3 (Post 1753441)
this mod will have conflict with other mods that use ajax...such as auto tagger


Ok so I uninstaller the auto tagger mod. This mod still doesn't work on my 3.8x site.

What should I try next? Any real suggestions?

legion! 03-15-2009 12:06 AM

Nope doesnt work...also i want it so people cant post the same thread twice...prefferably for my Rss feed bots

yotsume 03-15-2009 12:44 AM

Quote:

Originally Posted by legion! (Post 1768357)
Nope doesnt work...also i want it so people cant post the same thread twice...prefferably for my Rss feed bots

This mod has major conflicts with other mods that use or make calls to ajax. Also, the developer is MIA! This mod needs updated so the conflicts are removed. I have this working on a 3.7 board and not working on 3.8x. The difference seems to be ajax related but we are not getting any real support here.

A suggestion would be to disable all your mods and see if this one works. Even when I uninstaller 2 other ajax related mods this one however still doesn't work. So I can't find the conflict.

I PMed the developer asking for help with a board I need this for and I got ZERO response so far.

:up: GREAT MOD POOR SUPPORT!!! :down:

legion! 03-15-2009 12:49 AM

Yea man i feel you i really need a way to stop my RSS feeds from posting duplicate posts....if you have any suggestions im open ears :)

MrAbc 03-18-2009 10:40 PM

It broke my vbulletin!
Edit: fixed

rmxs 03-25-2009 09:10 AM

for me dont work with non english any help?

weexto 03-25-2009 09:37 AM

then it works or it does not work with 3.8.1?

rmxs 03-25-2009 10:12 AM

Works with 3.8x byt only return results in english

weexto 03-25-2009 10:43 AM

and other languages ?

rmxs 03-25-2009 10:54 AM

For me doesnt return any results.

marcut 03-25-2009 10:01 PM

I installed the script and the product, but i can't find where it says the option to enable it. vBulletin options DOES NOT display this, and it has with other mods i dled.

l_amhed 03-26-2009 03:38 PM

Any chance to see an update to fix the conflict between this very usefull hack and, for instance, the auto tag thread mod ???
Till then I've desinstalled yours.

See you.

weexto 03-26-2009 03:49 PM

Quote:

Originally Posted by rmxs (Post 1776570)
For me doesnt return any results.

it will work one day?

RadioErewan 03-28-2009 10:58 PM

1 Attachment(s)
Here you have polish translation of this mod. Version in iso-8859-2 encoding.

Regards


All times are GMT. The time now is 05:50 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.01698 seconds
  • Memory Usage 1,823KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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