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)

thcf 05-10-2009 06:01 AM

anyone?

djXpire2 05-10-2009 08:46 AM

Powerful, Intuitive, EXCELLENT MOD!!! LOVE IT MAN!!!! INstalled and Nominated!!!

thcf 05-12-2009 07:31 AM

Can someone help me please, i have been asking this question for days now....

How do i make the similar thread links open in a new window? thanks

defetzer 05-14-2009 09:47 AM

Quote:

Originally Posted by thcf (Post 1809208)
Can someone help me please, i have been asking this question for days now....

How do i make the similar thread links open in a new window? thanks

Template
showthread_similarthreadbit_ajax

Find:
Code:

<a href="showthread.php?$session[sessionurl]t=$simthread[threadid]" title="$simthread[preview]">$simthread[title]</a>
Replace:
Code:

<a href="showthread.php?$session[sessionurl]t=$simthread[threadid]" title="$simthread[preview]" target="_blank">$simthread[title]</a>

asking 05-14-2009 01:32 PM

its not working in my forums :(

please can anyone tel me what should i do ?

l_amhed 05-14-2009 04:55 PM

Quote:

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.
As the autor has disappeared, is there someone who have an idea how to fix the AJAX conflict ?

KevinGupta 05-15-2009 04:28 PM

hmm...
I tried to rebuild the similar threads... still doesnt work..?
What else can we try to fix this problem.. it is very annoying that its not working but shows the message...?

powerful_rogue 05-16-2009 03:15 PM

Quote:

Originally Posted by paul41598 (Post 1805896)
instead of a popup window, what I did is make it auto collapse ;)

I like it!

Any chance of sharing how you did that?

calvinnguyen 05-23-2009 05:26 AM

I don't know why this didn't work with me.

sheep92032 05-23-2009 03:10 PM

doesn't work for me either.

crazlunatic 05-23-2009 09:57 PM

where's check for similar threads, I can't find it

marshal_ramdev 05-24-2009 01:45 AM

thanks

alfaowner 05-27-2009 02:10 AM

Works great so far on 3.8.2

WildSoftCat 05-27-2009 03:39 PM

One problem with non-english languages

Fixing :

find line

PHP Code:

$thread['similar'] = fetch_similar_threads (...etc

and replace with

PHP Code:

$tit iconv('utf-8'$stylevar['charset'], $vbulletin->GPC['title']);
$thread['similar'] = fetch_similar_threads($tit); 


Neptun 06-01-2009 10:06 AM

is this hack working ?! i have 3.8.2 i test it in 3.8.1 it was not working

W!cKeD 06-01-2009 10:39 AM

* Thanks & Installed * :up:

_____

@Neptun, you've enabled this in hack?

L-Mane 06-09-2009 07:17 AM

Couldn't get this to work with the latest VB.

bongmatinhoc 06-09-2009 03:14 PM

Quote:

<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>
i fix, but no work

profanitytalker 06-22-2009 05:59 AM

reserved for future use.

ricardoNJ 06-28-2009 02:50 PM

I can't found it!

zCarot 06-29-2009 09:36 AM

<font color="DarkSlateBlue">Users can bypass anti-ddos setting "Minimum Time Between Searches" by using this hack.
Someone can fix it?

P.S. I can try but I have not time for that</font>

80's 06-30-2009 10:25 AM

It does not work well with Turkish characters. Can not find the similar threads with them. Can I do anything to get it work?

Turkish characters: ?,?,Ğ,ğ,İ,ı,?,?,Ş,ş,?,?

I hope your browser will show the characters correctly. :)

mangel.ajo 07-02-2009 10:20 PM

Great plugin!!! :-)

Working on my 3.8.3 + VBSEO :-)

Thanks!!! :)

ricardoNJ 07-07-2009 02:18 AM

Ok, Installed ....!!! :)

FernandoFG 07-09-2009 08:04 PM

Works perfectly!! Thanks a lot

vB 3.8.2 with vBSEO + Tag generator + english + spanish.

nickson 07-10-2009 02:56 AM

i did as shown in the article but that doesnt come up when i try to post a new thread.

winer888 07-25-2009 01:15 AM

it great , but it work in vb 3.8.3?

winer888 07-25-2009 01:23 AM

i will study , thaks

digif 07-25-2009 08:27 AM

doesn't work for me
I allow it, but it only says: Server will check it when you enter title, but after I enter and start writing the post, it doesn't change, its still: server will check..

TRABZONLUKAPLAN 07-27-2009 11:08 PM

Thank you very much. This is so helpful.

reddyink 07-28-2009 11:57 AM

Your Mod is excellent for Threads.

Is it possible to modify the Mod for Posts (replies to Thread).

Many thanks

alsultan88 07-31-2009 02:45 PM

hiiii
thnxxxxxx
its great and work for me on 3.8.1

plzzzz how can i increase the number of similar thread ??? its show only 5
at least i need to put it 10 or 15 because i have many threads in my forum

Verionia 08-04-2009 10:37 PM

Works for 3.83?

elenh 08-06-2009 11:17 AM

How do i add a link with drop down menu in navbar for search to working with this hack?

Thanks! INSTALLED + NOMINATED

rrudeboy 08-06-2009 11:45 AM

unfortunately....

Quote:

Database error in vBulletin 3.8.2:

Invalid SQL:

SELECT thread.threadid, MATCH(thread.title) AGAINST ('storm') AS score
FROM thread AS thread

WHERE MATCH(thread.title) AGAINST ('storm')
AND thread.open <> 10


LIMIT 5;

MySQL Error : Can't find FULLTEXT index matching the column list
Error Number : 1191
Request Date : Thursday, August 6th 2009 @ 07:39:10 AM
Error Date : Thursday, August 6th 2009 @ 07:39:10 AM
Script : http://everythingberry.net/xxxxxx/aj...ds&title=storm
Referrer : http://everythingberry.net/xxxxxx/ne...newthread&f=32
IP Address : 66.49.86.42
Username : rudeboy
Classname : vb_database
MySQL Version : 4.1.20-max-log

rrudeboy 08-08-2009 03:29 AM

c'mon girls & boys... tkx.

nbdh-r 08-08-2009 05:52 PM

thanks

SSJB_7 08-11-2009 11:54 PM

:( I Love it but is not working for me....

bada_bing 08-12-2009 02:43 AM

I tried to install this and activated it. NOw when I enter a thread title and it tries to look for simular threads I get this error
PHP Code:

Parse errorsyntax errorunexpected T_STRINGexpecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in C:\Domains\xxx.com\wwwroot\forums\ajax.php(69) : eval()'d code on line 11 


djaravindth 08-12-2009 08:56 AM

wow its working fine for me..


All times are GMT. The time now is 10:10 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.01661 seconds
  • Memory Usage 1,797KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_php_printable
  • (5)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