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)

kalisekj 02-27-2011 12:12 AM

Here Is a Good Solution Folks:

I copied all the contents of Template : mrnasesimilarthreadcheck_header
Then I edited Template: newthread
I put my cursor right below $postpreview and pasted the contents I copied from Template: mrnasesimilarthreadcheck_header

I saved it.

Now The Mod works perfectly. Muwahahahaha Enjoy!

lDaFreshKid 02-27-2011 01:01 AM

What's the thing called in vbulletin options? I can't find it. I only see it installed in the manage products!

can anyone help.

eh69 02-27-2011 12:14 PM

Quote:

Originally Posted by kalisekj (Post 2167375)
Here Is a Good Solution Folks:

I copied all the contents of Template : mrnasesimilarthreadcheck_header
Then I edited Template: newthread
I put my cursor right below $postpreview and pasted the contents I copied from Template: mrnasesimilarthreadcheck_header

I saved it.

Now The Mod works perfectly. Muwahahahaha Enjoy!

You are talking about vB 4? I cant found $postpreview, I have only {vb:raw postpreview} and paste this template doing nothing...

kalisekj 02-27-2011 01:31 PM

I am on VB3.84 , The option is in VBoptions, Message Posting and Editing Options, towards bottom in that category, I also modified my /includes/functions_search.php , searched for LIMIT and changed 5 to 7 on 2 parameters to make it 7 results instead of 5, of course you will have to update counters in maintenance and update your similar threads again for the new amount to show. ENJOY!

With the above you can also put a if condition on it to exclude or include certain forums or usergroups. <if condition="in_array($forumid, array(1,2,3))"> or not in forum <if condition="!in_array($forumid, array(1,2,3))">

AndrewRich 03-07-2011 08:19 PM

Installed and working on mousepad.mouseplanet.com. I changed the template to use the newer version of jQuery. I would like to have it only search the specified forums but do not want to hard-code those forumIDs into the templates. How can I reference the array that the AdminCP code uses for the list of excluded forumIDs?

kalisekj 03-08-2011 02:05 AM

you can do usergroups which only have access to certain forums

Instar 04-03-2011 09:08 PM

Hey there someone can fix this?

Code:

Warnung: Die Aufrufe von fetch_template() sollten mit der Klasse vB_Template ersetzt werden. Templatename: mrnasesimilarthreadcheck_header in [path]/includes/functions.php (Zeile 4097)

Warnung: Die Aufrufe von fetch_template() sollten mit der Klasse vB_Template ersetzt werden. Templatename: mrnasesimilarthreadcheck_main in [path]/includes/functions.php (Zeile 4097)

Parse error: syntax error, unexpected T_STRING in /htdocs/forum/includes/class_core.php(4432) : eval()'d code on line 27


Simon Lloyd 04-05-2011 07:19 PM

Have you uploaded all the files to the correct place?, what version of vb are you using?

iMaverick 04-16-2011 10:29 PM

Any chance of getting this on vBulletin 4?

lodos0677 04-24-2011 10:17 AM

4.1.3 no working ? :(

c0der 04-24-2011 02:37 PM

thx alot

but can i use this hack with another idea like stop spammer or add same function to this plugin

Eplexx 07-08-2011 08:52 PM

Didn't work for 3.8.7

CouponWCents 09-27-2011 11:01 AM

I want this for 4.0!!

dang3rzon3 10-02-2011 05:55 PM

does work with vb4?

Simon Lloyd 10-02-2011 10:43 PM

Have you tried it with vb4? just looking at the source code (and i'm no guru! :)) it doesn't look version specific.

Simon Lloyd 10-02-2011 10:44 PM

Quote:

Originally Posted by Eplexx (Post 2218332)
Didn't work for 3.8.7

Works fine for me on vb3.8.7

karlm 11-25-2011 10:17 AM

Hoping a new release is made for vb4... perhaps with a few options in the ACP?

ses 01-10-2012 03:16 PM

Hello,

seems not to work on vbulletin 3.8.7 - there is no "Check for similar threads?"-Option in the AdminCP.

pjkcards 01-24-2012 04:22 PM

Is this available for vB 4?

tareqbd 02-10-2012 04:57 AM

any possibility to get for vb 4.1.2 or upper

Simon Lloyd 02-10-2012 05:19 AM

Quote:

Originally Posted by ses (Post 2286031)
Hello,

seems not to work on vbulletin 3.8.7 - there is no "Check for similar threads?"-Option in the AdminCP.

look carefully, it's not in it's own category :)

steven vaccaro 03-11-2012 06:41 PM

Quote:

Originally Posted by tareqbd (Post 2298138)
any possibility to get for vb 4.1.2 or upper

Wondering the same thing?

Anyone have an answer? Can we all get together and pay someone to do it?

nit233 03-24-2012 12:09 PM

Quote:

Originally Posted by steven vaccaro (Post 2308613)
Wondering the same thing?
Anyone have an answer? Can we all get together and pay someone to do it?

I am in, can we find someone to code this for vb4.
I am not sure but can we post it under Request for Paid Services.

New Joe 03-24-2012 12:27 PM

1 Attachment(s)
For vB 4, the same one like this here is the xml attached
If you have Auto tagged modification installed from here (vb org( the attached xml doesn't work

If you do have the Auto tagging modification installed then use this mod instead:
https://vborg.vbsupport.ru/showthread.php?t=233309

Simon Lloyd 03-24-2012 02:43 PM

Quote:

Originally Posted by New Joe (Post 2312810)
For vB 4, the same one like this here is the xml attached
If you have Auto tagged modification installed from here (vb org( the attached xml doesn't work

If you do have the Auto tagging modification installed then use this mod instead:
https://vborg.vbsupport.ru/showthread.php?t=233309

It should work, if i remember rightly it was one of the ajax features in the auto tag mod that needs turning off (or in this mod cant remember which) and they live happily together :)

New Joe 03-24-2012 03:07 PM

Quote:

Originally Posted by Simon Lloyd (Post 2312834)
It should work, if i remember rightly it was one of the ajax features in the auto tag mod that needs turning off (or in this mod cant remember which) and they live happily together :)

Simon, could you let me know which one and what to do? As i have tried and read how to make them work together but not able to.

Simon Lloyd 03-24-2012 03:12 PM

It's been quite a while but in the auto tagger i believe i turned ajax for new thread off and it all worked ok !

nit233 03-27-2012 03:38 AM

Quote:

Originally Posted by nit233 (Post 2312806)
I am in, can we find someone to code this for vb4.
I am not sure but can we post it under Request for Paid Services.

Finally got it done, works wonderful.

BryanLong 03-31-2012 06:33 AM

Quote:

Originally Posted by nit233 (Post 2313710)
Finally got it done, works wonderful.

Hi nit233,

I also need this Add-On for my vB 4.1.11.
Would you mind sharing how you get it work?

If this will be a paid Product for vB 4, just drop me a line.

Greetings,
Bryan

Yellow Slider 04-04-2012 03:10 PM

To anyone interested, I've created a vB4 version which is available here:
https://vborg.vbsupport.ru/showthread.php?t=281113

maki_69 07-19-2012 12:22 PM

Can You rebuild this plugin to work with "Automatic thread tagger" (with "Ajax" function active).
Now if You have active "Ajax" in "Automatic thread tagger" searching for similar threads doesn't work.

DaPike 09-01-2012 10:49 AM

Is there a way to get this addon working with vB 4.2.0??

Thx.

gbicar 09-05-2012 08:22 AM

does not work on 4.2.0 patch level 2

ChiNa 09-05-2012 09:47 AM

Quote:

Originally Posted by gbicar (Post 2362816)
does not work on 4.2.0 patch level 2

Sir this is for vb 3.8. you are in the wrong section!


Thanks , very usefull! This is also one of the greatest addons on here!

ChiNa 09-18-2012 02:53 PM

Not working on vBulletin 3.8.7

Its no were to be find in the "vBulletin Options" and then "Check for similar threads?"

Needs to be updated.... But a very nice mod!

Simon Lloyd 09-18-2012 03:49 PM

Quote:

Originally Posted by ChiNa-Man (Post 2366445)
Not working on vBulletin 3.8.7

Its no were to be find in the "vBulletin Options" and then "Check for similar threads?"

Needs to be updated.... But a very nice mod!

Works fine for me!!!!

ChiNa 09-19-2012 09:43 PM

Quote:

Originally Posted by Simon Lloyd (Post 2366456)
Works fine for me!!!!

I musta give it one more try! Lets see! Thanks for your response!

chithrasa 09-24-2012 05:58 AM

Hi Does this mod work with 4.x version?

chithrasa 09-24-2012 06:07 AM

Is there a similar mod for 4.x version?

ChiNa 09-29-2012 01:54 PM

IMPORTANT NOTICE


This is for people who cannot find the options, all I help you out with something that took me hours to find because of a simple wrong by the developer

The developer is says, Go to your vBulletin settings and search for 'Check for similar threads?'.

Which is Totally wrong... Took me hours to find out
!!

Here is what you should do after its Installed:

1: Go to your ADMINCP,
2: Click on vBulletin Options, and Choose vBulletin Options
3: No you should look for "Message Posting and Editing Options"
4: Now you should be in the right place, Look for "Check
for similar threads?
" And Wolla!

Enable it from there, and you are good to go! Go back and try to make a new thread!
Good luck

Ps, THANKS TO SIMON Lloyd

I wanna THANK Simon Lloyd for taking his time and wanted to help me with this! He is a professional Coder as I have seen some of his works, and when a person helps others out, thats something we should never forget! SO THANK YOU VERY MUCH SIMON!

Simon have some great Products and Addons
Check Simon Lloyd's Products by CLICKING HERE!


All times are GMT. The time now is 11:58 PM.

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.02207 seconds
  • Memory Usage 1,819KB
  • 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_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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