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)

stator 03-15-2010 04:31 PM

Quote:

Originally Posted by MrNase (Post 2003417)
Because of the many requests I had: I am going to port this to vBulletin 4.

Thank you man

we really need it

bhanuprasad1981 03-15-2010 05:20 PM

Quote:

Originally Posted by MrNase (Post 2003417)
Because of the many requests I had: I am going to port this to vBulletin 4.

waiting for that day :D

bada_bing 03-25-2010 06:06 PM

Quote:

Originally Posted by bada_bing (Post 2000006)
Can I get my questions answered please I would love to enable this mod.



Any help with this please..

maimaitinhban 04-08-2010 05:44 PM

Quote:

Originally Posted by MrNase (Post 2003417)
Because of the many requests I had: I am going to port this to vBulletin 4.

:D thank you man

dackdigital 04-12-2010 06:10 AM

[QUOTE = MrNase; 2003417] Debido a las muchas peticiones que tenĂ­a: me voy a portar este a vBulletin 4. [/ Quote]

thank you man

karlm 04-17-2010 10:04 AM

Quote:

Originally Posted by MrNase (Post 2003417)
Because of the many requests I had: I am going to port this to vBulletin 4.

Wonderful... I greatly look forward to this being ported over to vb4... I've been missing it a lot :(

StarBuG 04-23-2010 01:53 PM

Can't wait for it either. Duplicated Threads popping up everywhere since the upgrade

steve1966 05-02-2010 04:57 PM

Quote:

Originally Posted by MrNase (Post 2003417)
Because of the many requests I had: I am going to port this to vBulletin 4.

cant wait brilliant

Skyline_GT 06-06-2010 09:19 AM

Is it possible to disable this for some usergroup?

TheInsaneManiac 06-07-2010 12:17 AM

I find this a bit messy, it causes a HUGE leap in the scrollbar. I want it to be there, but I don;t want it to be too noticable. For members under 10 posts IDC, but respected member shouldn't have to always see it.

Welshy2008 06-11-2010 01:13 PM

Is there an update on the porting of this Mod to vB4.0.3, Please MrNase?

Many Thanks.

Budget101 06-11-2010 01:33 PM

Quote:

Originally Posted by Welshy2008 (Post 2052027)
Is there an update on the porting of this Mod to vB4.0.3, Please MrNase?


Many Thanks.


https://vborg.vbsupport.ru/showthrea...hlight=similar

ShaolinTiger 07-21-2010 03:58 AM

I have a couple of questions as well if possible.

1) Is it possible to exclude RESULTS for certain forums rather than just excluding the function, I've excluded a bunch of forums in the options but matches from those forums are still being generated which is very messy (I have Buy/Sell trade sections and I don't want suggestions from those to show up)
2) Is it possible to change the styling as the forum titles are showing up as white on white links which are effectively invisible.

Great mod tho! thanks.

Xtrigit 07-30-2010 09:01 AM

Please update this for vb4 :)

thanks

Welshy2008 07-30-2010 05:30 PM

Quote:

Originally Posted by Xtrigit (Post 2076708)
Please update this for vb4 :)

thanks


There is one Here

VB-Hunter 08-13-2010 12:43 PM

it is not work for me ...
AJAX enable ...
Plug in Enable
my forum language persian

http://forum.iecloob.com

Merjawy 09-06-2010 09:23 AM

Any chance to port this to vB4? I loved it before

That other mod only works with English I suppose not other languages of unicode

Welshy2008 09-06-2010 10:42 AM

Quote:

Originally Posted by Merjawy (Post 2094490)
Any chance to port this to vB4? I loved it before

That other mod only works with English I suppose not other languages of unicode

Quote:

Originally Posted by Welshy2008 (Post 2076891)
There is one Here

Above. ^^^

Kolektor 09-13-2010 07:24 PM

works perfectly using jquery in googleapis

durham 10-12-2010 08:37 AM

Love it - thanks!

Really would like option to "include" only certain forums as I just want it to work in a couple of forums not all the other 100+!

Otherwise brilliant.

Simon Lloyd 10-13-2010 05:28 AM

Quote:

Originally Posted by durham (Post 2109381)
Love it - thanks!

Really would like option to "include" only certain forums as I just want it to work in a couple of forums not all the other 100+!

Otherwise brilliant.

Just wrap the contents of these templates in a conditional
mrnasesimilarthreadcheck_header
mrnasesimilarthreadcheck_main
HTML Code:

<!-- show the following in the listed forums -->
<if condition="in_array($forumid, array(1,2,3))">
CODE FOUND IN THE TEMPLATE
<else />
</if>


SpanishHarlem 10-13-2010 04:48 PM

Quote:

Originally Posted by Simon Lloyd (Post 2109664)
Just wrap the contents of these templates in a conditional
mrnasesimilarthreadcheck_header
mrnasesimilarthreadcheck_main
HTML Code:

<!-- show the following in the listed forums -->
<if condition="in_array($forumid, array(1,2,3))">
CODE FOUND IN THE TEMPLATE
<else />
</if>




Ok call me stupid.. lol.. Not quite sure what you mean here....

Simon Lloyd 10-13-2010 08:28 PM

Admincp>Styles & Templates>Styel manager>YOUR FORUM STYLE>mrnasesimilarthreadcheck_header wrap all those contents in the if condition (i.e change "CODE FOUND IN TEMPLATE" for the code actually found in the template (don't forget to chage 1,2,3 for the actual forumss you want to show it in)), hit save and do the same for the next template i mentioned, then go to the mod settings and allow all forums, the similar thread thing should now only show in the ones you specidied in the if condition.

SpanishHarlem 10-13-2010 08:35 PM

Quote:

Originally Posted by Simon Lloyd (Post 2109881)
Admincp>Styles & Templates>Styel manager>YOUR FORUM STYLE>mrnasesimilarthreadcheck_header wrap all those contents in the if condition (i.e change "CODE FOUND IN TEMPLATE" for the code actually found in the template (don't forget to chage 1,2,3 for the actual forumss you want to show it in)), hit save and do the same for the next template i mentioned, then go to the mod settings and allow all forums, the similar thread thing should now only show in the ones you specidied in the if condition.

Thanks :)

durham 10-16-2010 11:38 AM

Quote:

Originally Posted by Simon Lloyd (Post 2109664)
Just wrap the contents of these templates in a conditional
mrnasesimilarthreadcheck_header
mrnasesimilarthreadcheck_main
HTML Code:

<!-- show the following in the listed forums -->
<if condition="in_array($forumid, array(1,2,3))">
CODE FOUND IN THE TEMPLATE
<else />
</if>


Quote:

Originally Posted by SpanishHarlem (Post 2109807)
Ok call me stupid.. lol.. Not quite sure what you mean here....

Thanks a great idea - will give it a go! Many thanks

Worked perfectly!

D

dursat 11-04-2010 09:44 AM

3.6.8 olurmu acaba bu

Black Tiger 11-04-2010 12:38 PM

Please write in English.

Itchy Nips 11-05-2010 11:51 AM

I imported the xml file and I see it in my list of imported products but I dont see it in vb options.

ideas?

Black Tiger 11-05-2010 01:06 PM

It's in Admincp -> vBulletin Options, see the screenshot. You could use the "view all options" and then use the search option of your browser.

Itchy Nips 11-05-2010 01:27 PM

thanks. found it under 'message posting and editing options'

Black Tiger 11-05-2010 01:38 PM

Your welcome. I knew it was there under vboptions, just could not remember the exact subsection, that's why I gave the search option.:)
Glad you've found it.

Itchy Nips 11-05-2010 03:25 PM

yeah, i must have misread the instructions:
Quote:

2.Import the attached file using the Product Manager. Go to your vBulletin settings and search for 'Check for similar threads?'.
I read that as 'check for similar threads' is located in Admincp -> vBulletin Options in its own category.

in any case, thanks.

Black Tiger 11-05-2010 04:01 PM

Yes that was my first interpretation too when I installed it the first time.;)

Alfa1 12-30-2010 02:25 PM

Quote:

Originally Posted by Simon Lloyd (Post 2109664)
Just wrap the contents of these templates in a conditional
mrnasesimilarthreadcheck_header
mrnasesimilarthreadcheck_main
HTML Code:

<!-- show the following in the listed forums -->
<if condition="in_array($forumid, array(1,2,3))">
CODE FOUND IN THE TEMPLATE
<else />
</if>


Same can be done for usergroups. Overall, ranking users will have less need for this functionality than newbies.
Like this:
HTML Code:

<!-- show the following to the listed usergroups -->
<if condition="is_member_of($bbuserinfo,1,2,3)">
CODE FOUND IN THE TEMPLATE
</if>

It would be nice to have a setting for usergroups in adminCP though.

Mind that jquery 1.4.4 is out, so the listed version of jquery.min.js (1.2.6) is outdated.

So in mrnasesimilarthreadcheck_header
replace:
HTML Code:

<script type="text/javascript" src="clientscript/jquery-1.2.6.min.js"></script>
With:
HTML Code:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>

Scalemotorcars 01-29-2011 10:12 PM

Ive read this entire hack and the older one and still cant find how to reduce or increase the results returned. Can someone post the solution. Thanks....

Eduardo Leon 01-30-2011 12:05 AM

hahaha excelent Add On ..

Thnx for share this ;) !

Scalemotorcars 01-30-2011 04:50 PM

Had to uninstall. I got it working but couldn't prevent it from pulling rss feeds, even after excluding that forum and rebuilding the similar threads.

Someone needs to write up a How To on this hack. Its actually a very good ideal but unless you know your way around VB it can easily discourage less experienced admins.

Real chick

#1. After you install run your "rebuild similar threads" in maintenance.
#2 It works off the VB default "similar thread" so to change how many results are displayed you need to change the VB default for the same. Its in one of your php files but I cant remember the one right now. Its not in the plugins or templates.
#3 Just because you don't get a result doesn't mean its not working. It just means you have nothing similar. Try more words in the title and you will see results.

Like I said this really needs a Read Me included.

eh69 02-26-2011 08:42 AM

When this will be ported to vB4? :(

Welshy2008 02-26-2011 09:56 AM

Quote:

Originally Posted by eh69 (Post 2167059)
When this will be ported to vB4? :(

There is one Here

eh69 02-26-2011 02:17 PM

Not working:

This thread is in the Modification Graveyard.

This modification cannot be downloaded.


All times are GMT. The time now is 09:26 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.01946 seconds
  • Memory Usage 1,828KB
  • 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
  • (7)bbcode_html_printable
  • (18)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